Home
last modified time | relevance | path

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

12

/openssl-master/test/
A Denginetest.c31 int loop; in display_engine_list() local
33 loop = 0; in display_engine_list()
55 int loop; in test_engines() local
148 for (loop = 0; loop < NUMTOADD; loop++) { in test_engines()
154 || !TEST_true(ENGINE_set_id(block[loop], eid[loop])) in test_engines()
155 || !TEST_true(ENGINE_set_name(block[loop], ename[loop]))) in test_engines()
158 for (loop = 0; loop < NUMTOADD; loop++) { in test_engines()
161 loop, ENGINE_get_id(block[loop]), in test_engines()
173 for (loop = 0; loop < NUMTOADD; loop++) { in test_engines()
174 OPENSSL_free(eid[loop]); in test_engines()
[all …]
/openssl-master/crypto/
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 …]
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-master/util/perl/
A Dcheckhandshake.pm68 my $loop = 0;
77 for ($numtests = 0; $handmessages[$loop][1] != 0; $loop++) {
81 $lastmt = $handmessages[$loop][0];
99 $loop = 0;
100 for ($numtests = 0; $handmessages[$loop][1] != 0; $loop++) {
101 next if (($handmessages[$loop][1] & $handtype) == 0);
161 for ($loop = 0; $handmessages[$loop][1] != 0; $loop++) {
162 next if (($handmessages[$loop][1] & $handtype) == 0);
171 .$handmessages[$loop][0]);
174 ok($message->mt == $handmessages[$loop][0],
[all …]
/openssl-master/ssl/record/
A Dssl3_record_tls13.c28 size_t ivlen, taglen, offset, loop, hdrlen; in tls13_enc() local
127 for (loop = 0; loop < SEQ_NUM_SIZE; loop++) in tls13_enc()
128 iv[offset + loop] = staticiv[offset + loop] ^ seq[loop]; in tls13_enc()
131 for (loop = SEQ_NUM_SIZE; loop > 0; loop--) { in tls13_enc()
132 ++seq[loop - 1]; in tls13_enc()
133 if (seq[loop - 1] != 0) in tls13_enc()
136 if (loop == 0) { in tls13_enc()
A Dssl3_record.c953 size_t bs, ctr, padnum, loop; in tls1_enc() local
1097 for (loop = reclen[ctr]; loop < reclen[ctr] + padnum; loop++) in tls1_enc()
1098 recs[ctr].input[loop] = padval; in tls1_enc()
/openssl-master/crypto/bn/
A Dbn_ctx.c168 unsigned loop = 0; in BN_CTX_free() local
169 while (loop < BN_CTX_POOL_SIZE) in BN_CTX_free()
170 BIO_printf(trc_out, "%02x ", pool->vals[loop++].dmax); in BN_CTX_free()
302 unsigned int loop; in BN_POOL_finish() local
306 for (loop = 0, bn = p->head->vals; loop++ < BN_CTX_POOL_SIZE; bn++) in BN_POOL_finish()
319 unsigned int loop; in BN_POOL_get() local
329 for (loop = 0, bn = item->vals; loop++ < BN_CTX_POOL_SIZE; bn++) { in BN_POOL_get()
A Dbn_prime.pl34 loop: while ($#primes < $num-1) { label
39 next loop if ($p % $primes[$i]) == 0;
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()
A Dbn_prime.c157 loop: in BN_generate_prime_ex2()
176 goto loop; in BN_generate_prime_ex2()
190 goto loop; in BN_generate_prime_ex2()
196 goto loop; in BN_generate_prime_ex2()
499 loop: in probable_prime()
516 goto loop; in probable_prime()
584 loop: in probable_prime_dh()
596 goto loop; in probable_prime_dh()
/openssl-master/crypto/engine/
A Deng_dyn.c380 int num, loop; in int_load() local
389 for (loop = 0; loop < num; loop++) { in int_load()
390 const char *s = sk_OPENSSL_STRING_value(ctx->dirs, loop); in int_load()
A Deng_table.c202 int initres, loop = 0; in ossl_engine_table_select() local
238 ret = sk_ENGINE_value(fnd->sk, loop++); in ossl_engine_table_select()
/openssl-master/crypto/perlasm/
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-master/crypto/bn/asm/
A Dvia-mont.pl211 &loop (&label("sub")); # doesn't affect CF!
226 &loop (&label("copy"));
/openssl-master/apps/
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-master/doc/man3/
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).
A DBN_CTX_start.pod22 freeing B<BIGNUM>s in functions that are called from inside a loop.
A DBIO_socket_wait.pod31 at most the given B<nap_milliseconds> in order to avoid a tight busy loop.
A DOCSP_sendreq_new.pod61 between, using L<BIO_wait(3)> on the read BIO to prevent a busy loop.
/openssl-master/providers/implementations/ciphers/
A Dciphercommon.c269 size_t padnum, loop; in ossl_cipher_generic_block_update() local
291 for (loop = inl; loop < inl + padnum; loop++) in ossl_cipher_generic_block_update()
292 out[loop] = padval; in ossl_cipher_generic_block_update()
/openssl-master/crypto/modes/asm/
A Dghash-alpha.pl55 sub loop() { subroutine
280 &loop();
369 &loop();
A Dghash-ia64.pl53 sub loop() { subroutine
142 &loop (".Loop1",1);
/openssl-master/crypto/des/asm/
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-master/doc/man7/
A Dossl_store.pod22 repository", "loop and retrieve one object at a time", and "finish up
/openssl-master/doc/internal/man3/
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 30 milliseconds

12