Home
last modified time | relevance | path

Searched refs:MBEDTLS_PSA_BUILTIN_ALG_STREAM_CIPHER (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/include/psa/
Dcrypto_builtin_primitives.h90 #if defined(MBEDTLS_PSA_BUILTIN_ALG_STREAM_CIPHER) || \
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dconfig_adjust_legacy_from_psa.h759 #define MBEDTLS_PSA_BUILTIN_ALG_STREAM_CIPHER 1 macro
765 defined(MBEDTLS_PSA_BUILTIN_ALG_STREAM_CIPHER)
Dconfig_adjust_psa_from_legacy.h244 #define MBEDTLS_PSA_BUILTIN_ALG_STREAM_CIPHER 1 macro
Dconfig_adjust_legacy_crypto.h44 (defined(MBEDTLS_PSA_BUILTIN_ALG_STREAM_CIPHER) || \
/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto_cipher.c145 #if defined(MBEDTLS_PSA_BUILTIN_ALG_STREAM_CIPHER) in mbedtls_cipher_values_from_psa()