Searched refs:step (Results 1 – 7 of 7) sorted by relevance
| /crypto/ml_dsa/ |
| A D | ml_dsa_ntt.c | 132 int step; in ossl_ml_dsa_poly_ntt() local 136 for (step = 1; step < ML_DSA_NUM_POLY_COEFFICIENTS; step <<= 1) { in ossl_ml_dsa_poly_ntt() 139 for (i = 0; i < step; i++) { in ossl_ml_dsa_poly_ntt() 140 const uint32_t z_step_root = zetas_montgomery[step + i]; in ossl_ml_dsa_poly_ntt() 169 int i, j, k, offset, step = ML_DSA_NUM_POLY_COEFFICIENTS; in ossl_ml_dsa_poly_ntt_inverse() local 177 step >>= 1; in ossl_ml_dsa_poly_ntt_inverse() 179 for (i = 0; i < step; i++) { in ossl_ml_dsa_poly_ntt_inverse() 181 ML_DSA_Q - zetas_montgomery[step + (step - 1 - i)]; in ossl_ml_dsa_poly_ntt_inverse()
|
| /crypto/poly1305/asm/ |
| A D | poly1305-sparcv9.pl | 448 my ($i1,$step,$shr,$shl) = map("%l$_",(0..7)); 449 my $i2=$step; 644 mov 16,$step 651 ldxa [$inp+$step]0x88,$in4 664 movrz $len,0,$step 666 add $step,$inp,$inp ! conditional advance 692 movrz $len,0,$step 712 add $step,$inp,$inp ! conditional advance 740 movrz $len,0,$step 748 add $step,$inp,$inp ! conditional advance
|
| /crypto/aes/asm/ |
| A D | aesv8-armx.pl | 571 mov $step,#16 573 cclr $step,eq 1276 mov $step,#16 1278 cclr $step,eq 1345 cclr $step,eq 1382 cclr $step,eq 2564 mov $step,#16 3123 mov $step,#16 3125 csel $step,xzr,$step,eq 3797 mov $step,#16 [all …]
|
| /crypto/camellia/asm/ |
| A D | cmll-x86_64.pl | 440 { my $step=0; 510 &Camellia_Feistel($step++); 511 &Camellia_Feistel($step++); 518 &Camellia_Feistel($step++); 519 &Camellia_Feistel($step++); 569 &Camellia_Feistel($step++); 570 &Camellia_Feistel($step++);
|
| A D | cmll-x86.pl | 556 { my $step=0; 611 &mov ($idx,&DWP($step*8,$key)); # prefetch SIGMA[0] 616 &Camellia_Feistel($step++); 617 &Camellia_Feistel($step++); 627 &mov ($idx,&DWP($step*8,$key)); # prefetch SIGMA[4] 632 &Camellia_Feistel($step++); 633 &Camellia_Feistel($step++); 678 &mov ($idx,&DWP($step*8,$key)); # prefetch SIGMA[8] 683 &Camellia_Feistel($step++); 684 &Camellia_Feistel($step++);
|
| /crypto/engine/ |
| A D | README.md | 176 is deliberately a distinct step. Moreover, registration and unregistration has
|
| /crypto/err/ |
| A D | openssl.txt | 648 EC_R_LADDER_STEP_FAILURE:162:ladder step failure
|
Completed in 30 milliseconds