Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c3221 struct crypto_ec_key * crypto_ec_key_set_pub(int group, const u8 *buf_x, in crypto_ec_key_set_pub() argument
3239 os_memcpy(pub + 1, buf_x, len); in crypto_ec_key_set_pub()
3273 if (!buf_x || !buf_y) in crypto_ec_key_set_pub()
3290 x = BN_bin2bn(buf_x, len, NULL); in crypto_ec_key_set_pub()