Home
last modified time | relevance | path

Searched refs:BN_bn2hex (Results 1 – 20 of 20) sorted by relevance

/openbsd/src/regress/lib/libcrypto/bn/
Dbn_bits.c48 if ((out_str = BN_bn2hex(bn)) == NULL) in test_bn_set_bit()
94 if ((out_str = BN_bn2hex(bn)) == NULL) in test_bn_clear_bit()
151 if ((out_str = BN_bn2hex(bn)) == NULL) in test_bn_mask_bits()
165 if ((out_str = BN_bn2hex(bn)) == NULL) in test_bn_mask_bits()
179 if ((out_str = BN_bn2hex(bn)) == NULL) in test_bn_mask_bits()
Dbn_shift.c46 if ((s = BN_bn2hex(bn1)) == NULL) { in check_shift_result()
52 if ((s = BN_bn2hex(bn2)) == NULL) { in check_shift_result()
Dbn_word.c53 if ((out_hex = BN_bn2hex(bn)) == NULL) in check_bn_word_test()
Dbn_convert.c504 if ((out_str = BN_bn2hex(bn)) == NULL) { in test_bn_convert()
Dbn_test.c1895 CHECK_GOTO(r_str = BN_bn2hex(r)); in test_mod_exp_sizes()
1896 CHECK_GOTO(r2_str = BN_bn2hex(r2)); in test_mod_exp_sizes()
/openbsd/src/lib/libcrypto/ts/
Dts_lib.c84 if ((hex = BN_bn2hex(bn)) == NULL) in TS_ASN1_INTEGER_print_bio()
/openbsd/src/usr.bin/openssl/
Dprime.c163 s = cfg.hex ? BN_bn2hex(bn) : BN_bn2dec(bn); in prime_main()
Dgenrsa.c342 if ((rsa_e_hex = BN_bn2hex(RSA_get0_e(rsa))) == NULL) in genrsa_main()
Dca.c1126 if ((f = BN_bn2hex(serial)) == NULL) in ca_main()
2047 row[DB_serial] = BN_bn2hex(serial); in do_body()
2270 row[DB_serial] = BN_bn2hex(bn); in do_revoke()
Docsp.c1361 itmp = BN_bn2hex(bn); in lookup_serial()
/openbsd/src/usr.bin/ssh/
Dssh-ecdsa-sk.c297 fprintf(stderr, "%s: sig_r: %s\n", __func__, (tmp = BN_bn2hex(sig_r))); in ssh_ecdsa_sk_verify()
299 fprintf(stderr, "%s: sig_s: %s\n", __func__, (tmp = BN_bn2hex(sig_s))); in ssh_ecdsa_sk_verify()
Dmoduli.c341 debug2("start point: 0x%s", BN_bn2hex(largebase)); in gen_candidates()
/openbsd/src/regress/usr.bin/ssh/unittests/test_helper/
Dtest_helper.c327 fprintf(stderr, "%12s = 0x%s\n", a1, BN_bn2hex(aa1)); in assert_bignum()
328 fprintf(stderr, "%12s = 0x%s\n", a2, BN_bn2hex(aa2)); in assert_bignum()
/openbsd/src/lib/libcrypto/bn/
Dbn_convert.c557 BN_bn2hex(const BIGNUM *bn) in BN_bn2hex() function
567 LCRYPTO_ALIAS(BN_bn2hex);
Dbn.h402 char * BN_bn2hex(const BIGNUM *a);
/openbsd/src/usr.bin/dc/
Dinout.c314 str = BN_bn2hex(int_part->number); in printnumber()
/openbsd/src/lib/libcrypto/ec/
Dec_convert.c548 if ((hex = BN_bn2hex(bn)) == NULL) in EC_POINT_point2hex()
/openbsd/src/usr.sbin/rpki-client/
Dx509.c1081 if ((s = BN_bn2hex(bn)) == NULL) in x509_convert_seqnum()
/openbsd/src/lib/libcrypto/x509/
Dx509_utl.c185 if ((hex = bnstr = BN_bn2hex(bn)) == NULL) in bn_to_string()
/openbsd/src/lib/libcrypto/
DSymbols.list362 BN_bn2hex