Home
last modified time | relevance | path

Searched refs:IG (Results 1 – 22 of 22) sorted by relevance

/src/crypto/openssl/doc/man7/
H A DEVP_RAND-HASH-DRBG.pod65 …<FIPS 140-3 IG D.R|https://csrc.nist.gov/CSRC/media/Projects/cryptographic-module-validation-progr…
127 …<FIPS 140-3 IG D.R|https://csrc.nist.gov/CSRC/media/Projects/cryptographic-module-validation-progr…
H A DEVP_RAND-HMAC-DRBG.pod66 …<FIPS 140-3 IG D.R|https://csrc.nist.gov/CSRC/media/Projects/cryptographic-module-validation-progr…
130 …<FIPS 140-3 IG D.R|https://csrc.nist.gov/CSRC/media/Projects/cryptographic-module-validation-progr…
H A DOSSL_PROVIDER-FIPS.pod217 The FIPS 140-3 IG states that "Curves that are included in SP 800-186 but not
223 The FIPS 140-3 IG states that "Curves that are included in SP 800-186 but not"
H A Dprovider-signature.pod599 compliance. See FIPS 140-3 IG 2.4.B for further information.
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp1486 auto *IG = IAI.getInterleaveGroup(Inst); in visitBlock() local
1487 if (!IG) in visitBlock()
1490 auto NewIGIter = Old2New.find(IG); in visitBlock()
1492 Old2New[IG] = new InterleaveGroup<VPInstruction>( in visitBlock()
1493 IG->getFactor(), IG->isReverse(), IG->getAlign()); in visitBlock()
1495 if (Inst == IG->getInsertPos()) in visitBlock()
1496 Old2New[IG]->setInsertPos(VPInst); in visitBlock()
1498 InterleaveGroupMap[VPInst] = Old2New[IG]; in visitBlock()
1500 VPInst, IG->getIndex(Inst), in visitBlock()
1501 Align(IG->isReverse() ? (-1) * int(IG->getFactor()) in visitBlock()
[all …]
H A DVPlan.h2083 const InterleaveGroup<Instruction> *IG; variable
2094 VPInterleaveRecipe(const InterleaveGroup<Instruction> *IG, VPValue *Addr, in VPInterleaveRecipe() argument
2097 : VPRecipeBase(VPDef::VPInterleaveSC, {Addr}), IG(IG), in VPInterleaveRecipe()
2099 for (unsigned i = 0; i < IG->getFactor(); ++i)
2100 if (Instruction *I = IG->getMember(i)) {
2116 return new VPInterleaveRecipe(IG, getAddr(), getStoredValues(), getMask(), in clone()
2152 const InterleaveGroup<Instruction> *getInterleaveGroup() { return IG; } in getInterleaveGroup()
2167 Instruction *getInsertPos() const { return IG->getInsertPos(); } in getInsertPos()
H A DVPlanRecipes.cpp278 if (auto *IG = dyn_cast<VPInterleaveRecipe>(R)) in getInstructionForCost() local
279 return IG->getInsertPos(); in getInstructionForCost()
2131 const InterleaveGroup<Instruction> *Group = IG; in execute()
2379 O << Indent << "INTERLEAVE-GROUP with factor " << IG->getFactor() << " at "; in print()
2380 IG->getInsertPos()->printAsOperand(O, false); in print()
2390 for (unsigned i = 0; i < IG->getFactor(); ++i) { in print()
2391 if (!IG->getMember(i)) in print()
H A DLoopVectorize.cpp8505 for (InterleaveGroup<Instruction> *IG : IAI.getInterleaveGroups()) { in tryToBuildVPlanWithVPRecipes()
8506 auto applyIG = [IG, this](ElementCount VF) -> bool { in tryToBuildVPlanWithVPRecipes()
8508 CM.getWideningDecision(IG->getInsertPos(), VF) == in tryToBuildVPlanWithVPRecipes()
8513 assert((!Result || !VF.isScalable() || IG->getFactor() == 2) && in tryToBuildVPlanWithVPRecipes()
8519 InterleaveGroups.insert(IG); in tryToBuildVPlanWithVPRecipes()
8629 for (const auto *IG : InterleaveGroups) { in tryToBuildVPlanWithVPRecipes() local
8631 cast<VPWidenMemoryRecipe>(RecipeBuilder.getRecipe(IG->getInsertPos())); in tryToBuildVPlanWithVPRecipes()
8633 for (unsigned i = 0; i < IG->getFactor(); ++i) in tryToBuildVPlanWithVPRecipes()
8634 if (auto *SI = dyn_cast_or_null<StoreInst>(IG->getMember(i))) { in tryToBuildVPlanWithVPRecipes()
8640 IG->requiresScalarEpilogue() && !CM.isScalarEpilogueAllowed(); in tryToBuildVPlanWithVPRecipes()
[all …]
/src/crypto/openssl/doc/designs/
H A Dfips_indicator.md14 …csrc/media/Projects/cryptographic-module-validation-program/documents/fips 140-3/FIPS 140-3 IG.pdf>
19 The following information was extracted from the FIPS 140-3 IG [5] “2.4.C Approved Security Service…
276 - ECDSA B & K curves are deprecated, but still approved according to (IG C.K Resolution 4).\
284 …transport. Verification allows 1024 also. Note also that according to the (IG section C.F) that fi…
306 The FIPS 140-3 IG Section C.B & C.C have notes related to Vendor affirmation.
315 Test that Deterministic ECDSA does not allow SHAKE (IG C.K Additional Comments 6)
337 - HMAC (FIPS 140-3 IG Section C.D has notes about the output length when using a Truncated HMAC)
/src/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp92 void DiagnoseIndirectOrAsmJump(Stmt *IG, unsigned IGScope, LabelDecl *Target,
760 for (Stmt *IG : IndirectJumps) { in VerifyIndirectJumps()
761 if (CHECK_PERMISSIVE(!LabelAndGotoScopes.count(IG))) in VerifyIndirectJumps()
763 unsigned IGScope = LabelAndGotoScopes[IG]; in VerifyIndirectJumps()
765 JumpScopesMap[IGScope] = IG; in VerifyIndirectJumps()
/src/libexec/getty/
H A Dgettytab.h162 #define IG gettyflags[15].value macro
H A Dmain.c598 if (IG && (c <= ' ' || c > 0176)) in getname()
/src/crypto/openssl/doc/man1/
H A Dopenssl-fipsinstall.pod.in231 HMAC DRBGs. See FIPS 140-3 IG D.R for details.
273 still allowed). See FIPS 140-3 IG C.K for details.
296 RSA. See FIPS 140-3 IG C.K for details.
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp511 R600InstrInfo::fitsReadPortLimitations(const std::vector<MachineInstr *> &IG, in fitsReadPortLimitations() argument
522 for (MachineInstr *MI : IG) { in fitsReadPortLimitations()
/src/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp1449 InstantiationGroup IG{InstantiationSet.first.first, in getInstantiationGroups() local
1452 Result.emplace_back(std::move(IG)); in getInstantiationGroups()
/src/contrib/sendmail/contrib/
H A Dmail.local.linux45 MBB"%(2!A@$$00A+X1X7FM0\$1LB@$^IG.R/@+PC"ZQT!AU`%)O1.>%60`A2>
/src/crypto/openssl/providers/fips/
H A Dself_test_data.inc11 * This file contains self test data required by FIPS 140-3 IG
452 * FIPS 140-3 IG 10.3.A.8 allows the iteration count to be smaller
2860 * Refer to FIPS 140-3 IG 10.3.A.15 for details of the testing requirements.
3070 * FIPS 140-3 IG 10.3.A.16 Note 29 says:
3484 * FIPS 140-3 IG 10.3.A resolution 14 mandates a CAST for ML-KEM
/src/contrib/bmake/
H A Dbmake.cat1378 VVAARRIIAABBLLEE AASSSSIIGGNNMMEENNTTSS
1481 ..IIGGNNOORREE Ignore any errors from the commands associated with this
1604 … ..IIGGNNOORREE Mark each of the sources with the ..IIGGNNOORREE attribute. If no
/src/crypto/openssl/doc/man3/
H A DEVP_EncryptInit.pod1012 See FIPS 140-3 IG C.H for information related to IV requirements.
/src/crypto/openssl/
H A DCHANGES.md321 on that requirement in FIPS 140-3 IG 10.3.A additional comment 1.
347 on that requirement in FIPS 140-3 IG 10.3.A additional comment 1.
389 This is mandated by FIPS 140-3 IG 10.3.A additional comment 1.
1852 master secret (FIPS 140-3 IG G.Q) and the Hash and HMAC DRBGs will
1853 not operate with truncated digests (FIPS 140-3 IG G.R).
1914 truncated digests with Hash and HMAC DRBGs (q.v. FIPS 140-3 IG D.R.).
2686 as per FIPS 140-2 IG A.5 "Key/IV Pair Uniqueness Requirements from
/src/sys/dev/usb/
H A Dusbdevs1326 product ATP EUSB 0xaf01 ATP IG eUSB SSD
/src/crypto/heimdal/lib/wind/
H A DNormalizationTest.txt9350 C775;C775;110B 1175 11A8;C775;110B 1175 11A8; # (익; 익; 익; 익; 익; ) HANGUL SYLLABLE IG