Searched defs:len_cleartext (Results 1 - 1 of 1) sorted by relevance

/drivers/net/irda/
H A Dks959-sir.c205 * len_cleartext (IN) Length of the cleartext version of IrDA frame
219 unsigned int len_cleartext,
226 len_xoredtext = ((len_cleartext + 7) & ~0x7) + 0x10;
234 xor_mask = lookup_string[(len_cleartext & 0x0f) ^ 0x06] ^ 0x55;
236 while (len_cleartext-- > 0) {
218 obfuscate_tx_buffer(const __u8 * buf_cleartext, unsigned int len_cleartext, __u8 * buf_xoredtext, unsigned int len_maxbuf) argument

Completed in 63 milliseconds