Home
last modified time | relevance | path

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

/net/rxrpc/
A Drxgk_kdf.c101 struct crypto_shash *shash; in rxgk_set_up_ciphers() local
136 shash = crypto_krb5_prepare_checksum( in rxgk_set_up_ciphers()
138 if (IS_ERR(shash)) in rxgk_set_up_ciphers()
140 gk->tx_Kc = shash; in rxgk_set_up_ciphers()
143 if (IS_ERR(shash)) in rxgk_set_up_ciphers()
145 gk->rx_Kc = shash; in rxgk_set_up_ciphers()
165 if (IS_ERR(shash)) in rxgk_set_up_ciphers()
167 gk->tx_Kc = shash; in rxgk_set_up_ciphers()
170 if (IS_ERR(shash)) in rxgk_set_up_ciphers()
172 gk->rx_Kc = shash; in rxgk_set_up_ciphers()
[all …]
A Drxgk_common.h108 struct crypto_shash *shash, in rxgk_verify_mic_skb() argument
123 ret = crypto_krb5_verify_mic(krb5, shash, metadata, sg, nr_sg, in rxgk_verify_mic_skb()
/net/ipv6/
A Dseg6_hmac.c130 struct shash_desc *shash; in __do_hmac() local
152 shash = *this_cpu_ptr(algo->shashs); in __do_hmac()
153 shash->tfm = tfm; in __do_hmac()
155 ret = crypto_shash_digest(shash, text, psize, output); in __do_hmac()
366 struct shash_desc *shash; in seg6_hmac_init_algo() local
401 shash = kzalloc_node(shsize, GFP_KERNEL, in seg6_hmac_init_algo()
403 if (!shash) in seg6_hmac_init_algo()
405 *per_cpu_ptr(algo->shashs, cpu) = shash; in seg6_hmac_init_algo()
432 struct shash_desc *shash; in seg6_hmac_exit() local
441 shash = *per_cpu_ptr(algo->shashs, cpu); in seg6_hmac_exit()
[all …]

Completed in 8 milliseconds