BN_bn2hex
char * BN_bn2hex(const BIGNUM *a);
LCRYPTO_ALIAS(BN_bn2hex);
if ((hex = BN_bn2hex(bn)) == NULL)
LCRYPTO_USED(BN_bn2hex);
if ((hex = BN_bn2hex(bn)) == NULL)
if ((hex = bnstr = BN_bn2hex(bn)) == NULL)
if ((out_str = BN_bn2hex(bn)) == NULL)
if ((out_str = BN_bn2hex(bn)) == NULL)
if ((out_str = BN_bn2hex(bn)) == NULL)
if ((out_str = BN_bn2hex(bn)) == NULL)
if ((out_str = BN_bn2hex(bn)) == NULL)
if ((out_str = BN_bn2hex(bn)) == NULL) {
if ((s = BN_bn2hex(bn1)) == NULL) {
if ((s = BN_bn2hex(bn2)) == NULL) {
CHECK_GOTO(r_str = BN_bn2hex(r));
CHECK_GOTO(r2_str = BN_bn2hex(r2));
if ((out_hex = BN_bn2hex(bn)) == NULL)
fprintf(stderr, "%12s = 0x%s\n", a1, BN_bn2hex(aa1));
fprintf(stderr, "%12s = 0x%s\n", a2, BN_bn2hex(aa2));
str = BN_bn2hex(int_part->number);
if ((f = BN_bn2hex(serial)) == NULL)
serialstr = BN_bn2hex(bn);
row[DB_serial] = BN_bn2hex(serial);
row[DB_serial] = BN_bn2hex(bn);
if ((rsa_e_hex = BN_bn2hex(RSA_get0_e(rsa))) == NULL)
itmp = BN_bn2hex(bn);
s = cfg.hex ? BN_bn2hex(bn) : BN_bn2dec(bn);
debug2("start point: 0x%s", BN_bn2hex(largebase));
fprintf(stderr, "%s: sig_r: %s\n", __func__, (tmp = BN_bn2hex(sig_r)));
fprintf(stderr, "%s: sig_s: %s\n", __func__, (tmp = BN_bn2hex(sig_s)));
char* hex_serial = BN_bn2hex(bn);
if ((s = BN_bn2hex(bn)) == NULL)