Searched refs:tkey_len (Results 1 – 1 of 1) sorted by relevance
565 int tkey_len = tcp_ao_digest_size(key); in tcp_ao_hash_hdr() local570 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() local630 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()