Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dcipher.h180 MBEDTLS_MODE_STREAM, /**< The stream cipher mode. */ enumerator
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_cipher.c144 *mode = MBEDTLS_MODE_STREAM; in mbedtls_cipher_values_from_psa()
H A Dcipher.c849 if (((mbedtls_cipher_mode_t) ctx->cipher_info->mode) == MBEDTLS_MODE_STREAM) { in mbedtls_cipher_update()
1093 MBEDTLS_MODE_STREAM == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode)) { in mbedtls_cipher_finish()
H A Dcipher_wrap.c2014 MBEDTLS_MODE_STREAM,
2175 MBEDTLS_MODE_STREAM,
H A Dssl_msg.c5636 case MBEDTLS_MODE_STREAM: in mbedtls_ssl_get_record_expansion()