/openssl-master/crypto/bn/ |
A D | bn_rand.c | 23 static int bnrand(BNRAND_FLAG flag, BIGNUM *rnd, int bits, int top, int bottom, in bnrand() 102 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_rand_ex() 108 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand() 113 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand() 119 int BN_priv_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_priv_rand_ex() 126 int BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_priv_rand() 226 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand()
|
A D | bn_nist.c | 252 static void nist_cp_bn_0(BN_ULONG *dst, const BN_ULONG *src, int top, int max) in nist_cp_bn_0() 265 static void nist_cp_bn(BN_ULONG *dst, const BN_ULONG *src, int top) in nist_cp_bn() 321 int top = a->top, i; in BN_nist_mod_192() local 462 int top = a->top, i; in BN_nist_mod_224() local 643 int i, top = a->top; in BN_nist_mod_256() local 889 int i, top = a->top; in BN_nist_mod_384() local 1158 int top = a->top, i; in BN_nist_mod_521() local
|
A D | bn_exp.c | 495 static int MOD_EXP_CTIME_COPY_TO_PREBUF(const BIGNUM *b, int top, in MOD_EXP_CTIME_COPY_TO_PREBUF() 513 static int MOD_EXP_CTIME_COPY_FROM_PREBUF(BIGNUM *b, int top, in MOD_EXP_CTIME_COPY_FROM_PREBUF() 594 int top; in BN_mod_exp_mont_consttime() local
|
A D | bn_shift.c | 175 int i, top, nw; in bn_rshift_fixed_top() local
|
A D | bn_gcd.c | 551 int i, j, top, rlen, glen, m, bit = 1, delta = 1, cond = 0, shifts = 0, ret = 0; in BN_gcd() local
|
A D | bn_div.c | 144 int top = num->top; in bn_left_align() local
|
A D | bn_mul.c | 510 int top, al, bl; in bn_mul_fixed_top() local
|
A D | bn_gf2m.c | 626 int top = p->top; in BN_GF2m_mod_inv_vartime() local
|
A D | bn_local.h | 228 int top; /* Index of last used d +1. */ member
|
/openssl-master/crypto/modes/ |
A D | ocb128.c | 345 size_t max_idx = 0, top = (size_t)all_num_blocks; in CRYPTO_ocb128_encrypt() local 437 size_t max_idx = 0, top = (size_t)all_num_blocks; in CRYPTO_ocb128_decrypt() local
|
/openssl-master/crypto/ |
A D | sparse_array.c | 58 ossl_uintmax_t top; member
|
/openssl-master/crypto/err/ |
A D | err.c | 882 int top; in ERR_clear_last_mark() local 903 int top; in err_clear_last_constant_time() local
|
/openssl-master/crypto/encode_decode/ |
A D | encoder_lib.c | 403 int top = 0; in encoder_process() local
|
/openssl-master/include/openssl/ |
A D | err.h.in | 68 int top, bottom; member
|
/openssl-master/test/ |
A D | bntest.c | 158 int top, cond, st = 0; in test_swap() local
|