Home
last modified time | relevance | path

Searched refs:PSA_WANT_ALG_GCM (Results 1 - 11 of 11) sorted by relevance

/third_party/mbedtls/library/
H A Dcipher_wrap.h29 (defined(MBEDTLS_USE_PSA_CRYPTO) && defined(PSA_WANT_ALG_GCM))
34 (defined(MBEDTLS_USE_PSA_CRYPTO) && defined(PSA_WANT_ALG_GCM) && defined(PSA_WANT_KEY_TYPE_AES))
H A Dcheck_crypto_config.h44 #if defined(PSA_WANT_ALG_GCM) && \
47 #error "PSA_WANT_ALG_GCM defined, but not all prerequisites"
H A Dpsa_crypto_cipher.c53 #if !defined(PSA_WANT_ALG_GCM) in mbedtls_cipher_validate_values()
H A Dpsa_crypto.c4678 #if defined(PSA_WANT_ALG_GCM) in psa_aead_check_nonce_length()
4690 #endif /* PSA_WANT_ALG_GCM */ in psa_aead_check_nonce_length()
4871 #if defined(PSA_WANT_ALG_GCM) in psa_validate_tag_length()
4878 #endif /* PSA_WANT_ALG_GCM */ in psa_validate_tag_length()
5127 #if defined(PSA_WANT_ALG_GCM) in psa_aead_set_lengths()
5140 #endif /* PSA_WANT_ALG_GCM */ in psa_aead_set_lengths()
/third_party/mbedtls/include/psa/
H A Dcrypto_config.h59 #define PSA_WANT_ALG_GCM 1 macro
/third_party/mbedtls/include/mbedtls/
H A Dconfig_adjust_psa_from_legacy.h104 #define PSA_WANT_ALG_GCM 1 macro
H A Dconfig_adjust_legacy_crypto.h438 (defined(MBEDTLS_USE_PSA_CRYPTO) && defined(PSA_WANT_ALG_GCM))
H A Dconfig_adjust_legacy_from_psa.h867 #if defined(PSA_WANT_ALG_GCM)
875 #endif /* PSA_WANT_ALG_GCM */
/third_party/mbedtls/tests/include/test/drivers/
H A Dcrypto_config_test_driver_extension.h564 #if defined(PSA_WANT_ALG_GCM)
/third_party/mbedtls/programs/test/
H A Dquery_config.c2927 #if defined(PSA_WANT_ALG_GCM) in query_config()
2928 if( strcmp( "PSA_WANT_ALG_GCM", config ) == 0 ) in query_config()
2930 MACRO_EXPANSION_TO_STR( PSA_WANT_ALG_GCM ); in query_config()
2933 #endif /* PSA_WANT_ALG_GCM */ in query_config()
4949 #if defined(PSA_WANT_ALG_GCM) in list_config()
4950 OUTPUT_MACRO_NAME_VALUE(PSA_WANT_ALG_GCM); in list_config()
4951 #endif /* PSA_WANT_ALG_GCM */ in list_config()
/third_party/mbedtls/tests/scripts/
H A Dall.sh4158 scripts/config.py -f "$CRYPTO_CONFIG_H" unset PSA_WANT_ALG_GCM

Completed in 25 milliseconds