Home
last modified time | relevance | path

Searched refs:buf_x (Results 1 – 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_openssl.c2360 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/
Ddpp.c516 const u8 *buf_x, const u8 *buf_y, in dpp_set_pubkey_point_group() argument
532 x = BN_bin2bn(buf_x, len, NULL); in dpp_set_pubkey_point_group()