Home
last modified time | relevance | path

Searched refs:dpp_get_pubkey_point (Results 1 - 1 of 1) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Ddpp.c468 static struct wpabuf * dpp_get_pubkey_point(EVP_PKEY *pkey, int prefix) in dpp_get_pubkey_point() function
2293 pi = dpp_get_pubkey_point(auth->own_protocol_key, 0); in dpp_auth_init()
2546 pix = dpp_get_pubkey_point(auth->own_protocol_key, 0); in dpp_gen_r_auth()
2547 prx = dpp_get_pubkey_point(auth->peer_protocol_key, 0); in dpp_gen_r_auth()
2549 bix = dpp_get_pubkey_point(auth->own_bi->pubkey, 0); in dpp_gen_r_auth()
2552 brx = dpp_get_pubkey_point(auth->peer_bi->pubkey, 0); in dpp_gen_r_auth()
2554 pix = dpp_get_pubkey_point(auth->peer_protocol_key, 0); in dpp_gen_r_auth()
2555 prx = dpp_get_pubkey_point(auth->own_protocol_key, 0); in dpp_gen_r_auth()
2557 bix = dpp_get_pubkey_point(auth->peer_bi->pubkey, 0); in dpp_gen_r_auth()
2560 brx = dpp_get_pubkey_point(aut in dpp_gen_r_auth()
[all...]

Completed in 7 milliseconds