Home
last modified time | relevance | path

Searched refs:PSA_WANT_ALG_CCM (Results 1 - 13 of 13) sorted by relevance

/third_party/mbedtls/library/
H A Dcipher_wrap.h39 (defined(MBEDTLS_USE_PSA_CRYPTO) && defined(PSA_WANT_ALG_CCM))
44 (defined(MBEDTLS_USE_PSA_CRYPTO) && defined(PSA_WANT_ALG_CCM) && defined(PSA_WANT_KEY_TYPE_AES))
H A Dcheck_crypto_config.h19 #if defined(PSA_WANT_ALG_CCM) && \
22 #error "PSA_WANT_ALG_CCM defined, but not all prerequisites"
H A Dpsa_crypto_cipher.c50 #if !defined(PSA_WANT_ALG_CCM) in mbedtls_cipher_validate_values()
H A Dpsa_crypto.c4691 #if defined(PSA_WANT_ALG_CCM) in psa_aead_check_nonce_length()
4697 #endif /* PSA_WANT_ALG_CCM */ in psa_aead_check_nonce_length()
4862 #if defined(PSA_WANT_ALG_CCM) in psa_validate_tag_length()
4869 #endif /* PSA_WANT_ALG_CCM */ in psa_validate_tag_length()
5141 #if defined(PSA_WANT_ALG_CCM) in psa_aead_set_lengths()
5148 #endif /* PSA_WANT_ALG_CCM */ in psa_aead_set_lengths()
5201 #if defined(PSA_WANT_ALG_CCM) in psa_aead_update_ad()
5206 #endif /* PSA_WANT_ALG_CCM */ in psa_aead_update_ad()
5269 #if defined(PSA_WANT_ALG_CCM) in psa_aead_update()
5274 #endif /* PSA_WANT_ALG_CCM */ in psa_aead_update()
[all...]
/third_party/mbedtls/configs/
H A Dcrypto-config-ccm-aes-sha256.h15 #define PSA_WANT_ALG_CCM 1 macro
/third_party/mbedtls/configs/ext/
H A Dcrypto_config_profile_medium.h49 #define PSA_WANT_ALG_CCM 1 macro
/third_party/mbedtls/include/psa/
H A Dcrypto_config.h47 #define PSA_WANT_ALG_CCM 1 macro
/third_party/mbedtls/include/mbedtls/
H A Dconfig_adjust_psa_from_legacy.h28 #define PSA_WANT_ALG_CCM 1 macro
H A Dconfig_adjust_legacy_crypto.h443 (defined(MBEDTLS_USE_PSA_CRYPTO) && defined(PSA_WANT_ALG_CCM))
H A Dconfig_adjust_legacy_from_psa.h847 #if defined(PSA_WANT_ALG_CCM)
855 #endif /* PSA_WANT_ALG_CCM */
/third_party/mbedtls/tests/include/test/drivers/
H A Dcrypto_config_test_driver_extension.h572 #if defined(PSA_WANT_ALG_CCM)
/third_party/mbedtls/programs/test/
H A Dquery_config.c2831 #if defined(PSA_WANT_ALG_CCM) in query_config()
2832 if( strcmp( "PSA_WANT_ALG_CCM", config ) == 0 ) in query_config()
2834 MACRO_EXPANSION_TO_STR( PSA_WANT_ALG_CCM ); in query_config()
2837 #endif /* PSA_WANT_ALG_CCM */ in query_config()
4901 #if defined(PSA_WANT_ALG_CCM) in list_config()
4902 OUTPUT_MACRO_NAME_VALUE(PSA_WANT_ALG_CCM); in list_config()
4903 #endif /* PSA_WANT_ALG_CCM */ in list_config()
/third_party/mbedtls/tests/scripts/
H A Dall.sh1745 msg "build: full no PSA_WANT_ALG_CCM"
1752 # Disable PSA_WANT_ALG_CCM so that CCM is not supported in PSA. CCM_C is still
1757 # PSA_WANT_ALG_CCM to be re-enabled.
1758 scripts/config.py -f "$CRYPTO_CONFIG_H" unset PSA_WANT_ALG_CCM
1762 msg "test: full no PSA_WANT_ALG_CCM"
1777 # Note: PSA_WANT_ALG_CCM is enabled, but it does not cause

Completed in 31 milliseconds