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

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

Completed in 237 milliseconds