Home
last modified time | relevance | path

Searched refs:BN_bn2dec (Results 1 – 15 of 15) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DBN_bn2bin.pod7 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 Dprime.c111 s = hex ? BN_bn2hex(bn) : BN_bn2dec(bn); in prime_main()
H A Dgenrsa.c219 dece = BN_bn2dec(e); in genrsa_main()
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_conv.c52 char *BN_bn2dec(const BIGNUM *a) in BN_bn2dec() function
/freebsd/usr.bin/factor/
H A Dfactor.c305 buf = BN_bn2dec(num); in BN_print_dec_fp()
/freebsd/crypto/openssl/test/
H A Dbntest.c2839 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 Dmpasbn.c437 s = BN_bn2dec(mp->bn); in _mtod()
/freebsd/crypto/openssl/crypto/objects/
H A Dobj_dat.c517 bndec = BN_bn2dec(bl); in OBJ_obj2txt()
/freebsd/crypto/openssl/include/openssl/
H A Dbn.h339 char *BN_bn2dec(const BIGNUM *a);
/freebsd/crypto/openssl/crypto/x509/
H A Dv3_utl.c140 return BN_bn2dec(bn); in bignum_to_string()
/freebsd/crypto/openssl/
H A DNEWS.md540 * OOB write in BN_bn2dec() ([CVE-2016-2182])
641 * OOB write in BN_bn2dec() ([CVE-2016-2182])
H A DCHANGES.md5747 * 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 DVersion.map467 BN_bn2dec;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile986 MLINKS+= BN_bn2bin.3 BN_bn2dec.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num2492 BN_bn2dec 2547 3_0_0 EXIST::FUNCTION: