Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dpsa_crypto_cipher.c223 operation->block_length = ( PSA_ALG_IS_STREAM_CIPHER( alg ) ? 1 : in cipher_setup()
378 if( ! PSA_ALG_IS_STREAM_CIPHER( operation->alg ) ) in cipher_update()
/mbedtls-development/include/psa/
A Dcrypto_values.h1107 #define PSA_ALG_IS_STREAM_CIPHER(alg) \ macro
/mbedtls-development/tests/src/
A Dpsa_exercise_key.c203 maybe_invalid_padding = ! PSA_ALG_IS_STREAM_CIPHER( alg ); in exercise_cipher_key()

Completed in 10 milliseconds