Searched defs:bottom (Results 1 – 3 of 3) sorted by relevance
/openssl/crypto/bn/ |
H A D | bn_rand.c | 23 static int bnrand(BNRAND_FLAG flag, BIGNUM *rnd, int bits, int top, int bottom, in bnrand() 100 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_rand_ex() 106 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand() 111 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand() 117 int BN_priv_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_priv_rand_ex() 124 int BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_priv_rand() 229 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand()
|
/openssl/crypto/modes/ |
H A D | ocb128.c | 218 size_t bottom, shift; in CRYPTO_ocb128_setiv() local
|
/openssl/include/openssl/ |
H A D | err.h.in | 68 int top, bottom; member
|
Completed in 10 milliseconds