BN_hex2bn
if (!BN_hex2bn(&serial, pp[DB_serial]))
if (!BN_hex2bn(&bn, prime)) {
if (!BN_hex2bn(bn, p + 2))
if (!BN_hex2bn(&tmp_bn, buf))
ret = BN_hex2bn(&bn, value);
int BN_hex2bn(BIGNUM **a, const char *str);
if (BN_hex2bn(&dhg->g, gen) == 0) {
if (BN_hex2bn(&dhg->p, prime) == 0) {
if (BN_hex2bn(&dh_p, modulus) == 0 ||
BN_hex2bn(&dh_g, gen) == 0)
if (BN_hex2bn(&a, cp) == 0)
if (BN_hex2bn(&a, cp) == 0)
if (BN_hex2bn(&start, opts[i]+6) == 0)
BN_hex2bn(&val, buf) == 0)
BN_hex2bn(&val, argv[0]) == 0)
static int BN_hex2bn(BIGNUM **a, const char *str);
if (BN_hex2bn(&modulus, HEXMODULUS) == 0)
if (BN_hex2bn(&public, xpublic) == 0)
if (BN_hex2bn(&secret, xsecret) == 0)
if (BN_hex2bn(&modulus, HEXMODULUS) == 0)
if (BN_hex2bn(&modulus, HEXMODULUS) == 0)
if (BN_hex2bn(&public, xpublic) == 0) {
if (BN_hex2bn(&secret, xsecret) == 0) {
if (BN_hex2bn(&public, xpublic) == 0) {
if (BN_hex2bn(&secret, xsecret) == 0) {
if (BN_hex2bn(&modulus, modx) == 0)