Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Dfils_aead.c73 struct crypto_skcipher *tfm2; in aes_siv_encrypt() local
117 if (IS_ERR(tfm2)) { in aes_siv_encrypt()
119 return PTR_ERR(tfm2); in aes_siv_encrypt()
126 req = skcipher_request_alloc(tfm2, GFP_KERNEL); in aes_siv_encrypt()
139 crypto_free_skcipher(tfm2); in aes_siv_encrypt()
150 struct crypto_skcipher *tfm2; in aes_siv_decrypt() local
176 if (IS_ERR(tfm2)) in aes_siv_decrypt()
177 return PTR_ERR(tfm2); in aes_siv_decrypt()
181 crypto_free_skcipher(tfm2); in aes_siv_decrypt()
187 crypto_free_skcipher(tfm2); in aes_siv_decrypt()
[all …]
/openbmc/linux/net/wireless/
H A Dlib80211_crypt_tkip.c625 struct arc4_ctx *tfm2 = &tkey->tx_ctx_arc4; in lib80211_tkip_set_key() local
633 tkey->tx_ctx_arc4 = *tfm2; in lib80211_tkip_set_key()