Home
last modified time | relevance | path

Searched refs:crypto_kpp_reqsize (Results 1 – 2 of 2) 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/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()