Searched refs:kpp_request_set_output (Results 1 – 8 of 8) sorted by relevance
/linux/net/bluetooth/ |
H A D | ecdh_helper.c | 69 kpp_request_set_output(req, &dst, 32); in compute_ecdh_secret() 165 kpp_request_set_output(req, &dst, 64); in generate_ecdh_public_key()
|
/linux/Documentation/crypto/ |
H A D | api-kpp.rst | 20 …equest_alloc kpp_request_free kpp_request_set_callback kpp_request_set_input kpp_request_set_output
|
/linux/drivers/nvme/common/ |
H A D | auth.c | 411 kpp_request_set_output(req, &dst, host_key_len); in nvme_auth_gen_pubkey() 438 kpp_request_set_output(req, &dst, sess_key_len); in nvme_auth_gen_shared_secret()
|
/linux/include/crypto/ |
H A D | kpp.h | 249 static inline void kpp_request_set_output(struct kpp_request *req, in kpp_request_set_output() function
|
/linux/security/keys/ |
H A D | dh.c | 252 kpp_request_set_output(req, &outsg, outlen); in __keyctl_dh_compute()
|
/linux/drivers/char/tpm/ |
H A D | tpm2-sessions.c | 544 kpp_request_set_output(req, s, EC_PT_SZ*2); in tpm_buf_append_salt() 556 kpp_request_set_output(req, d, EC_PT_SZ); in tpm_buf_append_salt()
|
/linux/crypto/ |
H A D | dh.c | 525 kpp_request_set_output(dh_req, req->dst, req->dst_len); in dh_safe_prime_prepare_dh_req()
|
H A D | testmgr.c | 3971 kpp_request_set_output(req, &dst, out_len_max); in do_test_kpp() 4011 kpp_request_set_output(req, &dst, out_len_max); in do_test_kpp() 4041 kpp_request_set_output(req, &dst, out_len_max); in do_test_kpp()
|