Home
last modified time | relevance | path

Searched refs:PSA_WANT_ALG_CMAC (Results 1 - 8 of 8) sorted by relevance

/third_party/mbedtls/library/
H A Dcheck_crypto_config.h25 #if defined(PSA_WANT_ALG_CMAC) && \
29 #error "PSA_WANT_ALG_CMAC defined, but not all prerequisites"
H A Dpsa_crypto_cipher.c86 #if !defined(PSA_WANT_ALG_CMAC) in mbedtls_cipher_validate_values()
/third_party/mbedtls/include/psa/
H A Dcrypto_config.h49 #define PSA_WANT_ALG_CMAC 1 macro
/third_party/mbedtls/include/mbedtls/
H A Dconfig_adjust_legacy_from_psa.h702 (defined(PSA_WANT_ALG_CMAC) && !defined(MBEDTLS_PSA_ACCEL_ALG_CMAC))
788 #if defined(PSA_WANT_ALG_CMAC)
794 #endif /* PSA_WANT_ALG_CMAC */
H A Dconfig_adjust_psa_from_legacy.h37 #define PSA_WANT_ALG_CMAC 1 macro
/third_party/mbedtls/tests/include/test/drivers/
H A Dcrypto_config_test_driver_extension.h35 #if defined(PSA_WANT_ALG_CMAC)
/third_party/mbedtls/programs/test/
H A Dquery_config.c2847 #if defined(PSA_WANT_ALG_CMAC) in query_config()
2848 if( strcmp( "PSA_WANT_ALG_CMAC", config ) == 0 ) in query_config()
2850 MACRO_EXPANSION_TO_STR( PSA_WANT_ALG_CMAC ); in query_config()
2853 #endif /* PSA_WANT_ALG_CMAC */ in query_config()
4909 #if defined(PSA_WANT_ALG_CMAC) in list_config()
4910 OUTPUT_MACRO_NAME_VALUE(PSA_WANT_ALG_CMAC); in list_config()
4911 #endif /* PSA_WANT_ALG_CMAC */ in list_config()
/third_party/mbedtls/tests/scripts/
H A Dall.sh1707 scripts/config.py -f $CRYPTO_CONFIG_H unset PSA_WANT_ALG_CMAC
4084 scripts/config.py -f "$CRYPTO_CONFIG_H" unset PSA_WANT_ALG_CMAC
5536 echo '#undef PSA_WANT_ALG_CMAC' >psa_user_config.h

Completed in 17 milliseconds