Home
last modified time | relevance | path

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

/mbedtls-development/include/mbedtls/
A Dcipher.h197 MBEDTLS_MODE_STREAM, /**< The stream cipher mode. */ enumerator
/mbedtls-development/library/
A Dcipher_wrap.c1842 MBEDTLS_MODE_STREAM,
1983 MBEDTLS_MODE_STREAM,
A Dcipher.c770 if( ctx->cipher_info->mode == MBEDTLS_MODE_STREAM ) in mbedtls_cipher_update()
986 MBEDTLS_MODE_STREAM == ctx->cipher_info->mode ) in mbedtls_cipher_finish()
A Dpsa_crypto_cipher.c75 mode = MBEDTLS_MODE_STREAM; in mbedtls_cipher_info_from_psa()
A Dssl_msg.c654 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()
A Dssl_tls.c831 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()
/mbedtls-development/tests/suites/
A Dtest_suite_ssl.function1265 cipher_info->mode == MBEDTLS_MODE_STREAM )
1377 case MBEDTLS_MODE_STREAM:

Completed in 32 milliseconds