Home
last modified time | relevance | path

Searched refs:bottom (Results 1 – 13 of 13) sorted by relevance

/openssl/crypto/err/
H A Derr_mark.c23 if (es->bottom == es->top) in ERR_set_mark()
34 if (es == NULL || es->bottom == es->top) in ERR_pop()
50 while (es->bottom != es->top in ERR_pop_to_mark()
56 if (es->bottom == es->top) in ERR_pop_to_mark()
72 while (es->bottom != top in ERR_count_to_mark()
91 while (es->bottom != top in ERR_clear_last_mark()
96 if (es->bottom == top) in ERR_clear_last_mark()
H A Derr_save.c60 es->top = es->bottom = 0; in OSSL_ERR_STATE_save_to_mark()
66 thread_es->bottom != top in OSSL_ERR_STATE_save_to_mark()
102 es->bottom = ERR_NUM_ERRORS - 1; in OSSL_ERR_STATE_save_to_mark()
105 es->top = es->bottom = 0; in OSSL_ERR_STATE_save_to_mark()
118 if (es == NULL || es->bottom == es->top) in OSSL_ERR_STATE_restore()
125 for (i = (size_t)es->bottom; i != (size_t)es->top;) { in OSSL_ERR_STATE_restore()
H A Derr_local.h17 if (es->top == es->bottom) in err_get_slot()
18 es->bottom = (es->bottom + 1) % ERR_NUM_ERRORS; in err_get_slot()
H A Derr.c346 es->top = es->bottom = 0; in ERR_clear_error()
461 while (es->bottom != es->top) { in get_error_values()
467 i = (es->bottom + 1) % ERR_NUM_ERRORS; in get_error_values()
469 es->bottom = i; in get_error_values()
470 err_clear(es, es->bottom, 0); in get_error_values()
477 if (es->bottom == es->top) in get_error_values()
484 i = (es->bottom + 1) % ERR_NUM_ERRORS; in get_error_values()
488 es->bottom = i; in get_error_values()
/openssl/crypto/bn/
H A Dbn_rand.c31 if (top != BN_RAND_TOP_ANY || bottom != BN_RAND_BOTTOM_ANY) in bnrand()
100 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_rand_ex() argument
106 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand() argument
108 return bnrand(NORMAL, rnd, bits, top, bottom, 0, NULL); in BN_rand()
111 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand() argument
113 return bnrand(TESTING, rnd, bits, top, bottom, 0, NULL); in BN_bntest_rand()
117 int BN_priv_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_priv_rand_ex() argument
124 int BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_priv_rand() argument
126 return bnrand(PRIVATE, rnd, bits, top, bottom, 0, NULL); in BN_priv_rand()
229 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand() argument
[all …]
/openssl/doc/man3/
H A DBN_rand.pod14 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom,
16 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom);
18 int BN_priv_rand_ex(BIGNUM *rnd, int bits, int top, int bottom,
20 int BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom);
34 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom);
45 accommodate the requirements specified by the I<top> and I<bottom>
54 If I<bottom> is B<BN_RAND_BOTTOM_ODD>, the number will be odd; if it
/openssl/crypto/modes/
H A Docb128.c218 size_t bottom, shift; in CRYPTO_ocb128_setiv() local
247 bottom = nonce[15] & 0x3f; in CRYPTO_ocb128_setiv()
250 shift = bottom % 8; in CRYPTO_ocb128_setiv()
251 ocb_block_lshift(stretch + (bottom / 8), shift, ctx->sess.offset.c); in CRYPTO_ocb128_setiv()
255 (*(stretch + (bottom / 8) + 16) & mask) >> (8 - shift); in CRYPTO_ocb128_setiv()
/openssl/include/openssl/
H A Dbn.h217 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom,
219 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom);
220 int BN_priv_rand_ex(BIGNUM *rnd, int bits, int top, int bottom,
222 int BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom);
231 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom);
584 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom);
H A Derr.h.in68 int top, bottom; member
/openssl/external/perl/Text-Template-1.56/
H A DINSTALL20 Detailed documentation is at the bottom of the lib/Text/Template.pm
/openssl/doc/HOWTO/
H A Ddocumenting-functions-and-macros.md174 The bottom line is that only the way how the public symbols
/openssl/doc/man1/
H A Dopenssl-genpkey.pod.in260 will only use the bottom byte.
385 will only use the bottom byte.
/openssl/doc/man7/
H A Dproxy-certificates.pod215 * bottom. You get the CA root first, followed by the

Completed in 31 milliseconds