Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_cipher.c349 operation->block_length = (PSA_ALG_IS_STREAM_CIPHER(alg) ? 1 : in psa_cipher_setup()
504 if (!PSA_ALG_IS_STREAM_CIPHER(operation->alg)) { in mbedtls_psa_cipher_update()
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_values.h1168 #define PSA_ALG_IS_STREAM_CIPHER(alg) \ macro