Home
last modified time | relevance | path

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

/openthread-3.5.0/third_party/mbedtls/repo/include/mbedtls/
Dcipher.h202 MBEDTLS_MODE_STREAM, /**< The stream cipher mode. */ enumerator
Dcompat-1.3.h1285 #define POLARSSL_MODE_STREAM MBEDTLS_MODE_STREAM
/openthread-3.5.0/third_party/mbedtls/repo/library/
Dcipher_wrap.c1886 MBEDTLS_MODE_STREAM,
1970 MBEDTLS_MODE_STREAM,
2111 MBEDTLS_MODE_STREAM,
Dpsa_crypto_cipher.c51 mode = MBEDTLS_MODE_STREAM; in mbedtls_cipher_info_from_psa()
Dcipher.c707 if( ctx->cipher_info->mode == MBEDTLS_MODE_STREAM ) in mbedtls_cipher_update()
922 MBEDTLS_MODE_STREAM == ctx->cipher_info->mode ) in mbedtls_cipher_finish()
Dssl_msg.c725 if( mode == MBEDTLS_MODE_STREAM || in mbedtls_ssl_encrypt_buf()
811 if( mode == MBEDTLS_MODE_STREAM ) in mbedtls_ssl_encrypt_buf()
1156 if( mode == MBEDTLS_MODE_STREAM ) in mbedtls_ssl_decrypt_buf()
5247 case MBEDTLS_MODE_STREAM: in mbedtls_ssl_get_record_expansion()
Dssl_tls.c1124 if( cipher_info->mode == MBEDTLS_MODE_STREAM || in ssl_populate_transform()
1162 if( cipher_info->mode == MBEDTLS_MODE_STREAM ) in ssl_populate_transform()
/openthread-3.5.0/third_party/mbedtls/repo/scripts/data_files/
Drename-1.3-2.0.txt756 POLARSSL_MODE_STREAM MBEDTLS_MODE_STREAM
/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ssl.function1259 cipher_info->mode == MBEDTLS_MODE_STREAM )
1383 case MBEDTLS_MODE_STREAM: