Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
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/
A Dhpre_crypto.c546 tmp = kpp_request_ctx(kreq); in hpre_msg_request_set()
599 void *tmp = kpp_request_ctx(req); in hpre_dh_compute_value()
1513 tmp = kpp_request_ctx(req); in hpre_ecdh_msg_request_set()
1594 void *tmp = kpp_request_ctx(req); in hpre_ecdh_compute_value()
1825 tmp = kpp_request_ctx(req); in hpre_curve25519_msg_request_set()
1946 void *tmp = kpp_request_ctx(req); in hpre_curve25519_compute_value()
/linux/drivers/crypto/intel/qat/qat_common/
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/
A Ddh.c518 struct kpp_request *dh_req = kpp_request_ctx(req); in dh_safe_prime_prepare_dh_req()

Completed in 14 milliseconds