Searched refs:BN_bn2dec (Results 1 – 11 of 11) sorted by relevance
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 the97 BN_bn2hex() and BN_bn2dec() return a NUL-terminated string, or NULL
111 s = hex ? BN_bn2hex(bn) : BN_bn2dec(bn); in prime_main()
216 dece = BN_bn2dec(e); in genrsa_main()
52 char *BN_bn2dec(const BIGNUM *a) in BN_bn2dec() function
535 bndec = BN_bn2dec(bl); in OBJ_obj2txt()
339 char *BN_bn2dec(const BIGNUM *a);
140 return BN_bn2dec(bn); in bignum_to_string()
2788 if (!TEST_ptr(s = BN_bn2dec(result))) in test_mod_exp()2826 if (!TEST_ptr(s = BN_bn2dec(result))) in test_mod_exp_consttime()
424 * OOB write in BN_bn2dec() ([CVE-2016-2182])525 * OOB write in BN_bn2dec() ([CVE-2016-2182])
4814 * OOB write in BN_bn2dec()4816 The function BN_bn2dec() does not check the return value of BN_div_word().6015 * OOB write in BN_bn2dec()6017 The function BN_bn2dec() does not check the return value of BN_div_word().
2492 BN_bn2dec 2547 3_0_0 EXIST::FUNCTION:
Completed in 50 milliseconds