Home
last modified time | relevance | path

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

/linux-4.1.27/include/crypto/internal/
Daead.h53 return __crypto_aead_cast( in crypto_spawn_aead()
/linux-4.1.27/crypto/
Daead.c107 crt->base = __crypto_aead_cast(tfm); in crypto_init_aead_ops()
192 crt->base = __crypto_aead_cast(tfm); in crypto_init_nivaead_ops()
547 return __crypto_aead_cast(tfm); in crypto_alloc_aead()
Dseqiv.c249 struct crypto_aead *geniv = __crypto_aead_cast(tfm); in seqiv_aead_init()
/linux-4.1.27/include/linux/
Dcrypto.h1226 static inline struct crypto_aead *__crypto_aead_cast(struct crypto_tfm *tfm) in __crypto_aead_cast() function
1370 return __crypto_aead_cast(req->base.tfm); in crypto_aead_reqtfm()
/linux-4.1.27/drivers/crypto/qat/qat_common/
Dqat_algs.c285 struct crypto_aead *aead_tfm = __crypto_aead_cast(ctx->tfm); in qat_alg_aead_init_enc_session()
365 struct crypto_aead *aead_tfm = __crypto_aead_cast(ctx->tfm); in qat_alg_aead_init_dec_session()
/linux-4.1.27/drivers/crypto/
Dpicoxcell_crypto.c582 aead_request_set_tfm(req, __crypto_aead_cast(old_tfm)); in spacc_aead_do_fallback()