Home
last modified time | relevance | path

Searched refs:loop (Results 1 – 25 of 50) sorted by relevance

12

/openssl/test/
H A Denginetest.c32 int loop; in display_engine_list() local
34 loop = 0; in display_engine_list()
56 int loop; in test_engines() local
149 for (loop = 0; loop < NUMTOADD; loop++) { in test_engines()
155 || !TEST_true(ENGINE_set_id(block[loop], eid[loop])) in test_engines()
156 || !TEST_true(ENGINE_set_name(block[loop], ename[loop]))) in test_engines()
159 for (loop = 0; loop < NUMTOADD; loop++) { in test_engines()
162 loop, ENGINE_get_id(block[loop]), in test_engines()
174 for (loop = 0; loop < NUMTOADD; loop++) { in test_engines()
175 OPENSSL_free(eid[loop]); in test_engines()
[all …]
/openssl/crypto/
H A Dpunycode.c128 unsigned int loop; in ossl_punycode_decode() local
130 for (loop = 0; loop < enc_len; loop++) { in ossl_punycode_decode()
131 if (pEncoded[loop] == delimiter) in ossl_punycode_decode()
132 basic_count = loop; in ossl_punycode_decode()
139 for (loop = 0; loop < basic_count; loop++) { in ossl_punycode_decode()
140 if (is_basic(pEncoded[loop]) == 0) in ossl_punycode_decode()
143 pDecoded[loop] = pEncoded[loop]; in ossl_punycode_decode()
149 for (loop = processed_in; loop < enc_len;) { in ossl_punycode_decode()
156 if (loop >= enc_len) in ossl_punycode_decode()
159 digit = digit_decoded(pEncoded[loop]); in ossl_punycode_decode()
[all …]
H A Dia64cpuid.S69 brp.loop.imp .L_wipe_top,.L_wipe_end-16
192 brp.loop.imp .Loop_cmp_ctop,.Loop_cmp_cend-16
/openssl/util/perl/
H A Dcheckhandshake.pm73 my $loop = 0;
82 for ($numtests = 0; $handmessages[$loop][1] != 0; $loop++) {
86 $lastmt = $handmessages[$loop][0];
104 $loop = 0;
105 for ($numtests = 0; $handmessages[$loop][1] != 0; $loop++) {
106 next if (($handmessages[$loop][1] & $handtype) == 0);
166 for ($loop = 0; $handmessages[$loop][1] != 0; $loop++) {
167 next if (($handmessages[$loop][1] & $handtype) == 0);
176 .$handmessages[$loop][0]);
179 ok($message->mt == $handmessages[$loop][0],
[all …]
/openssl/crypto/bn/
H A Dbn_ctx.c166 unsigned loop = 0; in BN_CTX_free() local
167 while (loop < BN_CTX_POOL_SIZE) in BN_CTX_free()
168 BIO_printf(trc_out, "%02x ", pool->vals[loop++].dmax); in BN_CTX_free()
298 unsigned int loop; in BN_POOL_finish() local
302 for (loop = 0, bn = p->head->vals; loop++ < BN_CTX_POOL_SIZE; bn++) in BN_POOL_finish()
315 unsigned int loop; in BN_POOL_get() local
323 for (loop = 0, bn = item->vals; loop++ < BN_CTX_POOL_SIZE; bn++) { in BN_POOL_get()
H A Dbn_div.c267 int norm_shift, i, j, loop; in bn_div_fixed_top() local
314 loop = num_n - div_n; in bn_div_fixed_top()
319 wnum = &(snum->d[loop]); in bn_div_fixed_top()
327 if (!bn_wexpand(res, loop)) in bn_div_fixed_top()
331 res->top = loop; in bn_div_fixed_top()
333 resp = &(res->d[loop]); in bn_div_fixed_top()
339 for (i = 0; i < loop; i++, wnumtop--) { in bn_div_fixed_top()
H A Dbn_prime.pl34 loop: while ($#primes < $num-1) { label
39 next loop if ($p % $primes[$i]) == 0;
H A Dbn_prime.c155 loop: in BN_generate_prime_ex2()
174 goto loop; in BN_generate_prime_ex2()
188 goto loop; in BN_generate_prime_ex2()
194 goto loop; in BN_generate_prime_ex2()
509 loop: in probable_prime()
526 goto loop; in probable_prime()
594 loop: in probable_prime_dh()
606 goto loop; in probable_prime_dh()
/openssl/ssl/record/methods/
H A Dtls13_meth.c92 size_t nonce_len, offset, loop, hdrlen, taglen; in tls13_cipher() local
162 for (loop = 0; loop < SEQ_NUM_SIZE; loop++) in tls13_cipher()
163 nonce[offset + loop] = staticiv[offset + loop] ^ seq[loop]; in tls13_cipher()
H A Dtls1_meth.c176 size_t bs, ctr, padnum, loop; in tls1_cipher() local
302 for (loop = reclen[ctr]; loop < reclen[ctr] + padnum; loop++) in tls1_cipher()
303 recs[ctr].input[loop] = padval; in tls1_cipher()
/openssl/crypto/engine/
H A Deng_dyn.c376 int num, loop; in int_load() local
385 for (loop = 0; loop < num; loop++) { in int_load()
386 const char *s = sk_OPENSSL_STRING_value(ctx->dirs, loop); in int_load()
H A Deng_table.c205 int initres, loop = 0; in ossl_engine_table_select() local
245 ret = sk_ENGINE_value(fnd->sk, loop++); in ossl_engine_table_select()
/openssl/crypto/perlasm/
H A DREADME.md50 &label("loop") Refer to a label, normally a jmp target.
51 &set_label("loop") Set a label at this point.
86 &set_label("loop");
96 &jmp( &label("loop"));
/openssl/apps/
H A Dengine.c242 int loop, res, num = sk_OPENSSL_STRING_num(cmds); in util_do_cmds() local
248 for (loop = 0; loop < num; loop++) { in util_do_cmds()
251 cmd = sk_OPENSSL_STRING_value(cmds, loop); in util_do_cmds()
/openssl/crypto/bn/asm/
H A Dvia-mont.pl211 &loop (&label("sub")); # doesn't affect CF!
226 &loop (&label("copy"));
/openssl/doc/man3/
H A DDSA_generate_parameters.pod70 B<BN_GENCB_call(cb, 1, i)> is called in the outer loop
72 i is the loop counter (starting at 0).
89 B<BN_GENCB_call(cb, 1, i)> is called in the outer loop
91 i is the loop counter (starting at 0).
H A DBN_CTX_start.pod22 freeing B<BIGNUM>s in functions that are called from inside a loop.
H A DBIO_socket_wait.pod31 at most the given B<nap_milliseconds> in order to avoid a tight busy loop.
/openssl/providers/implementations/ciphers/
H A Dciphercommon.c279 size_t padnum, loop; in ossl_cipher_generic_block_update() local
301 for (loop = inl; loop < inl + padnum; loop++) in ossl_cipher_generic_block_update()
302 out[loop] = padval; in ossl_cipher_generic_block_update()
/openssl/crypto/modes/asm/
H A Dghash-alpha.pl55 sub loop() { subroutine
280 &loop();
369 &loop();
H A Dghash-ia64.pl53 sub loop() { subroutine
142 &loop (".Loop1",1);
/openssl/doc/man7/
H A Dossl-guide-tls-server-block.pod23 server might use nonblocking sockets with an event loop and callbacks for I/O
230 =head2 Server loop
232 The server now enters a "forever" loop handling one client connection at a
305 If the server could somehow manage to break out of the infinite loop, and
309 * Unreachable placeholder cleanup code, the above loop runs forever.
H A Dossl_store.pod22 repository", "loop and retrieve one object at a time", and "finish up
/openssl/crypto/des/asm/
H A Ddes_enc.m4143 ld [out2+280], out4 ! loop counter
248 ! In this version we do two rounds in a loop repeated 7 times
271 ! parameter 4 loop label
294 ! out4 is loop counter
458 ifelse($6,{}, {}, {ld [out2+280], out4}) ! loop counter
621 ! also adds -8 to length in2 and loads loop counter to out4
734 ld [out2+280], out4 ! loop counter
1223 mov LOOPS, out4 ! loop counter
1251 mov LOOPS, out4 ! loop counter
1443 ! also adds -8 to length in2 and loads loop counter to out4
[all …]
/openssl/doc/internal/man3/
H A DOPTIONS.pod219 can be used to reset the option parsing loop.
222 in a loop to fetch each option in turn. It returns -1, or B<OPT_EOF> when the
240 Within the option parsing loop, the following functions may be called.

Completed in 47 milliseconds

12