Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac802154/
Dllsec.c146 key->tfm0 = crypto_alloc_blkcipher("ctr(aes)", 0, CRYPTO_ALG_ASYNC); in llsec_key_alloc()
147 if (IS_ERR(key->tfm0)) in llsec_key_alloc()
150 if (crypto_blkcipher_setkey(key->tfm0, template->key, in llsec_key_alloc()
157 crypto_free_blkcipher(key->tfm0); in llsec_key_alloc()
177 crypto_free_blkcipher(key->tfm0); in llsec_key_release()
622 .tfm = key->tfm0, in llsec_do_encrypt_unauth()
839 .tfm = key->tfm0, in llsec_do_decrypt_unauth()
Dllsec.h33 struct crypto_blkcipher *tfm0; member