Home
last modified time | relevance | path

Searched defs:top (Results 1 – 16 of 16) sorted by relevance

/openssl/crypto/bn/
H A Dbn_rand.c23 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()
231 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand()
H A Dbn_nist.c265 #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()
332 int top = a->top, i; in BN_nist_mod_192() local
473 int top = a->top, i; in BN_nist_mod_224() local
654 int i, top = a->top; in BN_nist_mod_256() local
900 int i, top = a->top; in BN_nist_mod_384() local
1169 int top = a->top, i; in BN_nist_mod_521() local
H A Dbn_exp.c496 static int MOD_EXP_CTIME_COPY_TO_PREBUF(const BIGNUM *b, int top, in MOD_EXP_CTIME_COPY_TO_PREBUF()
514 static int MOD_EXP_CTIME_COPY_FROM_PREBUF(BIGNUM *b, int top, in MOD_EXP_CTIME_COPY_FROM_PREBUF()
595 int top; in BN_mod_exp_mont_consttime() local
H A Dbn_shift.c175 int i, top, nw; in bn_rshift_fixed_top() local
H A Dbn_gcd.c553 int i, j, top, rlen, glen, m, bit = 1, delta = 1, cond = 0, shifts = 0, ret = 0; in BN_gcd() local
H A Dbn_div.c144 int top = num->top; in bn_left_align() local
H A Dbn_mul.c510 int top, al, bl; in bn_mul_fixed_top() local
H A Dbn_gf2m.c626 int top = p->top; in BN_GF2m_mod_inv_vartime() local
H A Dbn_local.h231 int top; /* Index of last used d +1. */ member
/openssl/crypto/err/
H A Derr_mark.c52 int top; in ERR_clear_last_mark() local
H A Derr.c884 int top; in err_clear_last_constant_time() local
/openssl/crypto/modes/
H A Docb128.c345 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/crypto/
H A Dsparse_array.c53 ossl_uintmax_t top; member
/openssl/crypto/encode_decode/
H A Dencoder_lib.c402 int top = 0; in encoder_process() local
/openssl/include/openssl/
H A Derr.h.in68 int top, bottom; member
/openssl/test/
H A Dbntest.c153 int top, cond, st = 0; in test_swap() local

Completed in 60 milliseconds