Home
last modified time | relevance | path

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

/linux-6.1.9/include/crypto/
Dkpp.h134 static inline void kpp_request_set_tfm(struct kpp_request *req, in kpp_request_set_tfm() function
182 kpp_request_set_tfm(req, tfm); in kpp_request_alloc()
/linux-6.1.9/drivers/crypto/
Datmel-ecc.c145 kpp_request_set_tfm(req, ctx->fallback); in atmel_ecdh_generate_public_key()
174 kpp_request_set_tfm(req, ctx->fallback); in atmel_ecdh_compute_shared_secret()
/linux-6.1.9/crypto/
Ddh.c517 kpp_request_set_tfm(dh_req, tfm_ctx->dh_tfm); in dh_safe_prime_prepare_dh_req()