| /external/chromium_org/third_party/tlslite/tlslite/utils/ |
| D | cipherfactory.py | 31 def createAES(key, IV, implList=None): argument 55 def createRC4(key, IV, implList=None): argument 82 def createTripleDES(key, IV, implList=None): argument
|
| D | pycrypto_aes.py | 12 def new(key, mode, IV): argument 17 def __init__(self, key, mode, IV): argument
|
| D | python_aes.py | 11 def new(key, mode, IV): argument 15 def __init__(self, key, mode, IV): argument
|
| D | pycrypto_tripledes.py | 12 def new(key, mode, IV): argument 17 def __init__(self, key, mode, IV): argument
|
| D | openssl_aes.py | 11 def new(key, mode, IV): argument 16 def __init__(self, key, mode, IV): argument
|
| D | openssl_tripledes.py | 11 def new(key, mode, IV): argument 16 def __init__(self, key, mode, IV): argument
|
| D | tripledes.py | 7 def __init__(self, key, mode, IV, implementation): argument
|
| D | aes.py | 7 def __init__(self, key, mode, IV, implementation): argument
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | SCCP.cpp | 230 LatticeVal &IV = TrackedGlobals[GV]; in TrackValueOfGlobalVariable() local 307 void markConstant(LatticeVal &IV, Value *V, Constant *C) { in markConstant() 323 LatticeVal &IV = ValueState[V]; in markForcedConstant() local 336 void markOverdefined(LatticeVal &IV, Value *V) { in markOverdefined() 348 void mergeInValue(LatticeVal &IV, Value *V, LatticeVal MergeWithV) { in mergeInValue() 675 LatticeVal IV = getValueState(PN.getIncomingValue(i)); in visitPHINode() local 850 LatticeVal &IV = ValueState[&I]; in visitBinaryOperator() local 908 LatticeVal &IV = ValueState[&I]; in visitCmpInst() local 1046 LatticeVal &IV = ValueState[&I]; in visitLoadInst() local 1605 LatticeVal IV = Solver.getLatticeValueFor(Inst); in runOnFunction() local [all …]
|
| D | LoopRerollPass.cpp | 547 Instruction *&IV, in findScaleFromMul() 611 Instruction *IV, in collectAllRoots() 770 bool LoopReroll::reroll(Instruction *IV, Loop *L, BasicBlock *Header, in reroll()
|
| D | JumpThreading.cpp | 1339 Value *IV = PN->getIncomingValueForBlock(OldPred); in AddPHINodeEntriesForMappedBlock() local 1573 if (Value *IV = SimplifyInstruction(New, DL)) { in DuplicateCondBranchOnPHIIntoPred() local
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| D | DereferenceChecker.cpp | 80 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(Ex); in AddDerefSource() local 151 const ObjCIvarRefExpr *IV = cast<ObjCIvarRefExpr>(S); in reportBug() local
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/ |
| D | SICBlockCipher.java | 18 private byte[] IV; field in SICBlockCipher
|
| D | OFBBlockCipher.java | 14 private byte[] IV; field in OFBBlockCipher
|
| D | CFBBlockCipher.java | 15 private byte[] IV; field in CFBBlockCipher
|
| D | CBCBlockCipher.java | 15 private byte[] IV; field in CBCBlockCipher
|
| /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/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
|
| D | rijndael-api-fst.c | 79 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { in rijndael_cipherInit()
|
| /external/clang/lib/ARCMigrate/ |
| D | TransZeroOutPropsInDealloc.cpp | 170 if (ObjCIvarRefExpr *IV = dyn_cast<ObjCIvarRefExpr>(LHS)) { in isZeroingPropIvar() local
|
| /external/llvm/unittests/ExecutionEngine/MCJIT/ |
| D | MCJITTestBase.h | 133 Constant *IV = ConstantInt::get(Context, APInt(32, InitialValue)); in insertGlobalInt32() local
|
| /external/clang/lib/Rewrite/Frontend/ |
| D | RewriteModernObjC.cpp | 3863 unsigned RewriteModernObjC::ObjCIvarBitfieldGroupNo(ObjCIvarDecl *IV) { in ObjCIvarBitfieldGroupNo() 3888 ObjCIvarDecl *IV, in SynthesizeBitfieldGroupStructType() 3908 QualType RewriteModernObjC::GetGroupRecordTypeForObjCIvarBitfield(ObjCIvarDecl *IV) { in GetGroupRecordTypeForObjCIvarBitfield() 3944 void RewriteModernObjC::ObjCIvarBitfieldGroupDecl(ObjCIvarDecl *IV, in ObjCIvarBitfieldGroupDecl() 3957 void RewriteModernObjC::ObjCIvarBitfieldGroupType(ObjCIvarDecl *IV, in ObjCIvarBitfieldGroupType() 3970 void RewriteModernObjC::ObjCIvarBitfieldGroupOffset(ObjCIvarDecl *IV, in ObjCIvarBitfieldGroupOffset() 4021 ObjCIvarDecl *IV = IVars[i]; in RewriteObjCInternalStruct() local 4041 ObjCIvarDecl *IV = IVars[i]; in RewriteObjCInternalStruct() local 7627 Stmt *RewriteModernObjC::RewriteObjCIvarRefExpr(ObjCIvarRefExpr *IV) { in RewriteObjCIvarRefExpr()
|
| /external/mesa3d/src/mesa/main/ |
| D | texcompress_fxt1.c | 252 #define MAKEIVEC(NV, NC, IV, B, V0, V1) \ argument 272 #define CALCCDOT(TEXEL, NV, NC, IV, B, V)\ argument
|
| /external/chromium_org/third_party/mesa/src/src/mesa/main/ |
| D | texcompress_fxt1.c | 252 #define MAKEIVEC(NV, NC, IV, B, V0, V1) \ argument 272 #define CALCCDOT(TEXEL, NV, NC, IV, B, V)\ argument
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineSelect.cpp | 964 if (Instruction *IV = FoldSelectOpOp(SI, TI, FI)) in visitSelectInst() local
|