/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | pcpsha512_init.c | 59 IppStatus InitSHA512(IppsSHA512State* pState, const DigestSHA512 IV) in InitSHA512()
|
D | pcpsha512_messagedigest.c | 59 …atus cpSHA512MessageDigest(DigestSHA512 hash, const Ipp8u* pMsg, int msgLen, const DigestSHA512 IV) in cpSHA512MessageDigest()
|
D | pcpsha256_messagedigest.c | 59 …atus cpSHA256MessageDigest(DigestSHA256 hash, const Ipp8u* pMsg, int msgLen, const DigestSHA256 IV) in cpSHA256MessageDigest()
|
D | pcpsha256stuff.h | 171 static IppStatus InitSHA256(IppsSHA256State* pState, const DigestSHA256 IV) in InitSHA256()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | SCCP.cpp | 233 LatticeVal &IV = TrackedGlobals[GV]; in TrackValueOfGlobalVariable() local 317 void markConstant(LatticeVal &IV, Value *V, Constant *C) { in markConstant() 333 LatticeVal &IV = ValueState[V]; in markForcedConstant() local 346 void markOverdefined(LatticeVal &IV, Value *V) { in markOverdefined() 358 void mergeInValue(LatticeVal &IV, Value *V, LatticeVal MergeWithV) { in mergeInValue() 734 LatticeVal IV = getValueState(PN.getIncomingValue(i)); in visitPHINode() local 912 LatticeVal &IV = ValueState[&I]; in visitBinaryOperator() local 1028 LatticeVal &IV = ValueState[&I]; in visitCmpInst() local 1228 LatticeVal &IV = ValueState[&I]; in visitLoadInst() local 1780 LatticeVal IV = Solver.getLatticeValueFor(Inst); in runOnFunction() local [all …]
|
/external/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 234 LatticeVal &IV = TrackedGlobals[GV]; in TrackValueOfGlobalVariable() local 320 void pushToWorkList(LatticeVal &IV, Value *V) { in pushToWorkList() 330 void markConstant(LatticeVal &IV, Value *V, Constant *C) { in markConstant() 343 LatticeVal &IV = ValueState[V]; in markForcedConstant() local 353 void markOverdefined(LatticeVal &IV, Value *V) { in markOverdefined() 365 void mergeInValue(LatticeVal &IV, Value *V, LatticeVal MergeWithV) { in mergeInValue() 699 LatticeVal IV = getValueState(PN.getIncomingValue(i)); in visitPHINode() local 880 LatticeVal &IV = ValueState[&I]; in visitBinaryOperator() local 942 LatticeVal &IV = ValueState[&I]; in visitCmpInst() local 1034 LatticeVal &IV = ValueState[&I]; in visitLoadInst() local [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SCCP.cpp | 272 LatticeVal &IV = TrackedGlobals[GV]; in TrackValueOfGlobalVariable() local 402 void pushToWorkList(LatticeVal &IV, Value *V) { in pushToWorkList() 411 bool markConstant(LatticeVal &IV, Value *V, Constant *C) { in markConstant() 425 LatticeVal &IV = ValueState[V]; in markForcedConstant() local 434 bool markOverdefined(LatticeVal &IV, Value *V) { in markOverdefined() 446 bool mergeInValue(LatticeVal &IV, Value *V, LatticeVal MergeWithV) { in mergeInValue() 747 LatticeVal IV = getValueState(PN.getIncomingValue(i)); in visitPHINode() local 925 LatticeVal &IV = ValueState[&I]; in visitBinaryOperator() local 985 LatticeVal &IV = ValueState[&I]; in visitCmpInst() local 1077 LatticeVal &IV = ValueState[&I]; in visitLoadInst() local [all …]
|
/external/python/cpython3/Lib/test/ |
D | dataclass_module_2.py | 26 class IV: class
|
D | dataclass_module_2_str.py | 26 class IV: class
|
D | dataclass_module_1_str.py | 26 class IV: class
|
D | dataclass_module_1.py | 26 class IV: class
|
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/java/security/ |
D | AlgorithmParametersTestGCM.java | 35 private static final byte[] IV = new byte[] { field in AlgorithmParametersTestGCM
|
/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/java/security/ |
D | AlgorithmParametersTestGCM.java | 39 private static final byte[] IV = new byte[] { field in AlgorithmParametersTestGCM
|
/external/llvm/lib/Analysis/ |
D | SparsePropagation.cpp | 235 LatticeVal IV = LatticeFunc->ComputeInstructionState(PN, *this); in visitPHINode() local 285 LatticeVal IV = LatticeFunc->ComputeInstructionState(I, *this); in visitInst() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DereferenceChecker.cpp | 81 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(Ex); in AddDerefSource() local 166 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(S); in reportBug() local
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | SparsePropagation.cpp | 234 LatticeVal IV = LatticeFunc->ComputeInstructionState(PN, *this); in visitPHINode() local 284 LatticeVal IV = LatticeFunc->ComputeInstructionState(I, *this); in visitInst() local
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/ |
D | OFBBlockCipher.java | 16 private byte[] IV; field in OFBBlockCipher
|
D | CBCBlockCipher.java | 15 private byte[] IV; field in CBCBlockCipher
|
D | CFBBlockCipher.java | 16 private byte[] IV; field in CFBBlockCipher
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/modes/ |
D | OFBBlockCipher.java | 18 private byte[] IV; field in OFBBlockCipher
|
D | CBCBlockCipher.java | 17 private byte[] IV; field in CBCBlockCipher
|
D | CFBBlockCipher.java | 18 private byte[] IV; field in CFBBlockCipher
|
D | SICBlockCipher.java | 25 private byte[] IV; field in SICBlockCipher
|
/external/nos/test/system-test-harness/src/test-data/NIST-CAVP/ |
D | aes-gcm-cavp.h | 13 uint32_t IV[128]; member
|
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/ |
D | rijndael-api-fst.h | 70 u_int8_t IV[MAX_IV_SIZE]; /* A possible Initialization Vector for ciphering */ member
|