/openssl/crypto/err/ |
H A D | err_mark.c | 65 int count = 0, top; in ERR_count_to_mark() local 84 int top; in ERR_clear_last_mark() local
|
H A D | err_save.c | 49 int top; in OSSL_ERR_STATE_save_to_mark() local 126 size_t top; in OSSL_ERR_STATE_restore() local
|
H A D | err.c | 883 int top; in err_clear_last_constant_time() local
|
/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()
|
H A D | bn_nist.c | 265 #define nist_cp_bn_0(dst, src_in, top, max) \ argument 276 static void nist_cp_bn(BN_ULONG *dst, const BN_ULONG *src, int top) in nist_cp_bn() 354 int top = a->top, i; in BN_nist_mod_192() local 490 int top = a->top, i; in BN_nist_mod_224() local 662 int i, top = a->top; in BN_nist_mod_256() local 899 int i, top = a->top; in BN_nist_mod_384() local 1159 int top = a->top, i; in BN_nist_mod_521() local
|
H A D | bn_exp.c | 515 static int MOD_EXP_CTIME_COPY_TO_PREBUF(const BIGNUM *b, int top, in MOD_EXP_CTIME_COPY_TO_PREBUF() 533 static int MOD_EXP_CTIME_COPY_FROM_PREBUF(BIGNUM *b, int top, in MOD_EXP_CTIME_COPY_FROM_PREBUF() 614 int top; in BN_mod_exp_mont_consttime() local
|
H A D | bn_shift.c | 178 int i, top, nw; in bn_rshift_fixed_top() local
|
H A D | bn_div.c | 144 int top = num->top; in bn_left_align() local
|
H A D | bn_gcd.c | 585 int i, j, top, rlen, glen, m, delta = 1, cond = 0, pow2_shifts, ret = 0; in BN_gcd() local
|
H A D | bn_mul.c | 510 int top, al, bl; in bn_mul_fixed_top() local
|
H A D | bn_gf2m.c | 623 int top = p->top; in BN_GF2m_mod_inv_vartime() local
|
H A D | bn_local.h | 251 int top; /* Index of last used d +1. */ member
|
/openssl/crypto/modes/ |
H A D | ocb128.c | 341 size_t max_idx = 0, top = (size_t)all_num_blocks; in CRYPTO_ocb128_encrypt() local 433 size_t max_idx = 0, top = (size_t)all_num_blocks; in CRYPTO_ocb128_decrypt() local
|
/openssl/crypto/ |
H A D | sparse_array.c | 53 ossl_uintmax_t top; member
|
/openssl/crypto/encode_decode/ |
H A D | encoder_lib.c | 405 int top = 0; in encoder_process() local
|
/openssl/include/openssl/ |
H A D | err.h.in | 68 int top, bottom; member
|
/openssl/test/ |
H A D | bntest.c | 154 int top, cond, st = 0; in test_swap() local
|