Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/wpa/src/crypto/
Dcrypto_openssl.c2339 struct crypto_ec_key * crypto_ec_key_set_pub(int group, const u8 *buf_x, in crypto_ec_key_set_pub() argument
2350 if (!buf_x || !buf_y) in crypto_ec_key_set_pub()
2367 x = BN_bin2bn(buf_x, len, NULL); in crypto_ec_key_set_pub()