Home
last modified time | relevance | path

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

/mbedtls/include/mbedtls/
A Dcipher.h180 MBEDTLS_MODE_STREAM, /**< The stream cipher mode. */ enumerator
/mbedtls/tests/src/test_helpers/
A Dssl_helpers.c1238 *cipher_mode = MBEDTLS_MODE_STREAM; in mbedtls_test_ssl_cipher_info_from_type()
1348 cipher_mode == MBEDTLS_MODE_STREAM) { in mbedtls_test_ssl_build_transforms()
1386 if (cipher_mode == MBEDTLS_MODE_STREAM || in mbedtls_test_ssl_build_transforms()
1495 case MBEDTLS_MODE_STREAM: in mbedtls_test_ssl_build_transforms()
/mbedtls/library/
A Dpsa_crypto_cipher.c147 *mode = MBEDTLS_MODE_STREAM; in mbedtls_cipher_values_from_psa()
A Dcipher.c809 if (((mbedtls_cipher_mode_t) ctx->cipher_info->mode) == MBEDTLS_MODE_STREAM) { in mbedtls_cipher_update()
1045 MBEDTLS_MODE_STREAM == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode)) { in mbedtls_cipher_finish()
A Dcipher_wrap.c1967 MBEDTLS_MODE_STREAM,
2115 MBEDTLS_MODE_STREAM,
A Dssl_msg.c5498 case MBEDTLS_MODE_STREAM: in mbedtls_ssl_get_record_expansion()

Completed in 27 milliseconds