Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dskcipher.c100 struct crypto_tfm *btfm; in crypto_init_skcipher_ops_blkcipher() local
105 btfm = __crypto_alloc_tfm(calg, CRYPTO_ALG_TYPE_BLKCIPHER, in crypto_init_skcipher_ops_blkcipher()
107 if (IS_ERR(btfm)) { in crypto_init_skcipher_ops_blkcipher()
109 return PTR_ERR(btfm); in crypto_init_skcipher_ops_blkcipher()
112 blkcipher = __crypto_blkcipher_cast(btfm); in crypto_init_skcipher_ops_blkcipher()