Searched refs:kpp_request_set_input (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/net/bluetooth/ |
H A D | ecdh_helper.c | 68 kpp_request_set_input(req, &src, 64); in compute_ecdh_secret() 164 kpp_request_set_input(req, NULL, 0); in generate_ecdh_public_key()
|
/openbmc/linux/Documentation/crypto/ |
H A D | api-kpp.rst | 20 …:functions: kpp_request_alloc kpp_request_free kpp_request_set_callback kpp_request_set_input kpp_…
|
/openbmc/linux/drivers/nvme/common/ |
H A D | auth.c | 418 kpp_request_set_input(req, NULL, 0); in nvme_auth_gen_pubkey() 445 kpp_request_set_input(req, &src, ctrl_key_len); in nvme_auth_gen_shared_secret()
|
/openbmc/linux/include/crypto/ |
H A D | kpp.h | 251 static inline void kpp_request_set_input(struct kpp_request *req, in kpp_request_set_input() function
|
/openbmc/linux/security/keys/ |
H A D | dh.c | 251 kpp_request_set_input(req, NULL, 0); in __keyctl_dh_compute()
|
/openbmc/linux/crypto/ |
H A D | dh.c | 523 kpp_request_set_input(dh_req, req->src, req->src_len); in dh_safe_prime_prepare_dh_req()
|
H A D | testmgr.c | 3923 kpp_request_set_input(req, NULL, 0); in do_test_kpp() 3964 kpp_request_set_input(req, &src, vec->b_public_size); in do_test_kpp() 3994 kpp_request_set_input(req, &src, vec->expected_a_public_size); in do_test_kpp()
|