tfm_skcipher      102 drivers/crypto/ccp/ccp-crypto-aes-xts.c 	return crypto_sync_skcipher_setkey(ctx->u.aes.tfm_skcipher, key, key_len);
tfm_skcipher      149 drivers/crypto/ccp/ccp-crypto-aes-xts.c 					       ctx->u.aes.tfm_skcipher);
tfm_skcipher      154 drivers/crypto/ccp/ccp-crypto-aes-xts.c 		skcipher_request_set_sync_tfm(subreq, ctx->u.aes.tfm_skcipher);
tfm_skcipher      213 drivers/crypto/ccp/ccp-crypto-aes-xts.c 	ctx->u.aes.tfm_skcipher = fallback_tfm;
tfm_skcipher      224 drivers/crypto/ccp/ccp-crypto-aes-xts.c 	crypto_free_sync_skcipher(ctx->u.aes.tfm_skcipher);
tfm_skcipher       91 drivers/crypto/ccp/ccp-crypto.h 	struct crypto_sync_skcipher *tfm_skcipher;