Searched refs:BN_bn2dec (Results 1 – 15 of 15) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | BN_bn2bin.pod | 7 BN_bn2nativepad, BN_native2bn, BN_bn2hex, BN_bn2dec, BN_hex2bn, BN_dec2bn, 25 char *BN_bn2dec(const BIGNUM *a); 58 BN_bn2hex() and BN_bn2dec() return printable strings containing the 97 BN_bn2hex() and BN_bn2dec() return a NUL-terminated string, or NULL
|
/freebsd/crypto/openssl/apps/ |
H A D | prime.c | 111 s = hex ? BN_bn2hex(bn) : BN_bn2dec(bn); in prime_main()
|
H A D | genrsa.c | 219 dece = BN_bn2dec(e); in genrsa_main()
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_conv.c | 52 char *BN_bn2dec(const BIGNUM *a) in BN_bn2dec() function
|
/freebsd/usr.bin/factor/ |
H A D | factor.c | 305 buf = BN_bn2dec(num); in BN_print_dec_fp()
|
/freebsd/crypto/openssl/test/ |
H A D | bntest.c | 2839 if (!TEST_ptr(s = BN_bn2dec(result))) in test_mod_exp() 2877 if (!TEST_ptr(s = BN_bn2dec(result))) in test_mod_exp_consttime() 2954 if (!TEST_ptr_ne(str = BN_bn2dec(r), NULL)) in test_mod_inverse() 2994 if (!TEST_ptr_ne(str = BN_bn2dec(r), NULL)) in test_mod_exp_alias() 3008 if (!TEST_ptr_ne(str = BN_bn2dec(r), NULL)) in test_mod_exp_alias() 3023 if (!TEST_ptr_ne(str = BN_bn2dec(c), NULL)) in test_mod_exp_alias()
|
/freebsd/lib/libmp/ |
H A D | mpasbn.c | 437 s = BN_bn2dec(mp->bn); in _mtod()
|
/freebsd/crypto/openssl/crypto/objects/ |
H A D | obj_dat.c | 517 bndec = BN_bn2dec(bl); in OBJ_obj2txt()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bn.h | 339 char *BN_bn2dec(const BIGNUM *a);
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_utl.c | 140 return BN_bn2dec(bn); in bignum_to_string()
|
/freebsd/crypto/openssl/ |
H A D | NEWS.md | 540 * OOB write in BN_bn2dec() ([CVE-2016-2182]) 641 * OOB write in BN_bn2dec() ([CVE-2016-2182])
|
H A D | CHANGES.md | 5747 * OOB write in BN_bn2dec() 5749 The function BN_bn2dec() does not check the return value of BN_div_word(). 6948 * OOB write in BN_bn2dec() 6950 The function BN_bn2dec() does not check the return value of BN_div_word().
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 467 BN_bn2dec;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 986 MLINKS+= BN_bn2bin.3 BN_bn2dec.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 2492 BN_bn2dec 2547 3_0_0 EXIST::FUNCTION:
|