Searched refs:MBEDTLS_MODE_STREAM (Results 1 – 14 of 14) sorted by relevance
194 MBEDTLS_MODE_STREAM, /**< The stream cipher mode. */ enumerator
1285 #define POLARSSL_MODE_STREAM MBEDTLS_MODE_STREAM
1939 MBEDTLS_MODE_STREAM,2023 MBEDTLS_MODE_STREAM,2171 MBEDTLS_MODE_STREAM,
766 if( ctx->cipher_info->mode == MBEDTLS_MODE_STREAM ) in mbedtls_cipher_update()981 MBEDTLS_MODE_STREAM == ctx->cipher_info->mode ) in mbedtls_cipher_finish()
703 if( mode == MBEDTLS_MODE_STREAM || in mbedtls_ssl_encrypt_buf()764 if( mode == MBEDTLS_MODE_STREAM ) in mbedtls_ssl_encrypt_buf()1329 if( mode == MBEDTLS_MODE_STREAM ) in mbedtls_ssl_decrypt_buf()5396 case MBEDTLS_MODE_STREAM: in mbedtls_ssl_get_record_expansion()
1065 if( cipher_info->mode == MBEDTLS_MODE_STREAM || in ssl_populate_transform()1103 if( cipher_info->mode == MBEDTLS_MODE_STREAM ) in ssl_populate_transform()
Completed in 119 milliseconds