Home
last modified time | relevance | path

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

/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()
/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c550 tmp = kpp_request_ctx(kreq); in hpre_msg_request_set()
603 void *tmp = kpp_request_ctx(req); in hpre_dh_compute_value()
1519 tmp = kpp_request_ctx(req); in hpre_ecdh_msg_request_set()
1600 void *tmp = kpp_request_ctx(req); in hpre_ecdh_compute_value()
1836 tmp = kpp_request_ctx(req); in hpre_curve25519_msg_request_set()
1957 void *tmp = kpp_request_ctx(req); in hpre_curve25519_compute_value()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_asym_algs.c226 PTR_ALIGN(kpp_request_ctx(req), 64); in qat_dh_compute_value()
388 struct kpp_request *nreq = kpp_request_ctx(req); in qat_dh_generate_public_key()
403 struct kpp_request *nreq = kpp_request_ctx(req); in qat_dh_compute_shared_secret()
/linux/crypto/
H A Ddh.c518 struct kpp_request *dh_req = kpp_request_ctx(req); in dh_safe_prime_prepare_dh_req()