mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-01-07 09:10:42 +01:00
Provide an additional pair of #defines, MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT and MBEDTLS_SHA256_USE_A64_CRYPTO_ONLY. At most one of them may be specified. If used, it is necessary to compile with -march=armv8-a+crypto. The MBEDTLS_SHA256_PROCESS_ALT and MBEDTLS_SHA256_ALT mechanisms continue to work, and are mutually exclusive with A64_CRYPTO. There should be minimal code size impact if no A64_CRYPTO option is set. Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com> |
||
|---|---|---|
| .. | ||
| 00README.md | ||
| chacha20_invalid_iv_len_fix.txt | ||
| Driver_wrapper_codegen_1.0.txt | ||
| mbedtls_pem_get_der.txt | ||
| mbedtls_sha256_a64_crypto_acceleration.txt | ||
| mbedtls_ssl_comfig_defaults-memleak.txt | ||
| mbedtls_ssl_get_ciphersuite_id.txt | ||
| mbedtls_ssl_ticket_rotate.txt | ||
| pkparse-pkcs8-unencrypted-no-alloc.txt | ||
| PSA-test-suites-NOT-using-UID-0.txt | ||
| psa_aead_singleshot_error.txt | ||
| psa_crypto_reduced_configs.txt | ||
| psa_crypto_reduced_configs_bugs.txt | ||
| tls13_and_use_psa_crypto.txt | ||
| tls13_f_export_keys.txt | ||
| use-psa-ecdhe-curve.txt | ||