Home
last modified time | relevance | path

Searched refs:y_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
1809 y_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()
1819 crypto_bignum_to_bin((struct crypto_bignum *) y_bn, in crypto_ec_point_to_bin()
1826 BN_clear_free(y_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
1889 y_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()
1899 crypto_bignum_to_bin((struct crypto_bignum *) y_bn, in crypto_ec_point_to_bin()
1906 BN_clear_free(y_bn); in crypto_ec_point_to_bin()

Completed in 7 milliseconds