Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/internal/
Daead.h60 return aead_instance(crypto_tfm_alg_instance(&aead->base)); in aead_alg_instance()
/linux-4.4.14/arch/x86/crypto/
Dfpu.c83 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in crypto_fpu_init_tfm()
/linux-4.4.14/crypto/
Dcryptd.c166 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in cryptd_get_queue()
274 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in cryptd_blkcipher_init_tfm()
405 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in cryptd_hash_init_tfm()
Dmcryptd.c222 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in mcryptd_get_queue()
277 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in mcryptd_hash_init_tfm()
Dkeywrap.c323 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in crypto_kw_init_tfm()
/linux-4.4.14/include/crypto/
Dalgapi.h218 static inline struct crypto_instance *crypto_tfm_alg_instance( in crypto_tfm_alg_instance() function