Searched refs:buf_x (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A 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() argument 2371 if (!buf_x || !buf_y) in crypto_ec_key_set_pub() 2388 x = BN_bin2bn(buf_x, len, NULL); in crypto_ec_key_set_pub()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | dpp.c | 516 const u8 *buf_x, const u8 *buf_y, in dpp_set_pubkey_point_group() 532 x = BN_bin2bn(buf_x, len, NULL); in dpp_set_pubkey_point_group() 515 dpp_set_pubkey_point_group(const EC_GROUP *group, const u8 *buf_x, const u8 *buf_y, size_t len) dpp_set_pubkey_point_group() argument
|
Completed in 15 milliseconds