Searched refs:auth_len (Results 1 - 2 of 2) sorted by relevance

/net/sctp/
H A Dauth.c271 __u32 auth_len; local
273 auth_len = first_vector->len + last_vector->len;
275 auth_len += ep_key->key->len;
277 secret = sctp_auth_create_key(auth_len, gfp);
/net/key/
H A Daf_key.c1580 int len, auth_len, enc_len, i; local
1582 auth_len = xfrm_count_pfkey_auth_supported();
1583 if (auth_len) {
1584 auth_len *= sizeof(struct sadb_alg);
1585 auth_len += sizeof(struct sadb_supported);
1594 len = enc_len + auth_len + sizeof(struct sadb_msg);
1605 if (auth_len) {
1609 sp = (struct sadb_supported *) skb_put(skb, auth_len);
1612 sp->sadb_supported_len = auth_len / sizeof(uint64_t);

Completed in 113 milliseconds