Searched refs:tkey_len (Results 1 – 1 of 1) sorted by relevance
566 int tkey_len = tcp_ao_digest_size(key); in tcp_ao_hash_hdr() local571 hash_buf = kmalloc(tkey_len, GFP_ATOMIC); in tcp_ao_hash_hdr()578 if (crypto_ahash_setkey(crypto_ahash_reqtfm(hp.req), tkey, tkey_len)) in tcp_ao_hash_hdr()627 int tkey_len = tcp_ao_digest_size(key); in tcp_ao_hash_skb() local631 hash_buf = kmalloc(tkey_len, GFP_ATOMIC); in tcp_ao_hash_skb()638 if (crypto_ahash_setkey(crypto_ahash_reqtfm(hp.req), tkey, tkey_len)) in tcp_ao_hash_skb()