Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dcrypto_openssl.c1283 BIGNUM *x_bn, *y_bn; in crypto_ec_point_to_bin() local
1287 x_bn = BN_new(); in crypto_ec_point_to_bin()
1290 if (x_bn && y_bn && in crypto_ec_point_to_bin()
1292 x_bn, y_bn, e->bnctx)) { in crypto_ec_point_to_bin()
1294 crypto_bignum_to_bin((struct crypto_bignum *) x_bn, in crypto_ec_point_to_bin()
1304 BN_clear_free(x_bn); in crypto_ec_point_to_bin()