Home
last modified time | relevance | path

Searched refs:IV (Results 1 - 25 of 59) sorted by relevance

123

/third_party/FreeBSD/sys/crypto/rijndael/
H A Drijndael-api-fst.c70 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { in rijndael_cipherInit() argument
76 if (IV != NULL) { in rijndael_cipherInit()
77 memcpy(cipher->IV, IV, RIJNDAEL_MAX_IV_SIZE); in rijndael_cipherInit()
79 memset(cipher->IV, 0, RIJNDAEL_MAX_IV_SIZE); in rijndael_cipherInit()
111 memcpy(block, cipher->IV, 16); in rijndael_blockEncrypt()
118 ((uint32_t*)block)[0] = ((uint32_t*)cipher->IV)[0] ^ ((uint32_t*)input)[0]; in rijndael_blockEncrypt()
119 ((uint32_t*)block)[1] = ((uint32_t*)cipher->IV)[1] ^ ((uint32_t*)input)[1]; in rijndael_blockEncrypt()
120 ((uint32_t*)block)[2] = ((uint32_t*)cipher->IV)[2] ^ ((uint32_t*)input)[2]; in rijndael_blockEncrypt()
121 ((uint32_t*)block)[3] = ((uint32_t*)cipher->IV)[ in rijndael_blockEncrypt()
[all...]
H A Drijndael-api-fst.h36 #define RIJNDAEL_MAX_IV_SIZE 16 /* # bytes needed to represent an IV */
53 u_int8_t IV[RIJNDAEL_MAX_IV_SIZE]; /* A possible Initialization Vector for ciphering */ member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp295 LatticeVal &IV = TrackedGlobals[GV]; in TrackValueOfGlobalVariable() local
297 IV.markConstant(GV->getInitializer()); in TrackValueOfGlobalVariable()
425 void pushToWorkList(LatticeVal &IV, Value *V) { in pushToWorkList() argument
426 if (IV.isOverdefined()) in pushToWorkList()
434 bool markConstant(LatticeVal &IV, Value *V, Constant *C) { in markConstant() argument
435 if (!IV.markConstant(C)) return false; in markConstant()
437 pushToWorkList(IV, V); in markConstant()
448 LatticeVal &IV = ValueState[V]; in markForcedConstant() local
449 IV.markForcedConstant(C); in markForcedConstant()
451 pushToWorkList(IV, in markForcedConstant()
457 markOverdefined(LatticeVal &IV, Value *V) markOverdefined() argument
469 mergeInValue(LatticeVal &IV, Value *V, LatticeVal MergeWithV) mergeInValue() argument
803 LatticeVal IV = getValueState(PN.getIncomingValue(i)); visitPHINode() local
980 LatticeVal &IV = ValueState[&I]; visitUnaryOperator() local
1004 LatticeVal &IV = ValueState[&I]; visitBinaryOperator() local
1240 LatticeVal &IV = ValueState[I]; visitCallSite() local
1770 const LatticeVal &IV = Solver.getLatticeValueFor(V); tryToReplaceWithConstant() local
[all...]
H A DLoopPredication.cpp240 const SCEVAddRecExpr *IV; member
242 LoopICmp(ICmpInst::Predicate Pred, const SCEVAddRecExpr *IV, in LoopICmp()
244 : Pred(Pred), IV(IV), Limit(Limit) {} in LoopICmp()
247 dbgs() << "LoopICmp Pred = " << Pred << ", IV = " << *IV in dump()
385 // Canonicalize RHS to be loop invariant bound, LHS - a loop computable IV in parseLoopICmp()
422 // Returns true if its safe to truncate the IV to RangeCheckType.
423 // When the IV type is wider than the range operand type, we can still do loop
426 // latch IV
[all...]
H A DLoopRerollPass.cpp372 // The instructions between IV and BaseInst (but not including BaseInst).
379 DAGRootTracker(LoopReroll *Parent, Loop *L, Instruction *IV, in DAGRootTracker()
386 PreserveLCSSA(PreserveLCSSA), IV(IV), IVToIncMap(IncrMap), in DAGRootTracker()
442 Instruction *IV; member
455 // All increment instructions for IV.
477 bool isLoopControlIV(Loop *L, Instruction *IV);
481 bool reroll(Instruction *IV, Loop *L, BasicBlock *Header,
509 // Check if an IV is only used to control the loop. There are two cases:
515 bool LoopReroll::isLoopControlIV(Loop *L, Instruction *IV) { in isLoopControlIV() argument
763 isLoopIncrement(User *U, Instruction *IV) isLoopIncrement() argument
1616 reroll(Instruction *IV, Loop *L, BasicBlock *Header, const SCEV *BackedgeTakenCount, ReductionTracker &Reductions) reroll() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp257 IV = VALUE_INT_VEC, enumerator
1364 << operInfoFunc(addName, addOp, IV, Value(IV, -4.0f, 6.0f), Value(I, -6.0f, 5.0f), notUsed, 0.1f, 0.5f, PRECMASK_MEDIUMP, INT_VEC_FUNCS(addVecScalar)) in init()
1365 << operInfoFunc(addName, addOp, IV, Value(IV, -2e9f, 2e9f), Value(I, -2e9f, 2e9f), notUsed, 4e-10f, 0.5f, PRECMASK_HIGHP, INT_VEC_FUNCS(addVecScalar)) in init()
1372 << operInfoFunc(addName, addOp, IV, Value(I, -4.0f, 6.0f), Value(IV, -6.0f, 5.0f), notUsed, 0.1f, 0.5f, PRECMASK_MEDIUMP, INT_VEC_FUNCS(addScalarVec)) in init()
1373 << operInfoFunc(addName, addOp, IV, Value(I, -2e9f, 2e9f), Value(IV, -2e9f, 2e9f), notUsed, 4e-10f, 0.5f, PRECMASK_HIGHP, INT_VEC_FUNCS(addScalarVec)) in init()
1386 << operInfoFunc(subName, subOp, IV, Valu in init()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderOperatorTests.cpp257 IV = VALUE_INT_VEC, enumerator
1367 << operInfoFunc(addName, addOp, IV, Value(IV, -4.0f, 6.0f), Value(I, -6.0f, 5.0f), notUsed, 0.1f, 0.5f, PRECMASK_MEDIUMP, INT_VEC_FUNCS(addVecScalar)) in init()
1368 << operInfoFunc(addName, addOp, IV, Value(IV, -2e9f, 2e9f), Value(I, -2e9f, 2e9f), notUsed, 4e-10f, 0.5f, PRECMASK_HIGHP, INT_VEC_FUNCS(addVecScalar)) in init()
1375 << operInfoFunc(addName, addOp, IV, Value(I, -4.0f, 6.0f), Value(IV, -6.0f, 5.0f), notUsed, 0.1f, 0.5f, PRECMASK_MEDIUMP, INT_VEC_FUNCS(addScalarVec)) in init()
1376 << operInfoFunc(addName, addOp, IV, Value(I, -2e9f, 2e9f), Value(IV, -2e9f, 2e9f), notUsed, 4e-10f, 0.5f, PRECMASK_HIGHP, INT_VEC_FUNCS(addScalarVec)) in init()
1389 << operInfoFunc(subName, subOp, IV, Valu in init()
[all...]
/third_party/mbedtls/programs/aes/
H A Dcrypt_and_hash.c68 unsigned char IV[16]; in main() local
239 * IV = MD( filesize || filename )[0..15] in main()
265 memcpy(IV, digest, 16); in main()
268 * Append the IV at the beginning of the output. in main()
270 if (fwrite(IV, 1, 16, fout) != 16) { in main()
276 * Hash the IV and the secret key together 8192 times in main()
280 memcpy(digest, IV, 16); in main()
313 if (mbedtls_cipher_set_iv(&cipher_ctx, IV, 16) != 0) { in main()
418 * Subtract the IV + HMAC length. in main()
423 * Read the IV an in main()
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp225 IV = VALUE_INT_VEC, enumerator
995 << BuiltinOperInfo("add", "+", IV, Value(IV, -4.0f, 6.0f), Value(I, -6.0f, 5.0f), notUsed, 0.1f, 0.5f, PRECMASK_ALL, INT_VEC_FUNCS(addVecScalar)) in init()
997 << BuiltinOperInfo("add", "+", IV, Value(I, -4.0f, 6.0f), Value(IV, -6.0f, 5.0f), notUsed, 0.1f, 0.5f, PRECMASK_ALL, INT_VEC_FUNCS(addScalarVec)) in init()
1001 << BuiltinOperInfo("sub", "-", IV, Value(IV, -4.0f, 6.0f), Value(I, -6.0f, 5.0f), notUsed, 0.1f, 0.5f, PRECMASK_ALL, INT_VEC_FUNCS(subVecScalar)) in init()
1003 << BuiltinOperInfo("sub", "-", IV, Value(I, -4.0f, 6.0f), Value(IV, -6.0f, 5.0f), notUsed, 0.1f, 0.5f, PRECMASK_ALL, INT_VEC_FUNCS(subScalarVec)) in init()
1007 << BuiltinOperInfo("mul", "*", IV, Valu in init()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp346 IV = VALUE_INT_VEC, enumerator
1686 << operInfoFunc(addName, addOp, IV, Value(IV, -4.0f, 6.0f), Value(I, -6.0f, 5.0f), notUsed, 0.1f, 0.5f, PRECMASK_LOWP_MEDIUMP, INT_VEC_FUNCS(addVecScalar)) in init()
1687 << operInfoFunc(addName, addOp, IV, Value(IV, -2e9f, 2e9f), Value(I, -2e9f, 2e9f), notUsed, 4e-10f, 0.5f, PRECMASK_HIGHP, INT_VEC_FUNCS(addVecScalar)) in init()
1694 << operInfoFunc(addName, addOp, IV, Value(I, -4.0f, 6.0f), Value(IV, -6.0f, 5.0f), notUsed, 0.1f, 0.5f, PRECMASK_LOWP_MEDIUMP, INT_VEC_FUNCS(addScalarVec)) in init()
1695 << operInfoFunc(addName, addOp, IV, Value(I, -2e9f, 2e9f), Value(IV, -2e9f, 2e9f), notUsed, 4e-10f, 0.5f, PRECMASK_HIGHP, INT_VEC_FUNCS(addScalarVec)) in init()
1708 << operInfoFunc(subName, subOp, IV, Valu in init()
[all...]
/third_party/ffmpeg/libavutil/tests/
H A Dblowfish.c126 #define IV "blowfish" macro
162 memcpy(iv, IV, 8); in main()
164 memcpy(iv, IV, 8); in main()
166 memcpy(iv, IV, 8); in main()
168 memcpy(iv, IV, 8); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DAliasAnalysisSummary.h254 static unsigned getHashValue(const cflaa::InstantiatedValue &IV) { in getHashValue()
256 std::make_pair(IV.Val, IV.DerefLevel)); in getHashValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DPointerIntPair.h195 uintptr_t IV = reinterpret_cast<uintptr_t>(V.getOpaqueValue());
196 return unsigned(IV) ^ unsigned(IV >> 9);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DPointerIntPair.h211 uintptr_t IV = reinterpret_cast<uintptr_t>(V.getOpaqueValue());
212 return unsigned(IV) ^ unsigned(IV >> 9);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp255 IsaVersion IV; member in __anon24492::SICacheControl
652 IV = getIsaVersion(ST.getCPU()); in SICacheControl()
837 AMDGPU::encodeWaitcnt(IV, in insertWait()
838 VMCnt ? 0 : getVmcntBitMask(IV), in insertWait()
839 getExpcntBitMask(IV), in insertWait()
840 LGKMCnt ? 0 : getLgkmcntBitMask(IV)); in insertWait()
1103 AMDGPU::encodeWaitcnt(IV, in insertWait()
1104 VMCnt ? 0 : getVmcntBitMask(IV), in insertWait()
1105 getExpcntBitMask(IV), in insertWait()
1106 LGKMCnt ? 0 : getLgkmcntBitMask(IV)); in insertWait()
[all...]
H A DSIInsertWaitcnts.cpp374 AMDGPU::IsaVersion IV; member in __anon24483::SIInsertWaitcnts
870 Wait = Wait.combined(AMDGPU::Waitcnt::allZero(IV)); in generateWaitcntInstBefore()
1063 Wait = Wait.combined(AMDGPU::Waitcnt::allZero(IV)); in generateWaitcntInstBefore()
1092 ScoreBrackets.applyWaitcnt(AMDGPU::decodeWaitcnt(IV, Imm)); in generateWaitcntInstBefore()
1105 Wait = AMDGPU::Waitcnt::allZero(IV); in generateWaitcntInstBefore()
1129 AMDGPU::Waitcnt IWait = AMDGPU::decodeWaitcnt(IV, IEnc); in generateWaitcntInstBefore()
1133 unsigned NewEnc = AMDGPU::encodeWaitcnt(IV, Wait); in generateWaitcntInstBefore()
1166 unsigned Enc = AMDGPU::encodeWaitcnt(IV, Wait); in generateWaitcntInstBefore()
1274 ScoreBrackets->applyWaitcnt(AMDGPU::Waitcnt::allZero(IV)); in updateEventWaitcntAfter()
1469 IV in runOnMachineFunction()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
H A DMSP430AsmPrinter.cpp166 MCSection *IV = OutStreamer->getContext().getELFSection( in EmitInterruptVectorSection() local
169 OutStreamer->SwitchSection(IV); in EmitInterruptVectorSection()
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl1142 ldr $ivp, [ip] @ IV is 1st arg on the stack
1144 sub sp, #0x10 @ scratch space to carry over the IV
1183 vld1.8 {@XMM[15]}, [$ivp] @ load IV
1202 vstmia $fp, {@XMM[15]} @ put aside IV
1206 vldmia $fp, {@XMM[14]} @ reload IV
1208 veor @XMM[0], @XMM[0], @XMM[14] @ ^= IV
1243 vstmia $fp, {@XMM[15]} @ put aside IV
1260 vldmia $fp, {@XMM[14]} @ reload IV
1262 veor @XMM[0], @XMM[0], @XMM[14] @ ^= IV
1283 vldmia $fp,{@XMM[14]} @ reload IV
[all...]
/third_party/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl1142 ldr $ivp, [ip] @ IV is 1st arg on the stack
1144 sub sp, #0x10 @ scratch space to carry over the IV
1183 vld1.8 {@XMM[15]}, [$ivp] @ load IV
1202 vstmia $fp, {@XMM[15]} @ put aside IV
1206 vldmia $fp, {@XMM[14]} @ reload IV
1208 veor @XMM[0], @XMM[0], @XMM[14] @ ^= IV
1243 vstmia $fp, {@XMM[15]} @ put aside IV
1260 vldmia $fp, {@XMM[14]} @ reload IV
1262 veor @XMM[0], @XMM[0], @XMM[14] @ ^= IV
1283 vldmia $fp,{@XMM[14]} @ reload IV
[all...]
/third_party/python/Lib/test/
H A Ddataclass_module_2_str.py26 class IV: class
H A Ddataclass_module_1_str.py26 class IV: class
H A Ddataclass_module_2.py26 class IV: class
H A Ddataclass_module_1.py26 class IV: class
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp1971 IV = VALUE_INT_VEC,
2153 { intCompareGroup, "lessThan", "lessThan", { BV, IV, IV, N }, attrNegPos, -1, false, false, PRECMASK_ALL },
2154 { intCompareGroup, "lessThanEqual", "lessThanEqual", { BV, IV, IV, N }, attrNegPos, -1, false, false, PRECMASK_ALL },
2155 { intCompareGroup, "greaterThan", "greaterThan", { BV, IV, IV, N }, attrNegPos, -1, false, false, PRECMASK_ALL },
2156 { intCompareGroup, "greaterThanEqual", "greaterThanEqual", { BV, IV, IV, N }, attrNegPos, -1, false, false, PRECMASK_ALL },
2157 { intCompareGroup, "equal", "equal", { BV, IV, I
[all...]
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp1960 IV = VALUE_INT_VEC,
2110 { intCompareGroup, "lessThan", "lessThan", { BV, IV, IV, N }, attrNegPos, -1, false, false, PRECMASK_ALL },
2111 { intCompareGroup, "lessThanEqual", "lessThanEqual", { BV, IV, IV, N }, attrNegPos, -1, false, false, PRECMASK_ALL },
2112 { intCompareGroup, "greaterThan", "greaterThan", { BV, IV, IV, N }, attrNegPos, -1, false, false, PRECMASK_ALL },
2113 { intCompareGroup, "greaterThanEqual", "greaterThanEqual", { BV, IV, IV, N }, attrNegPos, -1, false, false, PRECMASK_ALL },
2114 { intCompareGroup, "equal", "equal", { BV, IV, I
[all...]

Completed in 36 milliseconds

123