Searched refs:iotas (Results 1 - 16 of 16) sorted by relevance

/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dkeccak1600-x86_64.pl75 my $iotas = "%r15";
159 xor ($iotas),@C[1]
160 lea 8($iotas),$iotas
164 mov @C[1],$A[0][0](%rsi) # R[0][0] = C[0] ^ ( C[1] | C[2]) ^ iotas[i]
343 test \$255,$iotas
346 lea -192($iotas),$iotas # rewind iotas
379 lea iotas(
571 iotas: label
[all...]
H A Dkeccak1600-s390x.pl53 my ($src,$dst,$iotas) = map("%r$_",(2..4));
80 larl $iotas,iotas
146 xg @C[1],0($iotas)
147 la $iotas,8($iotas)
148 stg @C[1],$A[0][0]($dst) # R[0][0] = C[0] ^ ( C[1] | C[2]) ^ iotas[i]
330 tmll $iotas,255
528 .type iotas,\@object
529 iotas label
[all...]
H A Dkeccak1600-c64x.pl34 my $iotas = "A14";
110 || MVKL \$PCR_OFFSET(iotas,_KeccakF1600_int),$iotas
111 MVKH \$PCR_OFFSET(iotas,_KeccakF1600_int),$iotas
114 || MVKL (iotas-_KeccakF1600_int),$iotas
115 MVKH (iotas-_KeccakF1600_int),$iotas
117 ADD B0,$iotas,
852 iotas: label
[all...]
H A Dkeccak1600p8-ppc.pl61 my $iotas = "r12";
180 lvx_u v31,$iotas,r0 ; iotas[index]
205 vxor v0, v0, v31 ; A[0][0] ^= iotas[index++]
314 addi r12,r12,`16*16` ; points at iotas
472 addi r12,r12,`16*16` ; points at iotas
812 .type iotas,\@object
813 iotas: label
838 .size iotas,.-iotas
[all...]
H A Dkeccak1600-ppc64.pl570 $POP r0,`$LOCALS+4*$SIZE_T`($sp) ; pull iotas[24]
574 addic r0,r0,`-8*24` ; rewind iotas
730 .type iotas,\@object
731 iotas: label
756 .size iotas,.-iotas
H A Dkeccak1600-armv8.pl90 .type iotas,%object
91 iotas: label
116 .size iotas,.-iotas
130 adr $C[2],iotas
557 adr x10,iotas
H A Dkeccak1600-avx512.pl140 lea iotas(%rip),%r10
520 iotas: label
H A Dkeccak1600-avx2.pl136 lea iotas(%rip),%r10
451 iotas: label
H A Dkeccak1600-avx512vl.pl64 lea iotas(%rip),%r10
361 iotas: label
H A Dkeccak1600-armv4.pl348 ldmia @E[3],{@E[0],@E[1]} @ iotas[i]
351 ldr.l @E[0],[@E[3],#8] @ iotas[i].lo
353 ldr.h @E[1],[@E[3],#12] @ iotas[i].hi
366 str.l @E[0],[sp,#$R[0][0]] @ R[0][0] = C[0] ^ (~C[1] & C[2]) ^ iotas[i];
/freebsd-current/crypto/openssl/crypto/sha/
H A Dkeccak1600.c87 static const uint64_t iotas[] = { variable
234 assert(i < (sizeof(iotas) / sizeof(iotas[0])));
235 A[0][0] ^= iotas[i];
267 assert(i < (sizeof(iotas) / sizeof(iotas[0])));
312 A[0][0] = C[0] ^ (~C[1] & C[2]) ^ iotas[i];
394 assert(i < (sizeof(iotas) / sizeof(iotas[0])));
513 A[0][0] ^= iotas[
[all...]
/freebsd-current/sys/crypto/openssl/amd64/
H A Dkeccak1600-x86_64.S297 leaq iotas(%rip),%r15
371 leaq iotas(%rip),%r15
498 .type iotas,@object
499 iotas: label
524 .size iotas,.-iotas
/freebsd-current/sys/crypto/openssl/powerpc64le/
H A Dkeccak1600-ppc64.S642 .type iotas,@object
643 iotas: label
668 .size iotas,.-iotas
/freebsd-current/sys/crypto/openssl/powerpc64/
H A Dkeccak1600-ppc64.S642 .type iotas,@object
643 iotas: label
668 .size iotas,.-iotas
/freebsd-current/sys/crypto/openssl/aarch64/
H A Dkeccak1600-armv8.S9 .type iotas,%object
10 iotas: label
35 .size iotas,.-iotas
40 adr x28,iotas
580 adr x10,iotas
/freebsd-current/sys/crypto/openssl/arm/
H A Dkeccak1600-armv4.S287 ldmia r14,{r10,r11} @ iotas[i]
297 str r10,[sp,#240] @ R[0][0] = C[0] ^ (~C[1] & C[2]) ^ iotas[i];
303 strd r10,r11,[sp,#240] @ R[0][0] = C[0] ^ (~C[1] & C[2]) ^ iotas[i];
1168 ldr r10,[r14,#8] @ iotas[i].lo
1172 ldr r11,[r14,#12] @ iotas[i].hi
1174 ldrd r10,r11,[r14,#8] @ iotas[i].lo
1187 str r10,[sp,#0] @ R[0][0] = C[0] ^ (~C[1] & C[2]) ^ iotas[i];
1193 strd r10,r11,[sp,#0] @ R[0][0] = C[0] ^ (~C[1] & C[2]) ^ iotas[i];

Completed in 207 milliseconds