Lines Matching refs:call_id
270 check = txb->seq ^ call->call_id; in rxkad_secure_packet_auth()
313 check = txb->seq ^ call->call_id; in rxkad_secure_packet_encrypt()
372 crypto.buf[0] = htonl(call->call_id); in rxkad_secure_packet()
470 check ^= seq ^ call->call_id; in rxkad_verify_packet_1()
550 check ^= seq ^ call->call_id; in rxkad_verify_packet_2()
598 crypto.buf[0] = htonl(call->call_id); in rxkad_verify_packet()
842 h.resp.encrypted.call_id[0] = htonl(conn->channels[0].call_counter); in rxkad_insert_response_header()
843 h.resp.encrypted.call_id[1] = htonl(conn->channels[1].call_counter); in rxkad_insert_response_header()
844 h.resp.encrypted.call_id[2] = htonl(conn->channels[2].call_counter); in rxkad_insert_response_header()
845 h.resp.encrypted.call_id[3] = htonl(conn->channels[3].call_counter); in rxkad_insert_response_header()
1217 u32 call_id = ntohl(response->encrypted.call_id[i]); in rxkad_verify_response() local
1220 if (call_id > INT_MAX) { in rxkad_verify_response()
1226 if (call_id < counter) { in rxkad_verify_response()
1232 if (call_id > counter) { in rxkad_verify_response()
1238 conn->channels[i].call_counter = call_id; in rxkad_verify_response()