Home
last modified time | relevance | path

Searched refs:auth_len (Results 1 – 4 of 4) sorted by relevance

/net/rxrpc/
A Drxgk.c891 size_t auth_len) in rxgk_encrypt_authenticator() argument
901 auth_offset, auth_len, false); in rxgk_encrypt_authenticator()
930 auth_len, &auth_offset); in rxgk_construct_response()
960 auth_len = ret; in rxgk_construct_response()
964 auth_offset, auth_len); in rxgk_construct_response()
1153 auth = kmalloc(auth_len, GFP_NOFS); in rxgk_verify_authenticator()
1192 unsigned int auth_offset, auth_len; in rxgk_verify_response() local
1223 auth_len = ntohl(xauth_len); in rxgk_verify_response()
1224 if (auth_len < len) in rxgk_verify_response()
1226 if (auth_len & 3) in rxgk_verify_response()
[all …]
/net/sctp/
A Dauth.c260 __u32 auth_len; in sctp_auth_asoc_set_secret() local
262 auth_len = first_vector->len + last_vector->len; in sctp_auth_asoc_set_secret()
264 auth_len += ep_key->key->len; in sctp_auth_asoc_set_secret()
266 secret = sctp_auth_create_key(auth_len, gfp); in sctp_auth_asoc_set_secret()
A Doutput.c445 int auth_len = 0; in sctp_packet_pack() local
464 auth_len = padded; in sctp_packet_pack()
465 else if (auth_len + padded + packet->overhead > in sctp_packet_pack()
/net/key/
A Daf_key.c1615 int len, auth_len, enc_len, i; in compose_sadb_supported() local
1617 auth_len = xfrm_count_pfkey_auth_supported(); in compose_sadb_supported()
1618 if (auth_len) { in compose_sadb_supported()
1619 auth_len *= sizeof(struct sadb_alg); in compose_sadb_supported()
1620 auth_len += sizeof(struct sadb_supported); in compose_sadb_supported()
1629 len = enc_len + auth_len + sizeof(struct sadb_msg); in compose_sadb_supported()
1640 if (auth_len) { in compose_sadb_supported()
1644 sp = skb_put(skb, auth_len); in compose_sadb_supported()
1647 sp->sadb_supported_len = auth_len / sizeof(uint64_t); in compose_sadb_supported()

Completed in 17 milliseconds