Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c2457 BIGNUM *x_bn, *y_bn; in crypto_ec_point_to_bin() local
2464 x_bn = BN_new(); in crypto_ec_point_to_bin()
2467 if (x_bn && y_bn && in crypto_ec_point_to_bin()
2469 x_bn, y_bn, e->bnctx)) { in crypto_ec_point_to_bin()
2472 (struct crypto_bignum *) x_bn, x, len, len); in crypto_ec_point_to_bin()
2483 BN_clear_free(x_bn); in crypto_ec_point_to_bin()