Searched refs:kpp_request_set_input (Results 1 – 6 of 6) sorted by relevance
| /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()
|
| /linux/include/crypto/ |
| H A D | kpp.h | 232 static inline void kpp_request_set_input(struct kpp_request *req, in kpp_request_set_input() function
|
| /linux/drivers/nvme/common/ |
| H A D | auth.c | 401 kpp_request_set_input(req, NULL, 0); in nvme_auth_gen_pubkey() 428 kpp_request_set_input(req, &src, ctrl_key_len); in nvme_auth_gen_shared_secret()
|
| /linux/security/keys/ |
| H A D | dh.c | 251 kpp_request_set_input(req, NULL, 0); in __keyctl_dh_compute()
|
| /linux/drivers/char/tpm/ |
| H A D | tpm2-sessions.c | 537 kpp_request_set_input(req, NULL, 0); in tpm_buf_append_salt() 548 kpp_request_set_input(req, s, EC_PT_SZ*2); in tpm_buf_append_salt()
|
| /linux/crypto/ |
| H A D | testmgr.c | 3612 kpp_request_set_input(req, NULL, 0); in do_test_kpp() 3653 kpp_request_set_input(req, &src, vec->b_public_size); in do_test_kpp() 3683 kpp_request_set_input(req, &src, vec->expected_a_public_size); in do_test_kpp()
|