Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
Dcipher.h197 MBEDTLS_MODE_STREAM, /**< The stream cipher mode. */ enumerator
/third_party/mbedtls/library/
Dpsa_crypto_cipher.c51 mode = MBEDTLS_MODE_STREAM; in mbedtls_cipher_info_from_psa()
Dcipher_wrap.c1842 MBEDTLS_MODE_STREAM,
1983 MBEDTLS_MODE_STREAM,
Dcipher.c750 if( ctx->cipher_info->mode == MBEDTLS_MODE_STREAM ) in mbedtls_cipher_update()
966 MBEDTLS_MODE_STREAM == ctx->cipher_info->mode ) in mbedtls_cipher_finish()
Dssl_msg.c652 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()
Dssl_tls.c854 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()
/third_party/mbedtls/tests/suites/
Dtest_suite_ssl.function1265 cipher_info->mode == MBEDTLS_MODE_STREAM )
1377 case MBEDTLS_MODE_STREAM: