| /crypto/ |
| A D | punycode.c | 129 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 D | x86cpuid.pl | 464 &loop (&label("loop"));
|
| A D | ia64cpuid.S | 102 brp.loop.imp .Loop_cmp_ctop,.Loop_cmp_cend-16
|
| /crypto/bn/ |
| A D | bn_ctx.c | 166 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 D | bn_div.c | 267 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 D | bn_prime.c | 155 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 D | bn_prime.pl | 34 loop: while ($#primes < $num-1) { label 39 next loop if ($p % $primes[$i]) == 0;
|
| /crypto/engine/ |
| A D | eng_dyn.c | 376 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 D | eng_table.c | 205 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 D | README.md | 50 &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 D | via-mont.pl | 211 &loop (&label("sub")); # doesn't affect CF! 226 &loop (&label("copy"));
|
| A D | ia64.S | 192 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 D | bn-c64xplus.asm | 231 || MVK 8,A0 ; M, outer loop counter
|
| /crypto/modes/asm/ |
| A D | ghash-alpha.pl | 55 sub loop() { subroutine 280 &loop(); 369 &loop();
|
| A D | ghash-ia64.pl | 53 sub loop() { subroutine 142 &loop (".Loop1",1);
|
| A D | ghash-x86_64.pl | 158 sub loop() { subroutine 264 &loop ($Xi);
|
| /crypto/des/asm/ |
| A D | des_enc.m4 | 143 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 D | poly1305-ia64.S | 146 brp.loop.imp .Loop,.Lcend-16 }
|
| /crypto/aes/asm/ |
| A D | aes-ia64.S | 109 brp.loop.imp .Le_top,.Le_end-16 };; 486 brp.loop.imp .Ld_top,.Ld_end-16 };;
|