Home
last modified time | relevance | path

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

123

/freebsd/tests/sys/opencrypto/
H A Dcryptotest.py57 crid = cryptodev.Crypto.findcrid(cname)
95 curfun = Crypto.encrypt
98 curfun = Crypto.decrypt
123 c = Crypto(cryptodev.CRYPTO_AES_NIST_GCM_16,
175 curfun = Crypto.encrypt
178 curfun = Crypto.decrypt
192 c = Crypto(cryptodev.CRYPTO_AES_CBC, cipherkey, crid=crid)
207 curfun = Crypto.encrypt
210 curfun = Crypto.decrypt
229 c = Crypto(meth, cipherkey, crid=crid)
[all …]
H A Dcryptodev.py167 class Crypto: class
567 crid = Crypto.findcrid('aesni0')
574 name = Crypto.getcridname(i)
593 c = Crypto(CRYPTO_AES_ICM, key)
614 c = Crypto(CRYPTO_AES_ICM, key)
633 c = Crypto(CRYPTO_AES_CBC, key)
658 c = Crypto(CRYPTO_AES_NIST_GCM_16, key)
694 c = Crypto(CRYPTO_AES_GCM_16, key)
708 …c = Crypto(CRYPTO_AES_XTS, binascii.unhexlify('1bbfeadf539daedcae33ced497343f3ca1f2474ad932b903997…
716 …c = Crypto(CRYPTO_AES_XTS, binascii.unhexlify('1bbfeadf539daedcae33ced497343f3ca1f2474ad932b903997…
[all …]
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dste-dma40.txt110 48: Crypto Accelerator 1
111 49: Crypto Accelerator 1 TX or Hash Accelerator 1 TX
123 61: Crypto Accelerator 0
124 62: Crypto Accelerator 0 TX or Hash Accelerator 0 TX
/freebsd/contrib/ntp/sntp/m4/
H A Dntp_ver_suffix.m42 dnl NTP Version Suffix (Crypto)
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dsdhci-msm.txt38 - Inline Crypto Engine register map (optional)
43 - "ice" for Inline Crypto Engine register map (optional)
56 "ice" - clock for Inline Crypto Engine (optional)
/freebsd/sys/arm64/conf/
H A Dstd.marvell26 # Crypto accelerators
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedA510.td503 // Crypto AES ops
506 // Crypto polynomial (64x64) multiply long
509 // Crypto SHA1 hash acceleration op
510 // Crypto SHA1 schedule acceleration ops
513 // Crypto SHA1 hash acceleration ops
514 // Crypto SHA256 hash acceleration ops
517 // Crypto SHA256 schedule acceleration ops
520 // Crypto SHA512 hash acceleration ops
523 // Crypto SHA3 ops
529 // Crypto SM3 ops
[all …]
H A DAArch64SchedNeoverseN2.td1462 // Crypto AES ops
1465 // Crypto polynomial (64x64) multiply long
1468 // Crypto SHA1 hash acceleration op
1469 // Crypto SHA1 schedule acceleration ops
1472 // Crypto SHA1 hash acceleration ops
1473 // Crypto SHA256 hash acceleration ops
1476 // Crypto SHA256 schedule acceleration ops
1479 // Crypto SHA512 hash acceleration ops
1482 // Crypto SHA3 ops
1485 // Crypto SM3 ops
[all …]
H A DAArch64SchedNeoverseN1.td1033 // Crypto AES ops
1039 // Crypto polynomial (64x64) multiply long
1040 // Crypto SHA1 hash acceleration op
1041 // Crypto SHA1 schedule acceleration ops
1042 // Crypto SHA256 schedule acceleration ops
1047 // Crypto SHA1 hash acceleration ops
1048 // Crypto SHA256 hash acceleration ops
H A DAArch64SchedNeoverseV1.td1269 // Crypto polynomial (64x64) multiply long
1272 // Crypto AES ops
1278 // Crypto SHA1 hash acceleration op
1279 // Crypto SHA1 schedule acceleration ops
1280 // Crypto SHA256 schedule acceleration ops
1281 // Crypto SHA512 hash acceleration ops
1282 // Crypto SM3 ops
1288 // Crypto SHA1 hash acceleration ops
1289 // Crypto SHA256 hash acceleration ops
1290 // Crypto SM4 ops
[all …]
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw_armv8.inc11 * Crypto extention support for AES GCM.
/freebsd/sys/contrib/device-tree/Bindings/firmware/
H A Dintel,stratix10-svc.txt17 the services for FPGA configuration, QSPI, Crypto and warm reset. Service layer
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dpq3-sec3.0-0.dtsi2 * PQ3 Sec/Crypto 3.0 device tree stub [ controller @ offset 0x30000 ]
H A Dpq3-sec2.1-0.dtsi2 * PQ3 Sec/Crypto 2.1 device tree stub [ controller @ offset 0x30000 ]
H A Dpq3-sec3.1-0.dtsi2 * PQ3 Sec/Crypto 3.1 device tree stub [ controller @ offset 0x30000 ]
H A Dpq3-sec3.3-0.dtsi2 * PQ3 Sec/Crypto 3.3 device tree stub [ controller @ offset 0x30000 ]
H A Dqoriq-sec6.0-0.dtsi2 * QorIQ Sec/Crypto 6.0 device tree stub
H A Dpq3-sec4.4-0.dtsi2 * PQ3 Sec/Crypto 4.4 device tree stub [ controller @ offset 0x30000 ]
H A Dqoriq-sec4.0-0.dtsi2 * QorIQ Sec/Crypto 4.0 device tree stub [ controller @ offset 0x300000 ]
H A Dqoriq-sec4.2-0.dtsi2 * QorIQ Sec/Crypto 4.2 device tree stub [ controller @ offset 0x300000 ]
H A Dqoriq-sec5.0-0.dtsi2 * QorIQ Sec/Crypto 5.0 device tree stub [ controller @ offset 0x300000 ]
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DARMTargetParser.h158 Crypto ///< Neon with Crypto enumerator
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DARMTargetParser.cpp205 {"+sha2", "-sha2", NeonSupportLevel::Crypto}, in getFPUFeatures()
206 {"+aes", "-aes", NeonSupportLevel::Crypto}, in getFPUFeatures()
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DARM.h83 unsigned Crypto : 1;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVScheduleZvk.td198 // Helper class to define all RISC-V Vector Crypto extensions as unsupported

123