Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
H A Dpsa_crypto_cipher.c352 operation->block_length = (PSA_ALG_IS_STREAM_CIPHER(alg) ? 1 : in psa_cipher_setup()
507 if (!PSA_ALG_IS_STREAM_CIPHER(operation->alg)) { in mbedtls_psa_cipher_update()
/third_party/mbedtls/include/psa/
H A Dcrypto_values.h1168 #define PSA_ALG_IS_STREAM_CIPHER(alg) \ macro
/third_party/mbedtls/tests/src/
H A Dpsa_exercise_key.c223 maybe_invalid_padding = !PSA_ALG_IS_STREAM_CIPHER(alg); in exercise_cipher_key()

Completed in 9 milliseconds