Searched defs:x_bn (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_openssl.c1125 BIGNUM *x_bn, *y_bn; local
1129 x_bn = BN_new();
1132 if (x_bn && y_bn &&
1134 x_bn, y_bn, e->bnctx)) {
1136 crypto_bignum_to_bin((struct crypto_bignum *) x_bn,
1146 BN_clear_free(x_bn);
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_openssl.c1125 BIGNUM *x_bn, *y_bn; local
1129 x_bn = BN_new();
1132 if (x_bn && y_bn &&
1134 x_bn, y_bn, e->bnctx)) {
1136 crypto_bignum_to_bin((struct crypto_bignum *) x_bn,
1146 BN_clear_free(x_bn);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_openssl.c1125 BIGNUM *x_bn, *y_bn; local
1129 x_bn = BN_new();
1132 if (x_bn && y_bn &&
1134 x_bn, y_bn, e->bnctx)) {
1136 crypto_bignum_to_bin((struct crypto_bignum *) x_bn,
1146 BN_clear_free(x_bn);

Completed in 93 milliseconds