Searched refs:BN_bn2hex (Results 1 – 20 of 20) sorted by relevance
| /openbsd/src/regress/lib/libcrypto/bn/ |
| D | bn_bits.c | 48 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()
|
| D | bn_shift.c | 46 if ((s = BN_bn2hex(bn1)) == NULL) { in check_shift_result() 52 if ((s = BN_bn2hex(bn2)) == NULL) { in check_shift_result()
|
| D | bn_word.c | 53 if ((out_hex = BN_bn2hex(bn)) == NULL) in check_bn_word_test()
|
| D | bn_convert.c | 504 if ((out_str = BN_bn2hex(bn)) == NULL) { in test_bn_convert()
|
| D | bn_test.c | 1895 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/ |
| D | ts_lib.c | 84 if ((hex = BN_bn2hex(bn)) == NULL) in TS_ASN1_INTEGER_print_bio()
|
| /openbsd/src/usr.bin/openssl/ |
| D | prime.c | 163 s = cfg.hex ? BN_bn2hex(bn) : BN_bn2dec(bn); in prime_main()
|
| D | genrsa.c | 342 if ((rsa_e_hex = BN_bn2hex(RSA_get0_e(rsa))) == NULL) in genrsa_main()
|
| D | ca.c | 1126 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()
|
| D | ocsp.c | 1361 itmp = BN_bn2hex(bn); in lookup_serial()
|
| /openbsd/src/usr.bin/ssh/ |
| D | ssh-ecdsa-sk.c | 297 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()
|
| D | moduli.c | 341 debug2("start point: 0x%s", BN_bn2hex(largebase)); in gen_candidates()
|
| /openbsd/src/regress/usr.bin/ssh/unittests/test_helper/ |
| D | test_helper.c | 327 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/ |
| D | bn_convert.c | 557 BN_bn2hex(const BIGNUM *bn) in BN_bn2hex() function 567 LCRYPTO_ALIAS(BN_bn2hex);
|
| D | bn.h | 402 char * BN_bn2hex(const BIGNUM *a);
|
| /openbsd/src/usr.bin/dc/ |
| D | inout.c | 314 str = BN_bn2hex(int_part->number); in printnumber()
|
| /openbsd/src/lib/libcrypto/ec/ |
| D | ec_convert.c | 548 if ((hex = BN_bn2hex(bn)) == NULL) in EC_POINT_point2hex()
|
| /openbsd/src/usr.sbin/rpki-client/ |
| D | x509.c | 1081 if ((s = BN_bn2hex(bn)) == NULL) in x509_convert_seqnum()
|
| /openbsd/src/lib/libcrypto/x509/ |
| D | x509_utl.c | 185 if ((hex = bnstr = BN_bn2hex(bn)) == NULL) in bn_to_string()
|
| /openbsd/src/lib/libcrypto/ |
| D | Symbols.list | 362 BN_bn2hex
|