Searched refs:kpp_request_set_output (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/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-v5.15/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-v5.15/include/crypto/ |
D | kpp.h | 242 static inline void kpp_request_set_output(struct kpp_request *req, in kpp_request_set_output() function
|
/Linux-v5.15/security/keys/ |
D | dh.c | 357 kpp_request_set_output(req, &outsg, outlen); in __keyctl_dh_compute()
|
/Linux-v5.15/crypto/ |
D | testmgr.c | 3765 kpp_request_set_output(req, &dst, out_len_max); in do_test_kpp() 3805 kpp_request_set_output(req, &dst, out_len_max); in do_test_kpp() 3835 kpp_request_set_output(req, &dst, out_len_max); in do_test_kpp()
|