Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Dcipher.h202 MBEDTLS_MODE_STREAM, /**< The stream cipher mode. */ enumerator
A Dcompat-1.3.h1285 #define POLARSSL_MODE_STREAM MBEDTLS_MODE_STREAM
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dcipher_wrap.c1939 MBEDTLS_MODE_STREAM,
2029 MBEDTLS_MODE_STREAM,
2183 MBEDTLS_MODE_STREAM,
A Dcipher.c757 if( ctx->cipher_info->mode == MBEDTLS_MODE_STREAM ) in mbedtls_cipher_update()
972 MBEDTLS_MODE_STREAM == ctx->cipher_info->mode ) in mbedtls_cipher_finish()
A Dssl_msg.c738 if( mode == MBEDTLS_MODE_STREAM || in mbedtls_ssl_encrypt_buf()
824 if( mode == MBEDTLS_MODE_STREAM ) in mbedtls_ssl_encrypt_buf()
1169 if( mode == MBEDTLS_MODE_STREAM ) in mbedtls_ssl_decrypt_buf()
5316 case MBEDTLS_MODE_STREAM: in mbedtls_ssl_get_record_expansion()
A Dssl_tls.c1134 if( cipher_info->mode == MBEDTLS_MODE_STREAM || in ssl_populate_transform()
1172 if( cipher_info->mode == MBEDTLS_MODE_STREAM ) in ssl_populate_transform()

Completed in 47 milliseconds