Home
last modified time | relevance | path

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

/crypto/
Dskcipher.c669 struct crypto_tfm *btfm; in crypto_init_skcipher_ops_blkcipher() local
674 btfm = __crypto_alloc_tfm(calg, CRYPTO_ALG_TYPE_BLKCIPHER, in crypto_init_skcipher_ops_blkcipher()
676 if (IS_ERR(btfm)) { in crypto_init_skcipher_ops_blkcipher()
678 return PTR_ERR(btfm); in crypto_init_skcipher_ops_blkcipher()
681 blkcipher = __crypto_blkcipher_cast(btfm); in crypto_init_skcipher_ops_blkcipher()