Searched refs:MBEDTLS_MODE_STREAM (Results 1 – 7 of 7) sorted by relevance
197 MBEDTLS_MODE_STREAM, /**< The stream cipher mode. */ enumerator
1842 MBEDTLS_MODE_STREAM,1983 MBEDTLS_MODE_STREAM,
770 if( ctx->cipher_info->mode == MBEDTLS_MODE_STREAM ) in mbedtls_cipher_update()986 MBEDTLS_MODE_STREAM == ctx->cipher_info->mode ) in mbedtls_cipher_finish()
75 mode = MBEDTLS_MODE_STREAM; in mbedtls_cipher_info_from_psa()
654 if( mode == MBEDTLS_MODE_STREAM || in mbedtls_ssl_encrypt_buf()695 if( mode == MBEDTLS_MODE_STREAM ) in mbedtls_ssl_encrypt_buf()1244 if( mode == MBEDTLS_MODE_STREAM ) in mbedtls_ssl_decrypt_buf()5023 case MBEDTLS_MODE_STREAM: in mbedtls_ssl_get_record_expansion()
831 if( mbedtls_cipher_info_get_mode( cipher_info ) == MBEDTLS_MODE_STREAM || in ssl_tls12_populate_transform()850 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:
Completed in 32 milliseconds