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

/linux-master/net/ipv4/
H A Dtcp_ao.c547 int tkey_len = tcp_ao_digest_size(key); local
552 hash_buf = kmalloc(tkey_len, GFP_ATOMIC);
559 if (crypto_ahash_setkey(crypto_ahash_reqtfm(hp.req), tkey, tkey_len))
608 int tkey_len = tcp_ao_digest_size(key); local
612 hash_buf = kmalloc(tkey_len, GFP_ATOMIC);
619 if (crypto_ahash_setkey(crypto_ahash_reqtfm(hp.req), tkey, tkey_len))

Completed in 193 milliseconds