Home
last modified time | relevance | path

Searched refs:kpp_request_ctx (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/crypto/internal/
H A Dkpp.h48 static inline void *kpp_request_ctx(struct kpp_request *req) in kpp_request_ctx() function
60 return PTR_ALIGN(kpp_request_ctx(req), align); in kpp_request_ctx_dma()
/openbmc/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c543 tmp = kpp_request_ctx(kreq); in hpre_msg_request_set()
594 void *tmp = kpp_request_ctx(req); in hpre_dh_compute_value()
1508 tmp = kpp_request_ctx(req); in hpre_ecdh_msg_request_set()
1589 void *tmp = kpp_request_ctx(req); in hpre_ecdh_compute_value()
1820 tmp = kpp_request_ctx(req); in hpre_curve25519_msg_request_set()
1941 void *tmp = kpp_request_ctx(req); in hpre_curve25519_compute_value()
/openbmc/linux/crypto/
H A Ddh.c517 struct kpp_request *dh_req = kpp_request_ctx(req); in dh_safe_prime_prepare_dh_req()
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_asym_algs.c224 PTR_ALIGN(kpp_request_ctx(req), 64); in qat_dh_compute_value()