Searched refs:MBEDTLS_MODE_STREAM (Results 1 – 7 of 7) sorted by relevance
197 MBEDTLS_MODE_STREAM, /**< The stream cipher mode. */ enumerator
51 mode = MBEDTLS_MODE_STREAM; in mbedtls_cipher_info_from_psa()
1842 MBEDTLS_MODE_STREAM,1983 MBEDTLS_MODE_STREAM,
750 if( ctx->cipher_info->mode == MBEDTLS_MODE_STREAM ) in mbedtls_cipher_update()966 MBEDTLS_MODE_STREAM == ctx->cipher_info->mode ) in mbedtls_cipher_finish()
652 if( mode == MBEDTLS_MODE_STREAM || in mbedtls_ssl_encrypt_buf()710 if( mode == MBEDTLS_MODE_STREAM ) in mbedtls_ssl_encrypt_buf()1039 if( mode == MBEDTLS_MODE_STREAM ) in mbedtls_ssl_decrypt_buf()4871 case MBEDTLS_MODE_STREAM: in mbedtls_ssl_get_record_expansion()
854 if( mbedtls_cipher_info_get_mode( cipher_info ) == MBEDTLS_MODE_STREAM || in ssl_tls12_populate_transform()873 if( mbedtls_cipher_info_get_mode( cipher_info ) == MBEDTLS_MODE_STREAM ) in ssl_tls12_populate_transform()
1265 cipher_info->mode == MBEDTLS_MODE_STREAM )1377 case MBEDTLS_MODE_STREAM: