Home
last modified time | relevance | path

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

/crypto/
A Dpunycode.c129 unsigned int loop; in ossl_punycode_decode() local
133 for (loop = 0; loop < (unsigned int)enc_len; loop++) { in ossl_punycode_decode()
134 if (pEncoded[loop] == delimiter) in ossl_punycode_decode()
135 basic_count = loop; in ossl_punycode_decode()
142 for (loop = 0; loop < basic_count; loop++) { in ossl_punycode_decode()
143 if (is_basic(pEncoded[loop]) == 0) in ossl_punycode_decode()
146 pDecoded[loop] = pEncoded[loop]; in ossl_punycode_decode()
152 for (loop = processed_in; loop < (unsigned int)enc_len;) { in ossl_punycode_decode()
159 if (loop >= enc_len) in ossl_punycode_decode()
162 digit = digit_decoded(pEncoded[loop]); in ossl_punycode_decode()
[all …]
A Dx86cpuid.pl464 &loop (&label("loop"));
A Dia64cpuid.S102 brp.loop.imp .Loop_cmp_ctop,.Loop_cmp_cend-16
/crypto/bn/
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()
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.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()
A Dbn_prime.pl34 loop: while ($#primes < $num-1) { label
39 next loop if ($p % $primes[$i]) == 0;
/crypto/engine/
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()
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()
/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"));
/crypto/bn/asm/
A Dvia-mont.pl211 &loop (&label("sub")); # doesn't affect CF!
226 &loop (&label("copy"));
A Dia64.S192 brp.loop.imp .L_bn_add_words_ctop,.L_bn_add_words_cend-16
245 brp.loop.imp .L_bn_sub_words_ctop,.L_bn_sub_words_cend-16
315 brp.loop.imp .L_bn_mul_words_ctop,.L_bn_mul_words_cend-16
421 brp.loop.imp .L_bn_mul_add_words_ctop,.L_bn_mul_add_words_cend-16
495 brp.loop.imp .L_bn_sqr_words_ctop,.L_bn_sqr_words_cend-16
A Dbn-c64xplus.asm231 || MVK 8,A0 ; M, outer loop counter
/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);
A Dghash-x86_64.pl158 sub loop() { subroutine
264 &loop ($Xi);
/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 …]
/crypto/poly1305/asm/
A Dpoly1305-ia64.S146 brp.loop.imp .Loop,.Lcend-16 }
/crypto/aes/asm/
A Daes-ia64.S109 brp.loop.imp .Le_top,.Le_end-16 };;
486 brp.loop.imp .Ld_top,.Ld_end-16 };;

Completed in 52 milliseconds