/external/boringssl/src/crypto/fipsmodule/modes/asm/ |
D | aesni-gcm-x86_64.pl | 77 $Z0,$Z1,$Z2,$Z3,$Xi) = map("%xmm$_",(0..8)); 100 vmovdqu $Z0,16+8(%rsp) # "$Z3" = 0 114 vpclmulqdq \$0x10,$Hkey,$Z3,$Z1 117 vpclmulqdq \$0x01,$Hkey,$Z3,$Z2 141 vpclmulqdq \$0x00,$Hkey,$Z3,$T1 145 vpclmulqdq \$0x11,$Hkey,$Z3,$Z3 163 vpxor 16+8(%rsp),$Xi,$Xi # modulo-scheduled [vpxor $Z3,$Xi,$Xi] 184 vpxor $Hkey,$Z3,$Z3 203 vpxor $Z1,$Z3,$Z3 225 vpxor $T1,$Z3,$Z3 [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
D | SecP256K1Point.java | 179 SecP256K1FieldElement Z3 = new SecP256K1FieldElement(H); in add() local 182 SecP256K1Field.multiply(Z3.x, Z1.x, Z3.x); in add() 186 SecP256K1Field.multiply(Z3.x, Z2.x, Z3.x); in add() 189 ECFieldElement[] zs = new ECFieldElement[] { Z3 }; in add() 244 SecP256K1FieldElement Z3 = new SecP256K1FieldElement(M); in twice() local 245 SecP256K1Field.twice(Y1.x, Z3.x); in twice() 248 SecP256K1Field.multiply(Z3.x, Z1.x, Z3.x); in twice() 251 return new SecP256K1Point(curve, X3, Y3, new ECFieldElement[] { Z3 }, this.withCompression); in twice()
|
D | SecP256R1Point.java | 177 SecP256R1FieldElement Z3 = new SecP256R1FieldElement(H); in add() local 180 SecP256R1Field.multiply(Z3.x, Z1.x, Z3.x); in add() 184 SecP256R1Field.multiply(Z3.x, Z2.x, Z3.x); in add() 187 ECFieldElement[] zs = new ECFieldElement[]{ Z3 }; in add() 254 SecP256R1FieldElement Z3 = new SecP256R1FieldElement(M); in twice() local 255 SecP256R1Field.twice(Y1.x, Z3.x); in twice() 258 SecP256R1Field.multiply(Z3.x, Z1.x, Z3.x); in twice() 261 return new SecP256R1Point(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression); in twice()
|
D | SecP224R1Point.java | 177 SecP224R1FieldElement Z3 = new SecP224R1FieldElement(H); in add() local 180 SecP224R1Field.multiply(Z3.x, Z1.x, Z3.x); in add() 184 SecP224R1Field.multiply(Z3.x, Z2.x, Z3.x); in add() 187 ECFieldElement[] zs = new ECFieldElement[]{ Z3 }; in add() 254 SecP224R1FieldElement Z3 = new SecP224R1FieldElement(M); in twice() local 255 SecP224R1Field.twice(Y1.x, Z3.x); in twice() 258 SecP224R1Field.multiply(Z3.x, Z1.x, Z3.x); in twice() 261 return new SecP224R1Point(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression); in twice()
|
D | SecP192K1Point.java | 179 SecP192K1FieldElement Z3 = new SecP192K1FieldElement(H); in add() local 182 SecP192K1Field.multiply(Z3.x, Z1.x, Z3.x); in add() 186 SecP192K1Field.multiply(Z3.x, Z2.x, Z3.x); in add() 189 ECFieldElement[] zs = new ECFieldElement[] { Z3 }; in add() 244 SecP192K1FieldElement Z3 = new SecP192K1FieldElement(M); in twice() local 245 SecP192K1Field.twice(Y1.x, Z3.x); in twice() 248 SecP192K1Field.multiply(Z3.x, Z1.x, Z3.x); in twice() 251 return new SecP192K1Point(curve, X3, Y3, new ECFieldElement[] { Z3 }, this.withCompression); in twice()
|
D | SecP384R1Point.java | 178 SecP384R1FieldElement Z3 = new SecP384R1FieldElement(H); in add() local 181 SecP384R1Field.multiply(Z3.x, Z1.x, Z3.x); in add() 185 SecP384R1Field.multiply(Z3.x, Z2.x, Z3.x); in add() 188 ECFieldElement[] zs = new ECFieldElement[]{ Z3 }; in add() 255 SecP384R1FieldElement Z3 = new SecP384R1FieldElement(M); in twice() local 256 SecP384R1Field.twice(Y1.x, Z3.x); in twice() 259 SecP384R1Field.multiply(Z3.x, Z1.x, Z3.x); in twice() 262 return new SecP384R1Point(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression); in twice()
|
D | SecP192R1Point.java | 178 SecP192R1FieldElement Z3 = new SecP192R1FieldElement(H); in add() local 181 SecP192R1Field.multiply(Z3.x, Z1.x, Z3.x); in add() 185 SecP192R1Field.multiply(Z3.x, Z2.x, Z3.x); in add() 188 ECFieldElement[] zs = new ECFieldElement[]{ Z3 }; in add() 256 SecP192R1FieldElement Z3 = new SecP192R1FieldElement(M); in twice() local 257 SecP192R1Field.twice(Y1.x, Z3.x); in twice() 260 SecP192R1Field.multiply(Z3.x, Z1.x, Z3.x); in twice() 263 return new SecP192R1Point(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression); in twice()
|
D | SecP224K1Point.java | 179 SecP224K1FieldElement Z3 = new SecP224K1FieldElement(H); in add() local 182 SecP224K1Field.multiply(Z3.x, Z1.x, Z3.x); in add() 186 SecP224K1Field.multiply(Z3.x, Z2.x, Z3.x); in add() 189 ECFieldElement[] zs = new ECFieldElement[] { Z3 }; in add() 244 SecP224K1FieldElement Z3 = new SecP224K1FieldElement(M); in twice() local 245 SecP224K1Field.twice(Y1.x, Z3.x); in twice() 248 SecP224K1Field.multiply(Z3.x, Z1.x, Z3.x); in twice() 251 return new SecP224K1Point(curve, X3, Y3, new ECFieldElement[] { Z3 }, this.withCompression); in twice()
|
D | SecP521R1Point.java | 173 SecP521R1FieldElement Z3 = new SecP521R1FieldElement(H); in add() local 176 SecP521R1Field.multiply(Z3.x, Z1.x, Z3.x); in add() 180 SecP521R1Field.multiply(Z3.x, Z2.x, Z3.x); in add() 183 ECFieldElement[] zs = new ECFieldElement[]{ Z3 }; in add() 249 SecP521R1FieldElement Z3 = new SecP521R1FieldElement(M); in twice() local 250 SecP521R1Field.twice(Y1.x, Z3.x); in twice() 253 SecP521R1Field.multiply(Z3.x, Z1.x, Z3.x); in twice() 256 return new SecP521R1Point(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression); in twice()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/custom/sec/ |
D | SecP384R1Point.java | 182 SecP384R1FieldElement Z3 = new SecP384R1FieldElement(H); in add() local 185 SecP384R1Field.multiply(Z3.x, Z1.x, Z3.x); in add() 189 SecP384R1Field.multiply(Z3.x, Z2.x, Z3.x); in add() 192 ECFieldElement[] zs = new ECFieldElement[]{ Z3 }; in add() 259 SecP384R1FieldElement Z3 = new SecP384R1FieldElement(M); in twice() local 260 SecP384R1Field.twice(Y1.x, Z3.x); in twice() 263 SecP384R1Field.multiply(Z3.x, Z1.x, Z3.x); in twice() 266 return new SecP384R1Point(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression); in twice()
|
D | SecP256K1Point.java | 183 SecP256K1FieldElement Z3 = new SecP256K1FieldElement(H); in add() local 186 SecP256K1Field.multiply(Z3.x, Z1.x, Z3.x); in add() 190 SecP256K1Field.multiply(Z3.x, Z2.x, Z3.x); in add() 193 ECFieldElement[] zs = new ECFieldElement[] { Z3 }; in add() 248 SecP256K1FieldElement Z3 = new SecP256K1FieldElement(M); in twice() local 249 SecP256K1Field.twice(Y1.x, Z3.x); in twice() 252 SecP256K1Field.multiply(Z3.x, Z1.x, Z3.x); in twice() 255 return new SecP256K1Point(curve, X3, Y3, new ECFieldElement[] { Z3 }, this.withCompression); in twice()
|
D | SecP224K1Point.java | 183 SecP224K1FieldElement Z3 = new SecP224K1FieldElement(H); in add() local 186 SecP224K1Field.multiply(Z3.x, Z1.x, Z3.x); in add() 190 SecP224K1Field.multiply(Z3.x, Z2.x, Z3.x); in add() 193 ECFieldElement[] zs = new ECFieldElement[] { Z3 }; in add() 248 SecP224K1FieldElement Z3 = new SecP224K1FieldElement(M); in twice() local 249 SecP224K1Field.twice(Y1.x, Z3.x); in twice() 252 SecP224K1Field.multiply(Z3.x, Z1.x, Z3.x); in twice() 255 return new SecP224K1Point(curve, X3, Y3, new ECFieldElement[] { Z3 }, this.withCompression); in twice()
|
D | SecP192K1Point.java | 183 SecP192K1FieldElement Z3 = new SecP192K1FieldElement(H); in add() local 186 SecP192K1Field.multiply(Z3.x, Z1.x, Z3.x); in add() 190 SecP192K1Field.multiply(Z3.x, Z2.x, Z3.x); in add() 193 ECFieldElement[] zs = new ECFieldElement[] { Z3 }; in add() 248 SecP192K1FieldElement Z3 = new SecP192K1FieldElement(M); in twice() local 249 SecP192K1Field.twice(Y1.x, Z3.x); in twice() 252 SecP192K1Field.multiply(Z3.x, Z1.x, Z3.x); in twice() 255 return new SecP192K1Point(curve, X3, Y3, new ECFieldElement[] { Z3 }, this.withCompression); in twice()
|
D | SecP192R1Point.java | 182 SecP192R1FieldElement Z3 = new SecP192R1FieldElement(H); in add() local 185 SecP192R1Field.multiply(Z3.x, Z1.x, Z3.x); in add() 189 SecP192R1Field.multiply(Z3.x, Z2.x, Z3.x); in add() 192 ECFieldElement[] zs = new ECFieldElement[]{ Z3 }; in add() 260 SecP192R1FieldElement Z3 = new SecP192R1FieldElement(M); in twice() local 261 SecP192R1Field.twice(Y1.x, Z3.x); in twice() 264 SecP192R1Field.multiply(Z3.x, Z1.x, Z3.x); in twice() 267 return new SecP192R1Point(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression); in twice()
|
D | SecP224R1Point.java | 181 SecP224R1FieldElement Z3 = new SecP224R1FieldElement(H); in add() local 184 SecP224R1Field.multiply(Z3.x, Z1.x, Z3.x); in add() 188 SecP224R1Field.multiply(Z3.x, Z2.x, Z3.x); in add() 191 ECFieldElement[] zs = new ECFieldElement[]{ Z3 }; in add() 258 SecP224R1FieldElement Z3 = new SecP224R1FieldElement(M); in twice() local 259 SecP224R1Field.twice(Y1.x, Z3.x); in twice() 262 SecP224R1Field.multiply(Z3.x, Z1.x, Z3.x); in twice() 265 return new SecP224R1Point(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression); in twice()
|
D | SecP256R1Point.java | 181 SecP256R1FieldElement Z3 = new SecP256R1FieldElement(H); in add() local 184 SecP256R1Field.multiply(Z3.x, Z1.x, Z3.x); in add() 188 SecP256R1Field.multiply(Z3.x, Z2.x, Z3.x); in add() 191 ECFieldElement[] zs = new ECFieldElement[]{ Z3 }; in add() 258 SecP256R1FieldElement Z3 = new SecP256R1FieldElement(M); in twice() local 259 SecP256R1Field.twice(Y1.x, Z3.x); in twice() 262 SecP256R1Field.multiply(Z3.x, Z1.x, Z3.x); in twice() 265 return new SecP256R1Point(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression); in twice()
|
D | SecP521R1Point.java | 177 SecP521R1FieldElement Z3 = new SecP521R1FieldElement(H); in add() local 180 SecP521R1Field.multiply(Z3.x, Z1.x, Z3.x); in add() 184 SecP521R1Field.multiply(Z3.x, Z2.x, Z3.x); in add() 187 ECFieldElement[] zs = new ECFieldElement[]{ Z3 }; in add() 253 SecP521R1FieldElement Z3 = new SecP521R1FieldElement(M); in twice() local 254 SecP521R1Field.twice(Y1.x, Z3.x); in twice() 257 SecP521R1Field.multiply(Z3.x, Z1.x, Z3.x); in twice() 260 return new SecP521R1Point(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression); in twice()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
D | ECPoint.java | 571 ECFieldElement Z2 = Z.square(), Z3 = Z.multiply(Z2); in satisfiesCurveEquation() local 574 B = B.multiply(Z3); in satisfiesCurveEquation() 744 ECFieldElement Z3 = vCubed.multiply(w); in add() local 746 … return new ECPoint.Fp(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression); in add() 757 ECFieldElement X3, Y3, Z3, Z3Squared = null; in add() local 779 Z3 = dx; in add() 781 Z3 = Z3.multiply(Z1); in add() 835 Z3 = H; in add() 838 Z3 = Z3.multiply(Z1); in add() 842 Z3 = Z3.multiply(Z2); in add() [all …]
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/ |
D | ECPoint.java | 576 ECFieldElement Z2 = Z.square(), Z3 = Z.multiply(Z2); in satisfiesCurveEquation() local 579 B = B.multiply(Z3); in satisfiesCurveEquation() 750 ECFieldElement Z3 = vCubed.multiply(w); in add() local 752 … return new ECPoint.Fp(curve, X3, Y3, new ECFieldElement[]{ Z3 }, this.withCompression); in add() 763 ECFieldElement X3, Y3, Z3, Z3Squared = null; in add() local 785 Z3 = dx; in add() 787 Z3 = Z3.multiply(Z1); in add() 841 Z3 = H; in add() 844 Z3 = Z3.multiply(Z1); in add() 848 Z3 = Z3.multiply(Z2); in add() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | gep-expanded-vector.ll | 16 ; CHECK-NEXT: vpaddq [[Z1]], [[Z3:%zmm[0-9]]], [[Z3]]
|
/external/llvm/test/Transforms/BBVectorize/ |
D | simple3.ll | 23 %Z3 = fadd double %Y3, %B3 26 %R = fmul double %R1, %Z3
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/ |
D | merge-cond-stores.ll | 148 ; CHECK-NEXT: [[Z3:%.*]] = and i32 [[Z2]], 67 149 ; CHECK-NEXT: store i32 [[Z3]], i32* [[P]], align 4 270 ; CHECK-NEXT: [[Z3:%.*]] = sub i32 [[Z2]], [[B]] 271 ; CHECK-NEXT: [[Z4:%.*]] = select i1 [[X2]], i32 [[Z3]], i32 3 334 ; CHECK-NEXT: [[Z3:%.*]] = sub i32 [[Z2]], [[B]] 337 ; CHECK-NEXT: [[Z4:%.*]] = phi i32 [ [[Z3]], [[NO2]] ], [ 3, [[YES2]] ]
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | f1860e0d2cf8bfa2b698af9f9a76c415.000056ab.honggfuzz.cov | 6 l�J��!��@�}9����UU<��_`�w��k�VJ���h�Z3��-�0�zn�m
|
/external/clang/test/Index/ |
D | index-templates.cpp | 33 struct Z3 { }; struct
|
/external/llvm/test/CodeGen/ARM/ |
D | swift-return.ll | 98 %Z3 = insertvalue { i32, i32, i32, i32, i32 } %Z2, i32 %key, 3 99 %Z4 = insertvalue { i32, i32, i32, i32, i32 } %Z3, i32 %key, 4
|