Lines Matching refs:check
188 u16 check; in rxkad_secure_packet_auth() local
192 check = sp->hdr.seq ^ call->call_id; in rxkad_secure_packet_auth()
193 data_size |= (u32)check << 16; in rxkad_secure_packet_auth()
227 u16 check; in rxkad_secure_packet_encrypt() local
234 check = sp->hdr.seq ^ call->call_id; in rxkad_secure_packet_encrypt()
236 rxkhdr.data_size = htonl(data_size | (u32)check << 16); in rxkad_secure_packet_encrypt()
361 u16 check; in rxkad_verify_packet_1() local
401 check = buf >> 16; in rxkad_verify_packet_1()
402 check ^= seq ^ call->call_id; in rxkad_verify_packet_1()
403 check &= 0xffff; in rxkad_verify_packet_1()
404 if (check != 0) { in rxkad_verify_packet_1()
439 u16 check; in rxkad_verify_packet_2() local
495 check = buf >> 16; in rxkad_verify_packet_2()
496 check ^= seq ^ call->call_id; in rxkad_verify_packet_2()
497 check &= 0xffff; in rxkad_verify_packet_2()
498 if (check != 0) { in rxkad_verify_packet_2()