Searched refs:hashes (Results 1 – 21 of 21) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | md-cipher-dispatch.md | 1 PSA migration strategy for hashes and ciphers 107 * **Legacy domain**: does not interact with PSA. Implementations of hashes, of cipher primitives, o… 115 Hashes and HMAC (after the work on driver-only hashes): 117 * entropy (hashes via MD-light) 119 * ECJPAKE (hashes via MD-light; `md.h` exposed through API) 120 * MD (hashes and HMAC) 122 * HMAC\_DRBG (hashes and HMAC via `md.h`; `md.h` exposed through API) 123 * PKCS12 (hashes via MD-light) 125 * PKCS7 (hashes via MD) 202 …sa_pss_sign()` is called from X.509 code, it should use PSA to calculate hashes. It doesn't, curre… [all …]
|
D | strategy.md | 118 - MD for messages digests aka hashes (including HMAC) 281 - Step 1 is achieved for the crypto library regarding hashes: everything uses 287 - Step 3 is done for hashes and top-level ECC modules (ECDSA, ECDH, ECJPAKE). 295 - for hashes and ciphers, see `md-cipher-dispatch.md` in the same directory; 332 code that should always use `PSA_WANT`). For example, for hashes this is the 349 we're making some part of the library work with hashes provided only by 394 same context type for hashes and HMACs, while the PSA API (rightfully) has 400 incomplete (for example, for MD covering only hashes, or for Cipher covering
|
D | psa-legacy-bridges.md | 55 …ats within the scope of the legacy crypto APIs are trivial (ciphertexts, hashes, MACs, shared secr… 94 …s, key derivation, etc.). Therefore metadata about hashes is relevant not only when calculating ha… 241 …The amount of metadata other than hashes is sufficiently small to be handled in ad hoc ways in app…
|
D | psa-limitations.md | 195 - all three hashes are equal
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_entropy.data | 10 # Key types and non-randomized auxiliary algorithms (in practice, hashes) can
|
D | test_suite_psa_crypto_init.function | 20 * and PSA crypto doesn't support other hashes for HMAC_DRBG. */
|
D | test_suite_psa_crypto_storage_format.function | 102 * compound algorithms that use those hashes. Until this is fixed,
|
D | test_suite_shax.data | 2397 # larger and smaller hashes.
|
/openthread-latest/third_party/mbedtls/repo/scripts/ |
D | assemble_changelog.py | 299 hashes = subprocess.check_output(['git', 'log', '--format=%H', 302 m = re.search('(.+)$', hashes.decode('ascii'))
|
/openthread-latest/third_party/mbedtls/repo/tests/data_files/ |
D | Readme-x509.txt | 10 different hashes. 71 -sha*: hashes
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | driver-only-builds.md | 58 - hashes: SHA-3, SHA-2, SHA-1, MD5, etc. 116 - Required hash algorithm(s) as explained in [Hashes](#hashes) section. 121 - As mentioned in [Hashes](#hashes) direct calls to legacy lo-level hash APIs
|
D | use-psa-crypto.md | 24 that's the case for hashes.
|
D | 3.0-migration-guide.md | 784 handshake transcript hashes which can be obtained from the raw data 1016 …following hashes have been removed: SHA-1 (formerly only accepted for key exchanges but not for ce… 1022 … `mbedtls_x509_crt_verify` and pass a profile that allows the curves and hashes you want. For exam… 1028 If you still need to allow hashes and curves in TLS that have been removed from the default configu…
|
D | psa-transition.md | 119 | `cmac.h` | `mbedtls_cipher_cmac_` | [Hashes and MAC](#hashes-and-mac), [MAC calculation](#mac-cal… 138 | `md.h` | `mbedtls_md_` | [Hashes and MAC](#hashes-and-mac) | 139 | `md5.h` | `mbedtls_md5_` | [Hashes and MAC](#hashes-and-mac) | 155 | `ripemd160.h` | `mbedtls_ripemd160_` | [Hashes and MAC](#hashes-and-mac) | 157 | `sha1.h` | `mbedtls_sha1_` | [Hashes and MAC](#hashes-and-mac) | 158 | `sha3.h` | `mbedtls_sha3_` | [Hashes and MAC](#hashes-and-mac) | 159 | `sha256.h` | `mbedtls_sha256_` | [Hashes and MAC](#hashes-and-mac) | 160 | `sha512.h` | `mbedtls_sha512_` | [Hashes and MAC](#hashes-and-mac) | 430 …he type encompasses all categories of cryptographic algorithms, not just hashes). PSA offers a sim… 699 …he same key may need to be used to sign messages with multiple different hashes. In an algorithm p…
|
D | psa-driver-example-and-guide.md | 153 …d-hash algorithm. The core still implements these functions by doing the hashes and then calling t…
|
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
D | ssl.h | 3933 const int *hashes);
|
/openthread-latest/third_party/mbedtls/repo/ |
D | ChangeLog | 329 * All modules that use hashes or HMAC can now take advantage of PSA Crypto 628 This helps in saving code size when some of the above hashes are not 832 * Some modules can now use PSA drivers for hashes, including with no 835 hashes from PSA when (and only when) MBEDTLS_MD_C is disabled. 840 Note that some modules are not able to use hashes from PSA yet, including 842 all hashes only provided by drivers (no built-in hash) is to use 845 properly negotiate/accept hashes based on their availability in PSA. 847 implementations of (some) hashes are excluded and those hashes are only 849 though: that module only use hashes from PSA when MBEDTLS_MD_C is off). 1614 changed: curves and hashes weaker than 255 bits are no longer accepted [all …]
|
/openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
D | psa-conditional-inclusion-c.md | 12 …he interface defines a number of categories of cryptographic algorithms (hashes, MAC, signatures, …
|
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | all.sh | 2463 tests/scripts/depends.py hashes --unset-use-psa 2499 tests/scripts/depends.py hashes
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | ssl_tls.c | 2724 const int *hashes) in mbedtls_ssl_conf_sig_hashes() argument 2726 conf->sig_hashes = hashes; in mbedtls_ssl_conf_sig_hashes()
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | psa-shared-memory.md | 346 …y. This would need to be extended to cover operations without keys (e.g. hashes) and multipart ope…
|