Searched refs:lookup_string (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/irda/ |
D | ks959-sir.c | 226 static const __u8 lookup_string[] = "wangshuofei19710"; in obfuscate_tx_buffer() local 232 xor_mask = lookup_string[(len_cleartext & 0x0f) ^ 0x06] ^ 0x55; in obfuscate_tx_buffer()
|
/linux-4.1.27/drivers/usb/gadget/ |
D | composite.c | 922 static int lookup_string( in lookup_string() function 1013 len = lookup_string(sp, buf, language, id); in get_string() 1023 len = lookup_string(composite->strings, buf, language, id); in get_string() 1029 len = lookup_string(c->strings, buf, language, id); in get_string() 1036 len = lookup_string(f->strings, buf, language, id); in get_string()
|