Searched refs:MBEDTLS_MODE_STREAM (Results 1 – 5 of 5) sorted by relevance
190 MBEDTLS_MODE_STREAM, /**< The stream cipher mode. */ enumerator
1281 #define POLARSSL_MODE_STREAM MBEDTLS_MODE_STREAM
1887 MBEDTLS_MODE_STREAM,1971 MBEDTLS_MODE_STREAM,2112 MBEDTLS_MODE_STREAM,
573 if( ctx->cipher_info->mode == MBEDTLS_MODE_STREAM ) in mbedtls_cipher_update()778 MBEDTLS_MODE_STREAM == ctx->cipher_info->mode ) in mbedtls_cipher_finish()
874 if( cipher_info->mode == MBEDTLS_MODE_STREAM ) in mbedtls_ssl_derive_keys()1462 if( mode == MBEDTLS_MODE_STREAM || in ssl_encrypt_buf()1520 if( mode == MBEDTLS_MODE_STREAM ) in ssl_encrypt_buf()1812 if( mode == MBEDTLS_MODE_STREAM ) in ssl_decrypt_buf()7964 case MBEDTLS_MODE_STREAM: in mbedtls_ssl_get_record_expansion()
Completed in 40 milliseconds