Searched refs:dpp_set_pubkey_point (Results 1 - 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_i.h | 80 struct crypto_ec_key * dpp_set_pubkey_point(struct crypto_ec_key *group_key,
|
H A D | dpp_reconfig.c | 245 a_nonce = dpp_set_pubkey_point(conf->csign, a_nonce_attr, a_nonce_len); in dpp_reconfig_init() 256 e_prime_id = dpp_set_pubkey_point(conf->csign, e_id_attr, e_id_len); in dpp_reconfig_init()
|
H A D | dpp_pkex.c | 1088 pkex->peer_bootstrap_key = dpp_set_pubkey_point(pkex->x, b_key, in dpp_pkex_rx_commit_reveal_req() 1267 pkex->peer_bootstrap_key = dpp_set_pubkey_point(pkex->x, b_key, in dpp_pkex_rx_commit_reveal_resp()
|
H A D | dpp_auth.c | 775 pi = dpp_set_pubkey_point(own_bi->pubkey, i_proto, i_proto_len); in dpp_auth_req_rx() 1557 pr = dpp_set_pubkey_point(auth->own_protocol_key, r_proto, r_proto_len); in dpp_auth_resp_rx()
|
H A D | dpp_crypto.c | 232 struct crypto_ec_key * dpp_set_pubkey_point(struct crypto_ec_key *group_key, in dpp_set_pubkey_point() function 1774 pr = dpp_set_pubkey_point(auth->conf->connector_key, in dpp_reconfig_derive_ke_initiator()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.c | 584 static EVP_PKEY * dpp_set_pubkey_point(EVP_PKEY *group_key, in dpp_set_pubkey_point() function 3178 pi = dpp_set_pubkey_point(own_bi->pubkey, i_proto, i_proto_len); in dpp_auth_req_rx() 3783 pr = dpp_set_pubkey_point(auth->own_protocol_key, r_proto, r_proto_len); in dpp_auth_resp_rx() 7974 pkex->peer_bootstrap_key = dpp_set_pubkey_point(pkex->x, b_key, in dpp_pkex_rx_commit_reveal_req() 8136 pkex->peer_bootstrap_key = dpp_set_pubkey_point(pkex->x, b_key, in dpp_pkex_rx_commit_reveal_resp()
|
Completed in 19 milliseconds