Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/crypto/ccp/
Dccp-crypto-aes-xts.c113 return crypto_ablkcipher_setkey(ctx->u.aes.tfm_ablkcipher, key, in ccp_aes_xts_setkey()
152 ablkcipher_request_set_tfm(req, ctx->u.aes.tfm_ablkcipher); in ccp_aes_xts_crypt()
208 ctx->u.aes.tfm_ablkcipher = fallback_tfm; in ccp_aes_xts_cra_init()
220 if (ctx->u.aes.tfm_ablkcipher) in ccp_aes_xts_cra_exit()
221 crypto_free_ablkcipher(ctx->u.aes.tfm_ablkcipher); in ccp_aes_xts_cra_exit()
222 ctx->u.aes.tfm_ablkcipher = NULL; in ccp_aes_xts_cra_exit()
Dccp-crypto.h72 struct crypto_ablkcipher *tfm_ablkcipher; member