| /OK3568_Linux_fs/external/security/rk_tee_user/v2/tools/ta_resign_tool-release/linux/ |
| H A D | resign_ta.py | 52 from Cryptodome.Hash import SHA256 57 from Crypto.Hash import SHA256 85 h = SHA256.new() 125 h = SHA256.new() 171 h = SHA256.new()
|
| /OK3568_Linux_fs/u-boot/drivers/crypto/rockchip/ |
| H A D | Kconfig | 53 This enable MD5/SHA1/SHA256/RSA512/RSA1024/RSA2048 algorithm support for 60 This enable MD5/SHA1/SHA256/RSA512/RSA1024/RSA2048 algorithm support for 67 This enable MD5/SHA1/SHA256/RSA512/RSA1024/RSA2048 algorithm support for 74 This enable MD5/SHA1/SHA256/RSA512/RSA1024/RSA2048 algorithm support for
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/tools/ta_resign_tool-release/linux/ |
| H A D | resign_ta.py | 50 from Crypto.Hash import SHA256 76 h = SHA256.new() 105 h = SHA256.new()
|
| /OK3568_Linux_fs/u-boot/drivers/crypto/fsl/ |
| H A D | fsl_hash.c | 29 SHA256 enumerator 50 return SHA256; in get_hash_type() 187 if (caam_hash(pbuf, buf_len, pout, SHA256)) in hw_sha256()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/scripts/ |
| H A D | sign.py | 41 from Crypto.Hash import SHA256 56 h = SHA256.new()
|
| /OK3568_Linux_fs/kernel/arch/sparc/crypto/ |
| H A D | sha256_asm.S | 31 SHA256 71 SHA256
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-certifi/ |
| H A D | CVE-2022-23491.patch | 36 -# SHA256 Fingerprint: 15:f0:ba:00:a3:ac:7a:f3:ac:88:4c:07:2b:10:11:a0:77:bd:77:c0:97:f4:01:64:b2:f… 74 -# SHA256 Fingerprint: 4d:24:91:41:4c:fe:95:67:46:ec:4c:ef:a6:cf:6f:72:e2:8a:13:29:43:2f:9d:8a:90:7… 121 -# SHA256 Fingerprint: d4:0e:9c:86:cd:8f:e4:68:c1:77:69:59:f4:9e:a7:74:fa:54:86:84:b6:c4:06:f3:90:9… 154 -# SHA256 Fingerprint: 07:53:e9:40:37:8c:1b:d5:e3:83:6e:39:5d:ae:a5:cb:83:9e:50:46:f1:bd:0e:ae:19:5… 198 -# SHA256 Fingerprint: 5a:88:5d:b1:9c:01:d9:12:c5:75:93:88:93:8c:af:bb:df:03:1a:b2:d4:8e:91:ee:15:5…
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/scripts/ |
| H A D | sign_encrypt.py | 153 from Cryptodome.Hash import SHA256 158 from Crypto.Hash import SHA256 176 h = SHA256.new()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/scripts/ |
| H A D | sign_encrypt.py | 153 from Cryptodome.Hash import SHA256 158 from Crypto.Hash import SHA256 176 h = SHA256.new()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ |
| H A D | Kconfig | 42 tristate "PadLock driver for SHA1 and SHA256 algorithms" 48 Use VIA PadLock for SHA1/SHA256 algorithms. 147 tristate "SHA256 digest algorithm" 152 SHA256 secure hash standard (DFIPS 180-2). 469 Select this to offload Exynos from HASH MD5/SHA1/SHA256. 470 This will select software SHA1, MD5 and SHA256 as they are 542 Some Atmel processors have SHA1/SHA224/SHA256/SHA384/SHA512 545 SHA1/SHA224/SHA256/SHA384/SHA512 algorithms. 604 The Freescale i.MX23/i.MX28 has SHA1/SHA256 and AES128 CBC/ECB 674 - SHA256, HMAC-SHA256 [all …]
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | Kconfig | 167 config SHA256 config 168 bool "Enable SHA256 support" 170 This option enables support of hashing using SHA256 algorithm. 172 The SHA256 algorithm produces a 256-bit (32-byte) hash value 187 for SHA1/SHA256 hashing. 196 SHA1/SHA256 progressive hashing.
|
| /OK3568_Linux_fs/buildroot/package/libressl/ |
| H A D | libressl.hash | 1 # From https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/SHA256
|
| /OK3568_Linux_fs/buildroot/package/openntpd/ |
| H A D | openntpd.hash | 1 # from http://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/SHA256
|
| /OK3568_Linux_fs/buildroot/package/expect/ |
| H A D | expect.hash | 1 # From https://sourceforge.net/projects/expect/files/Expect/5.45.4/expect5.45.4.tar.gz.SHA256
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/nss/nss/ |
| H A D | system-pkcs11.txt | 4 …ECC,RSA,DSA,DH,RC2,RC4,DES,RANDOM,SHA1,MD5,MD2,SSL,TLS,AES,Camellia,SEED,SHA256,SHA512] askpw=any …
|
| /OK3568_Linux_fs/kernel/Documentation/crypto/ |
| H A D | architecture.rst | 377 For example, HMAC(SHA256) is implemented with hmac.c and 407 SHA256 is instantiated. The cipher handle for the SHA256 instance is 410 At one time, the HMAC implementation requires a SHA256 operation 411 where the SHA256 cipher handle is used. 413 2. The HMAC instance now invokes the SHASH API with the SHA256 cipher
|
| /OK3568_Linux_fs/buildroot/package/rhash/ |
| H A D | Config.in | 7 MD4, MD5, SHA1, SHA256, SHA512, SHA3, AICH, ED2K, Tiger,
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/ |
| H A D | 0003-cmake-BundledOSSPUUID.cmake-use-ossp-uuid-local-sour.patch | 25 - URL_HASH "SHA256=11a615225baa5f8bb686824423f50e4427acd3f70d394765bdff32801f0fd5b0"
|
| H A D | 0002-cmake-LibreSSL.cmake-use-libressl-local-source-tarba.patch | 24 - URL_HASH "SHA256=9b640b13047182761a99ce3e4f000be9687566e0828b4a72709e9e6a3ef98477"
|
| H A D | fix-libressl-compile.patch | 32 URL_HASH "SHA256=9b640b13047182761a99ce3e4f000be9687566e0828b4a72709e9e6a3ef98477"
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/crypto/ |
| H A D | img-hash.txt | 4 SHA1, SHA224, SHA256 and MD5 hashes
|
| /OK3568_Linux_fs/buildroot/package/libuhttpd/ |
| H A D | 0001-openssl.c-fix-build-with-wolfssl.patch | 44 "ECDHE-ECDSA-AES128-GCM-SHA256:" \
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | Kconfig | 193 bool "Support SHA256 checksum of FIT image contents" 194 select SHA256 if !DM_CRYPTO 197 Enable this to support SHA256 checksum of FIT image contents. A 198 SHA256 checksum is a 256-bit (32-byte) hash value used to check that 199 the image contents have not been corrupted. SHA256 is recommended 203 SHA256 variant is supported: SHA512 and others are not currently
|
| /OK3568_Linux_fs/external/security/librkcrypto/perf_reports/ |
| H A D | RV1106_perf.txt | 89 virt: [ SHA256] 177MB/s. 100 dma_fd: [ SHA256] 180MB/s.
|
| /OK3568_Linux_fs/buildroot/package/shadow/ |
| H A D | Config.in | 42 Allow the SHA256 and SHA512 password encryption algorithms.
|