| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedNeoverseN2.td | 1441 // 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 D | AArch64.td | 50 // 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 D | AArch64SchedThunderX3T110.td | 57 // 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 D | AArch64SchedThunderX2T99.td | 74 // Crypto FP/SIMD micro-ops only on port 1.
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/TargetParser/ |
| H A D | ARMTargetParser.h | 149 Crypto ///< Neon with Crypto enumerator
|
| H A D | ARMTargetParser.def | 40 …M_FPU("crypto-neon-fp-armv8", FK_CRYPTO_NEON_FP_ARMV8, FPUVersion::VFPV5, NeonSupportLevel::Crypto,
|
| /openbsd-src/gnu/llvm/llvm/lib/TargetParser/ |
| H A D | ARMTargetParser.cpp | 200 {"+sha2", "-sha2", NeonSupportLevel::Crypto}, in getFPUFeatures() 201 {"+aes", "-aes", NeonSupportLevel::Crypto}, in getFPUFeatures()
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/Targets/ |
| H A D | ARM.h | 75 unsigned Crypto : 1; variable
|
| H A D | ARM.cpp | 501 Crypto = 0; in handleTargetFeatures() 556 Crypto = 1; in handleTargetFeatures()
|
| /openbsd-src/sbin/isakmpd/ |
| H A D | README | 41 Crypto = 3, Timers = 4, System Dependencies = 5, Security Associations = 6,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleA57.td | 1463 // 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 D | PPCScheduleP10.td | 50 def P10_CY : ProcResource<4>; // Four Crypto pipelines.
|
| H A D | PPCScheduleP9.td | 127 // Only one CY (Crypto) unit.
|
| H A D | P9InstrResources.td | 21 // - One CY (Crypto) unit P9_CY_* 1280 // Crypto Instructions
|
| H A D | P10InstrResources.td | 342 // 7 Cycles Crypto operations, 1 input operands 348 // 7 Cycles Crypto operations, 2 input operands
|
| H A D | PPC.td | 160 "Enable POWER8 Crypto instructions",
|
| H A D | PPCInstrAltivec.td | 1343 // The cryptography instructions that do not require Category:Vector.Crypto 1391 // Crypto instructions (from builtins)
|
| /openbsd-src/lib/libcrypto/objects/ |
| H A D | objects.txt | 415 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 D | BuiltinsPPC.def | 420 // P8 Crypto built-ins.
|
| /openbsd-src/lib/libssl/doc/ |
| H A D | openssl.txt | 309 msSGC Microsoft Server Gated Crypto 311 nsSGC Netscape Server Gated Crypto
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | IntrinsicsARM.td | 799 // Crypto instructions
|
| H A D | IntrinsicsPowerPC.td | 1168 // Crypto
|
| /openbsd-src/sys/dev/pci/ |
| H A D | pcidevs | 771 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 D | LibFuzzer.rst | 815 * `Linux Kernel's Crypto code <https://www.spinics.net/lists/stable/msg199712.html>`_
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 6831 const bool Crypto = llvm::is_contained(RequestedExtensions, "crypto"); in ExpandCryptoAEK() local 6833 if (!NoCrypto && Crypto) { in ExpandCryptoAEK()
|