Home
last modified time | relevance | path

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

/openthread-3.4.0/third_party/mbedtls/repo/library/
Dpsa_crypto_cipher.c200 operation->block_length = ( PSA_ALG_IS_STREAM_CIPHER( alg ) ? 1 : in psa_cipher_setup()
354 if( ! PSA_ALG_IS_STREAM_CIPHER( operation->alg ) ) in mbedtls_psa_cipher_update()
/openthread-3.4.0/third_party/mbedtls/repo/include/psa/
Dcrypto_values.h1054 #define PSA_ALG_IS_STREAM_CIPHER(alg) \ macro
/openthread-3.4.0/third_party/mbedtls/repo/tests/src/
Dpsa_exercise_key.c204 maybe_invalid_padding = ! PSA_ALG_IS_STREAM_CIPHER( alg ); in exercise_cipher_key()