Searched refs:Xn (Results 1 – 7 of 7) sorted by relevance
/openssl-master/crypto/sha/asm/ |
A D | sha1-ia64.pl | 92 dep $Xn=$Xn,tmp2,8,8 // forward Xload 112 xor $Xn=$Xn,tmp3 // forward Xupdate 117 shrp $Xn=$Xn,$Xn,31 // ROTATE(x[0]^x[2]^x[8]^x[13],1) 142 xor $Xn=$Xn,tmp3 // forward Xupdate 147 shrp $Xn=$Xn,$Xn,31 // ROTATE(x[0]^x[2]^x[8]^x[13],1) 165 xor $Xn=$Xn,$X[($j+2)%16] };; // forward Xupdate 169 xor $Xn=$Xn,$X[($j+8)%16] };; // forward Xupdate 176 shrp $Xn=$Xn,$Xn,31 // ROTATE(x[0]^x[2]^x[8]^x[13],1) 217 xor $Xn=$Xn,$X[($j+2)%16] // forward Xupdate 222 { .mmi; xor $Xn=$Xn,tmp3 [all …]
|
A D | sha256-mb-x86_64.pl | 243 ($Xi,$Xn)=($Xn,$Xi); 365 pand $Xn,$A 367 pand $Xn,$B 369 pand $Xn,$C 371 pand $Xn,$D 374 pand $Xn,$E 377 pand $Xn,$F 380 pand $Xn,$G 949 ($Xi,$Xn)=($Xn,$Xi); 1064 vpcmpgtd $t1,$Xn,$Xn # mask value [all …]
|
A D | sha256-c64xplus.pl | 42 ($Xn,$X0,$K)=("B7","B8","B9"); 102 LDNW *$INP++,$Xn ; pre-fetch input 117 || SWAP4 $Xn,$X0 123 LDNW *$INP++,$Xn 151 || SWAP4 $Xn,$X0 167 || LDW *${Xib}[1],$Xn ; modulo-scheduled 193 || MV $Xn,$X0 ; modulo-scheduled 211 || MV $X1,$Xn 245 || MV $Xn,$X0 ; modulo-scheduled 262 || [A0] LDNW *$INP++,$Xn ; pre-fetch input
|
/openssl-master/crypto/modes/asm/ |
A D | ghash-x86.pl | 840 ($Xn,$Xhn)=("xmm6","xmm7"); 1023 &movdqu ($Xn,&QWP(16,$inp)); # Ii+1 1025 &pshufb ($Xn,$T3); 1030 &movdqa ($Xhn,$Xn); 1031 &pxor ($T1,$Xn); # 1071 &pshufb ($Xn,$T3); 1229 &movdqa ($Xn,&QWP(0,$const)); 1231 &pshufb ($Xi,$Xn); 1236 &pshufb ($Xi,$Xn); 1269 &pshufb ($Xn,$T3); [all …]
|
/openssl-master/crypto/modes/ |
A D | gcm128.c | 1182 if (mres == sizeof(ctx->Xn)) { 1183 GHASH(ctx,ctx->Xn,sizeof(ctx->Xn)); 1420 if (mres == sizeof(ctx->Xn)) { 1421 GHASH(ctx,ctx->Xn,sizeof(ctx->Xn)); 1501 GHASH(ctx, ctx->Xn, mres); 1524 GHASH(ctx, ctx->Xn, mres); 1662 GHASH(ctx, ctx->Xn, mres); 1687 GHASH(ctx, ctx->Xn, mres); 1790 if (mres == sizeof(ctx->Xn)) { 1791 GHASH(ctx, ctx->Xn, mres); [all …]
|
/openssl-master/include/crypto/ |
A D | modes.h | 136 unsigned char Xn[48]; member
|
/openssl-master/test/recipes/30-test_evp_data/ |
A D | evppkey_ecdh.txt | 1319 gxZ/Xn+u6nRfrUu6d84FxireKSjKGHI=
|
Completed in 22 milliseconds