Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dkpp.h134 static inline unsigned int crypto_kpp_reqsize(struct crypto_kpp *tfm) in crypto_kpp_reqsize() function
185 req = kmalloc(sizeof(*req) + crypto_kpp_reqsize(tfm), gfp); in kpp_request_alloc()
/linux/crypto/
H A Ddh.c323 crypto_kpp_reqsize(tfm_ctx->dh_tfm)); in dh_safe_prime_init_tfm()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_asym_algs.c544 sizeof(struct kpp_request) + crypto_kpp_reqsize(ctx->ftfm)); in qat_dh_init_tfm()