Home
last modified time | relevance | path

Searched refs:kpp_request_set_input (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Decdh_helper.c86 kpp_request_set_input(req, &src, 64); in compute_ecdh_secret()
188 kpp_request_set_input(req, NULL, 0); in generate_ecdh_public_key()
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dapi-kpp.rst20 …:functions: kpp_request_alloc kpp_request_free kpp_request_set_callback kpp_request_set_input kpp_…
/OK3568_Linux_fs/kernel/include/crypto/
H A Dkpp.h225 static inline void kpp_request_set_input(struct kpp_request *req, in kpp_request_set_input() function
/OK3568_Linux_fs/kernel/security/keys/
H A Ddh.c356 kpp_request_set_input(req, NULL, 0); in __keyctl_dh_compute()
/OK3568_Linux_fs/kernel/crypto/
H A Dtestmgr.c3781 kpp_request_set_input(req, NULL, 0); in do_test_kpp()
3822 kpp_request_set_input(req, &src, vec->b_public_size); in do_test_kpp()
3852 kpp_request_set_input(req, &src, vec->expected_a_public_size); in do_test_kpp()