Searched refs:crypto_blkcipher_tfm (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/crypto/vmx/
H A Daes_cbc.c100 crypto_blkcipher_tfm(desc->tfm)); p8_aes_cbc_encrypt()
136 crypto_blkcipher_tfm(desc->tfm)); p8_aes_cbc_decrypt()
H A Daes_ctr.c117 crypto_blkcipher_tfm(desc->tfm)); p8_aes_ctr_crypt()
/linux-4.1.27/include/linux/
H A Dcrypto.h1657 static inline struct crypto_tfm *crypto_blkcipher_tfm( crypto_blkcipher_tfm() function
1669 crypto_free_tfm(crypto_blkcipher_tfm(tfm)); crypto_free_blkcipher()
1699 return crypto_tfm_alg_name(crypto_blkcipher_tfm(tfm)); crypto_blkcipher_name()
1705 return &crypto_blkcipher_tfm(tfm)->crt_blkcipher; crypto_blkcipher_crt()
1711 return &crypto_blkcipher_tfm(tfm)->__crt_alg->cra_blkcipher; crypto_blkcipher_alg()
1741 return crypto_tfm_alg_blocksize(crypto_blkcipher_tfm(tfm)); crypto_blkcipher_blocksize()
1747 return crypto_tfm_alg_alignmask(crypto_blkcipher_tfm(tfm)); crypto_blkcipher_alignmask()
1752 return crypto_tfm_get_flags(crypto_blkcipher_tfm(tfm)); crypto_blkcipher_get_flags()
1758 crypto_tfm_set_flags(crypto_blkcipher_tfm(tfm), flags); crypto_blkcipher_set_flags()
1764 crypto_tfm_clear_flags(crypto_blkcipher_tfm(tfm), flags); crypto_blkcipher_clear_flags()
1786 return crypto_blkcipher_crt(tfm)->setkey(crypto_blkcipher_tfm(tfm), crypto_blkcipher_setkey()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
H A Dcapa.c82 return crypto_blkcipher_tfm(tfm)->__crt_alg->cra_blkcipher.min_keysize; ll_crypto_tfm_alg_min_keysize()

Completed in 164 milliseconds