Home
last modified time | relevance | path

Searched refs:Crypto (Results 1 – 25 of 30) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64SchedNeoverseN2.td1441 // Crypto AES ops
1444 // Crypto polynomial (64x64) multiply long
1447 // Crypto SHA1 hash acceleration op
1448 // Crypto SHA1 schedule acceleration ops
1451 // Crypto SHA1 hash acceleration ops
1452 // Crypto SHA256 hash acceleration ops
1455 // Crypto SHA256 schedule acceleration ops
1458 // Crypto SHA512 hash acceleration ops
1461 // Crypto SHA3 ops
1464 // Crypto SM3 ops
[all …]
H A DAArch64.td50 // Crypto has been split up and any combination is now valid (see the
55 // meaning anymore. We kept the Crypto definition here for backward
57 // "traditional" meaning of Crypto.
H A DAArch64SchedThunderX3T110.td57 // Port 6: FP/Neon/SIMD/Crypto.
60 // Port 7: FP/Neon/SIMD/Crypto.
63 // Port 8: FP/Neon/SIMD/Crypto.
66 // Port 9: FP/Neon/SIMD/Crypto.
H A DAArch64SchedThunderX2T99.td74 // Crypto FP/SIMD micro-ops only on port 1.
/openbsd-src/gnu/llvm/llvm/include/llvm/TargetParser/
H A DARMTargetParser.h149 Crypto ///< Neon with Crypto enumerator
H A DARMTargetParser.def40 …M_FPU("crypto-neon-fp-armv8", FK_CRYPTO_NEON_FP_ARMV8, FPUVersion::VFPV5, NeonSupportLevel::Crypto,
/openbsd-src/gnu/llvm/llvm/lib/TargetParser/
H A DARMTargetParser.cpp200 {"+sha2", "-sha2", NeonSupportLevel::Crypto}, in getFPUFeatures()
201 {"+aes", "-aes", NeonSupportLevel::Crypto}, in getFPUFeatures()
/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DARM.h75 unsigned Crypto : 1; variable
H A DARM.cpp501 Crypto = 0; in handleTargetFeatures()
556 Crypto = 1; in handleTargetFeatures()
/openbsd-src/sbin/isakmpd/
H A DREADME41 Crypto = 3, Timers = 4, System Dependencies = 5, Security Associations = 6,
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMScheduleA57.td1463 // Crypto AES ops
1466 // Crypto polynomial (64x64) multiply long (VMULL.P64): 3cyc F0
1468 // Crypto SHA1 xor ops: 6cyc F0/F1
1470 // Crypto SHA1 fast ops: 3cyc F0
1472 // Crypto SHA1 slow ops: 6cyc F0
1474 // Crypto SHA256 fast ops: 3cyc F0
1476 // Crypto SHA256 slow ops: 6cyc F0
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCScheduleP10.td50 def P10_CY : ProcResource<4>; // Four Crypto pipelines.
H A DPPCScheduleP9.td127 // Only one CY (Crypto) unit.
H A DP9InstrResources.td21 // - One CY (Crypto) unit P9_CY_*
1280 // Crypto Instructions
H A DP10InstrResources.td342 // 7 Cycles Crypto operations, 1 input operands
348 // 7 Cycles Crypto operations, 2 input operands
H A DPPC.td160 "Enable POWER8 Crypto instructions",
H A DPPCInstrAltivec.td1343 // The cryptography instructions that do not require Category:Vector.Crypto
1391 // Crypto instructions (from builtins)
/openbsd-src/lib/libcrypto/objects/
H A Dobjects.txt415 1 3 6 1 4 1 311 10 3 3 : msSGC : Microsoft Server Gated Crypto
835 netscape 4 1 : nsSGC : Netscape Server Gated Crypto
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DBuiltinsPPC.def420 // P8 Crypto built-ins.
/openbsd-src/lib/libssl/doc/
H A Dopenssl.txt309 msSGC Microsoft Server Gated Crypto
311 nsSGC Netscape Server Gated Crypto
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicsARM.td799 // Crypto instructions
H A DIntrinsicsPowerPC.td1168 // Crypto
/openbsd-src/sys/dev/pci/
H A Dpcidevs771 product AMD 17_CCP_1 0x1456 17h Crypto
784 product AMD 17_CCP_2 0x1468 17h Crypto
792 product AMD 17_3X_CCP 0x1486 17h Crypto
860 product AMD 16_CCP 0x1537 16h Crypto
901 product AMD 17_1X_CCP 0x15df 17h/1xh Crypto
936 product AMD 17_90_CCP 0x1649 17h/90h Crypto
988 product AMD GEODE_LX_CRYPTO 0x2082 Geode LX Crypto
9336 product SUN 5821 0x5454 Crypto 5821
9337 product SUN SCA1K 0x5455 Crypto 1K
9338 product SUN SCA6K 0x5ca0 Crypto
[all...]
/openbsd-src/gnu/llvm/llvm/docs/
H A DLibFuzzer.rst815 * `Linux Kernel's Crypto code <https://www.spinics.net/lists/stable/msg199712.html>`_
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp6831 const bool Crypto = llvm::is_contained(RequestedExtensions, "crypto"); in ExpandCryptoAEK() local
6833 if (!NoCrypto && Crypto) { in ExpandCryptoAEK()

12