HomeSort by relevance Sort by last modified time
    Searched full:y_bn (Results 1 - 1 of 1) sorted by null

  /external/wpa_supplicant_8/src/crypto/
crypto_openssl.c 1125 BIGNUM *x_bn, *y_bn; local
1130 y_bn = BN_new();
1132 if (x_bn && y_bn &&
1134 x_bn, y_bn, e->bnctx)) {
1140 crypto_bignum_to_bin((struct crypto_bignum *) y_bn,
1147 BN_clear_free(y_bn);

Completed in 52 milliseconds