Home
last modified time | relevance | path

Searched refs:BN_pseudo_rand_range (Results 1 – 8 of 8) sorted by relevance

/freebsd-head/crypto/openssl/doc/man3/
HDBN_rand.pod7 BN_pseudo_rand_range
35 int BN_pseudo_rand_range(BIGNUM *rnd, const BIGNUM *range);
103 to BN_rand() and BN_pseudo_rand_range() has been identical to
105 The BN_pseudo_rand() and BN_pseudo_rand_range() functions were
/freebsd-head/crypto/openssl/crypto/bn/
HDbn_rand.c236 int BN_pseudo_rand_range(BIGNUM *r, const BIGNUM *range) in BN_pseudo_rand_range() function
/freebsd-head/crypto/openssl/include/openssl/
HDbn.h233 int BN_pseudo_rand_range(BIGNUM *rnd, const BIGNUM *range);
/freebsd-head/secure/lib/libcrypto/
HDVersion.map561 BN_pseudo_rand_range;
/freebsd-head/crypto/openssl/doc/man7/
HDmigration_guide.pod1237 BN_pseudo_rand(), BN_pseudo_rand_range()
/freebsd-head/secure/lib/libcrypto/man/man3/
HDMakefile1059 MLINKS+= BN_rand.3 BN_pseudo_rand_range.3
/freebsd-head/crypto/openssl/util/
HDlibcrypto.num2425 BN_pseudo_rand_range 2477 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
/freebsd-head/crypto/openssl/
HDCHANGES.md1341 * Deprecated the obsolete BN_pseudo_rand() and BN_pseudo_rand_range().
15253 so use BN_pseudo_rand_range() instead of using BN_pseudo_rand()
15258 * Add BN_pseudo_rand_range() with obvious functionality: BN_rand_range()