Searched refs:crypto_ec_key_set_pub (Results 1 – 5 of 5) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | crypto.h | 1046 struct crypto_ec_key * crypto_ec_key_set_pub(int group, const u8 *x,
|
D | crypto_openssl.c | 2360 struct crypto_ec_key * crypto_ec_key_set_pub(int group, const u8 *buf_x, in crypto_ec_key_set_pub() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | dpp_pkex.c | 491 pkex->x = crypto_ec_key_set_pub(curve->ike_group, x_coord, in dpp_pkex_rx_exchange_req() 820 pkex->y = crypto_ec_key_set_pub(curve->ike_group, x_coord, y_coord, in dpp_pkex_rx_exchange_resp()
|
D | dpp_crypto.c | 245 return crypto_ec_key_set_pub(ike_group, buf, buf + len / 2, len / 2); in dpp_set_pubkey_point() 1431 return crypto_ec_key_set_pub(curve->ike_group, x, y, curve->prime_len); in dpp_pkex_get_role_elem()
|
D | dpp.c | 2214 key = crypto_ec_key_set_pub(curve->ike_group, wpabuf_head(x), in dpp_parse_jwk()
|