Home
last modified time | relevance | path

Searched refs:MBEDTLS_MODE_STREAM (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dcipher.h190 MBEDTLS_MODE_STREAM, /**< The stream cipher mode. */ enumerator
A Dcompat-1.3.h1281 #define POLARSSL_MODE_STREAM MBEDTLS_MODE_STREAM
/AliOS-Things-master/components/mbedtls/library/
A Dcipher_wrap.c1887 MBEDTLS_MODE_STREAM,
1971 MBEDTLS_MODE_STREAM,
2112 MBEDTLS_MODE_STREAM,
A Dcipher.c573 if( ctx->cipher_info->mode == MBEDTLS_MODE_STREAM ) in mbedtls_cipher_update()
778 MBEDTLS_MODE_STREAM == ctx->cipher_info->mode ) in mbedtls_cipher_finish()
A Dssl_tls.c874 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