Searched refs:MBEDTLS_MODE_STREAM (Results 1 – 6 of 6) sorted by relevance
180 MBEDTLS_MODE_STREAM, /**< The stream cipher mode. */ enumerator
1238 *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()
147 *mode = MBEDTLS_MODE_STREAM; in mbedtls_cipher_values_from_psa()
809 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()
1967 MBEDTLS_MODE_STREAM,2115 MBEDTLS_MODE_STREAM,
5498 case MBEDTLS_MODE_STREAM: in mbedtls_ssl_get_record_expansion()
Completed in 27 milliseconds