Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_openssl.c1801 BIGNUM *x_bn, *y_bn; in crypto_ec_point_to_bin() local
1808 x_bn = BN_new(); in crypto_ec_point_to_bin()
1811 if (x_bn && y_bn && in crypto_ec_point_to_bin()
1813 x_bn, y_bn, e->bnctx)) { in crypto_ec_point_to_bin()
1815 crypto_bignum_to_bin((struct crypto_bignum *) x_bn, in crypto_ec_point_to_bin()
1825 BN_clear_free(x_bn); in crypto_ec_point_to_bin()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_openssl.c1881 BIGNUM *x_bn, *y_bn; in crypto_ec_point_to_bin() local
1888 x_bn = BN_new(); in crypto_ec_point_to_bin()
1891 if (x_bn && y_bn && in crypto_ec_point_to_bin()
1893 x_bn, y_bn, e->bnctx)) { in crypto_ec_point_to_bin()
1895 crypto_bignum_to_bin((struct crypto_bignum *) x_bn, in crypto_ec_point_to_bin()
1905 BN_clear_free(x_bn); in crypto_ec_point_to_bin()

Completed in 7 milliseconds