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

/freebsd-current/crypto/openssl/crypto/srp/
H A Dsrp_vfy.c615 BIGNUM *N_bn_alloc = NULL, *g_bn_alloc = NULL, *s = NULL, *v = NULL; local
634 g_bn_alloc = BN_bin2bn(tmp, len, NULL);
635 if (g_bn_alloc == NULL)
637 g_bn = g_bn_alloc;
692 BN_free(g_bn_alloc);

Completed in 55 milliseconds