Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dcrypto.h1130 static inline struct crypto_tfm *crypto_blkcipher_tfm( in crypto_blkcipher_tfm() function
1142 crypto_free_tfm(crypto_blkcipher_tfm(tfm)); in crypto_free_blkcipher()
1172 return crypto_tfm_alg_name(crypto_blkcipher_tfm(tfm)); in crypto_blkcipher_name()
1178 return &crypto_blkcipher_tfm(tfm)->crt_blkcipher; in crypto_blkcipher_crt()
1184 return &crypto_blkcipher_tfm(tfm)->__crt_alg->cra_blkcipher; in crypto_blkcipher_alg()
1214 return crypto_tfm_alg_blocksize(crypto_blkcipher_tfm(tfm)); in crypto_blkcipher_blocksize()
1220 return crypto_tfm_alg_alignmask(crypto_blkcipher_tfm(tfm)); in crypto_blkcipher_alignmask()
1225 return crypto_tfm_get_flags(crypto_blkcipher_tfm(tfm)); in crypto_blkcipher_get_flags()
1231 crypto_tfm_set_flags(crypto_blkcipher_tfm(tfm), flags); in crypto_blkcipher_set_flags()
1237 crypto_tfm_clear_flags(crypto_blkcipher_tfm(tfm), flags); in crypto_blkcipher_clear_flags()
[all …]
/linux-4.4.14/drivers/crypto/vmx/
Daes_cbc.c105 crypto_tfm_ctx(crypto_blkcipher_tfm(desc->tfm)); in p8_aes_cbc_encrypt()
146 crypto_tfm_ctx(crypto_blkcipher_tfm(desc->tfm)); in p8_aes_cbc_decrypt()
Daes_ctr.c121 crypto_tfm_ctx(crypto_blkcipher_tfm(desc->tfm)); in p8_aes_ctr_crypt()