Lines Matching refs:sechdr
156 void *sechdr) in rxkad_secure_packet_auth() argument
176 memcpy(&tmpbuf.first, sechdr + 4, sizeof(tmpbuf.first)); in rxkad_secure_packet_auth()
188 memcpy(sechdr, &tmpbuf, sizeof(tmpbuf)); in rxkad_secure_packet_auth()
200 void *sechdr) in rxkad_secure_packet_encrypt() argument
230 sg_init_one(&sg[0], sechdr, sizeof(rxkhdr)); in rxkad_secure_packet_encrypt()
258 void *sechdr) in rxkad_secure_packet() argument
311 ret = rxkad_secure_packet_auth(call, skb, data_size, sechdr); in rxkad_secure_packet()
315 sechdr); in rxkad_secure_packet()
333 struct rxkad_level1_hdr sechdr; in rxkad_verify_packet_auth() local
366 if (skb_copy_bits(skb, 0, &sechdr, sizeof(sechdr)) < 0) in rxkad_verify_packet_auth()
368 if (!skb_pull(skb, sizeof(sechdr))) in rxkad_verify_packet_auth()
371 buf = ntohl(sechdr.data_size); in rxkad_verify_packet_auth()
410 struct rxkad_level2_hdr sechdr; in rxkad_verify_packet_encrypt() local
456 if (skb_copy_bits(skb, 0, &sechdr, sizeof(sechdr)) < 0) in rxkad_verify_packet_encrypt()
458 if (!skb_pull(skb, sizeof(sechdr))) in rxkad_verify_packet_encrypt()
461 buf = ntohl(sechdr.data_size); in rxkad_verify_packet_encrypt()