Searched refs:kpp_request_set_output (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/net/bluetooth/ |
D | ecdh_helper.c | 87 kpp_request_set_output(req, &dst, 32); in compute_ecdh_secret() 187 kpp_request_set_output(req, &dst, 64); in generate_ecdh_public_key()
|
/linux-5.19.10/Documentation/crypto/ |
D | api-kpp.rst | 20 …equest_alloc kpp_request_free kpp_request_set_callback kpp_request_set_input kpp_request_set_output
|
/linux-5.19.10/include/crypto/ |
D | kpp.h | 242 static inline void kpp_request_set_output(struct kpp_request *req, in kpp_request_set_output() function
|
/linux-5.19.10/security/keys/ |
D | dh.c | 268 kpp_request_set_output(req, &outsg, outlen); in __keyctl_dh_compute()
|
/linux-5.19.10/crypto/ |
D | dh.c | 522 kpp_request_set_output(dh_req, req->dst, req->dst_len); in dh_safe_prime_prepare_dh_req()
|
D | testmgr.c | 3816 kpp_request_set_output(req, &dst, out_len_max); in do_test_kpp() 3856 kpp_request_set_output(req, &dst, out_len_max); in do_test_kpp() 3886 kpp_request_set_output(req, &dst, out_len_max); in do_test_kpp()
|