Home
last modified time | relevance | path

Searched defs:IV (Results 1 – 25 of 48) sorted by relevance

12

/external/chromium_org/third_party/tlslite/tlslite/utils/
Dcipherfactory.py31 def createAES(key, IV, implList=None): argument
55 def createRC4(key, IV, implList=None): argument
82 def createTripleDES(key, IV, implList=None): argument
Dpycrypto_aes.py12 def new(key, mode, IV): argument
17 def __init__(self, key, mode, IV): argument
Dpython_aes.py11 def new(key, mode, IV): argument
15 def __init__(self, key, mode, IV): argument
Dpycrypto_tripledes.py12 def new(key, mode, IV): argument
17 def __init__(self, key, mode, IV): argument
Dopenssl_aes.py11 def new(key, mode, IV): argument
16 def __init__(self, key, mode, IV): argument
Dopenssl_tripledes.py11 def new(key, mode, IV): argument
16 def __init__(self, key, mode, IV): argument
Dtripledes.py7 def __init__(self, key, mode, IV, implementation): argument
Daes.py7 def __init__(self, key, mode, IV, implementation): argument
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp230 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 …]
DLoopRerollPass.cpp547 Instruction *&IV, in findScaleFromMul()
611 Instruction *IV, in collectAllRoots()
770 bool LoopReroll::reroll(Instruction *IV, Loop *L, BasicBlock *Header, in reroll()
DJumpThreading.cpp1339 Value *IV = PN->getIncomingValueForBlock(OldPred); in AddPHINodeEntriesForMappedBlock() local
1573 if (Value *IV = SimplifyInstruction(New, DL)) { in DuplicateCondBranchOnPHIIntoPred() local
/external/clang/lib/StaticAnalyzer/Checkers/
DDereferenceChecker.cpp80 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/
DSICBlockCipher.java18 private byte[] IV; field in SICBlockCipher
DOFBBlockCipher.java14 private byte[] IV; field in OFBBlockCipher
DCFBBlockCipher.java15 private byte[] IV; field in CFBBlockCipher
DCBCBlockCipher.java15 private byte[] IV; field in CBCBlockCipher
/external/llvm/lib/Analysis/
DSparsePropagation.cpp235 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/
Drijndael-api-fst.h70 u_int8_t IV[MAX_IV_SIZE]; /* A possible Initialization Vector for ciphering */ member
Drijndael-api-fst.c79 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { in rijndael_cipherInit()
/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp170 if (ObjCIvarRefExpr *IV = dyn_cast<ObjCIvarRefExpr>(LHS)) { in isZeroingPropIvar() local
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestBase.h133 Constant *IV = ConstantInt::get(Context, APInt(32, InitialValue)); in insertGlobalInt32() local
/external/clang/lib/Rewrite/Frontend/
DRewriteModernObjC.cpp3863 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/
Dtexcompress_fxt1.c252 #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/
Dtexcompress_fxt1.c252 #define MAKEIVEC(NV, NC, IV, B, V0, V1) \ argument
272 #define CALCCDOT(TEXEL, NV, NC, IV, B, V)\ argument
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp964 if (Instruction *IV = FoldSelectOpOp(SI, TI, FI)) in visitSelectInst() local

12