Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_ao.c565 int tkey_len = tcp_ao_digest_size(key); in tcp_ao_hash_hdr() local
570 hash_buf = kmalloc(tkey_len, GFP_ATOMIC); in tcp_ao_hash_hdr()
577 if (crypto_ahash_setkey(crypto_ahash_reqtfm(hp.req), tkey, tkey_len)) in tcp_ao_hash_hdr()
626 int tkey_len = tcp_ao_digest_size(key); in tcp_ao_hash_skb() local
630 hash_buf = kmalloc(tkey_len, GFP_ATOMIC); in tcp_ao_hash_skb()
637 if (crypto_ahash_setkey(crypto_ahash_reqtfm(hp.req), tkey, tkey_len)) in tcp_ao_hash_skb()