Home
last modified time | relevance | path

Searched refs:MBEDTLS_BLOCK_CIPHER_CAMELLIA_VIA_PSA (Results 1 – 3 of 3) sorted by relevance

/mbedtls-latest/tests/suites/
Dtest_suite_block_cipher.psa.data26 depends_on:MBEDTLS_BLOCK_CIPHER_CAMELLIA_VIA_LEGACY:!MBEDTLS_BLOCK_CIPHER_CAMELLIA_VIA_PSA
30 depends_on:!MBEDTLS_BLOCK_CIPHER_CAMELLIA_VIA_LEGACY:MBEDTLS_BLOCK_CIPHER_CAMELLIA_VIA_PSA
34 depends_on:MBEDTLS_BLOCK_CIPHER_CAMELLIA_VIA_LEGACY:MBEDTLS_BLOCK_CIPHER_CAMELLIA_VIA_PSA
/mbedtls-latest/include/mbedtls/
Dconfig_adjust_legacy_crypto.h227 #define MBEDTLS_BLOCK_CIPHER_CAMELLIA_VIA_PSA macro
252 #if defined(MBEDTLS_BLOCK_CIPHER_CAMELLIA_VIA_PSA) || \
/mbedtls-latest/library/
Dblock_cipher.c36 #if defined(MBEDTLS_BLOCK_CIPHER_CAMELLIA_VIA_PSA) in psa_key_type_from_block_cipher_id()