Home
last modified time | relevance | path

Searched refs:stream (Results 1 – 10 of 10) sorted by relevance

/mbedtls-development/tests/scripts/
A Dtest_generate_test_code.py418 stream)
578 stream, [], [])
755 self.assertEqual(stream.line_no, 1)
778 self.assertEqual(stream.line_no, 1)
799 self.assertEqual(stream.line_no, 1)
822 self.assertEqual(stream.line_no, 1)
849 parse_functions(stream)
852 self.assertEqual(stream.line_no, 5)
892 parse_functions(stream)
1369 self.assertEqual(stream.getvalue(),
[all …]
/mbedtls-development/library/
A Dpsa_its_file.c127 FILE *stream = NULL; in psa_its_get_info() local
129 if( stream != NULL ) in psa_its_get_info()
130 fclose( stream ); in psa_its_get_info()
141 FILE *stream = NULL; in psa_its_get() local
177 if( stream != NULL ) in psa_its_get()
189 FILE *stream = NULL; in psa_its_set() local
199 if( stream == NULL ) in psa_its_set()
215 if( stream != NULL ) in psa_its_set()
238 FILE *stream; in psa_its_remove() local
241 if( stream == NULL ) in psa_its_remove()
[all …]
A Dplatform.c209 static int platform_fprintf_uninit( FILE *stream, const char *format, ... ) in platform_fprintf_uninit() argument
211 ((void) stream); in platform_fprintf_uninit()
/mbedtls-development/tests/suites/
A Dtest_suite_psa_its.function247 FILE *stream = NULL;
253 stream = fopen( filename, "rb+" );
254 TEST_ASSERT( NULL != stream );
265 stream = freopen( filename, "wb", stream );
266 TEST_ASSERT( NULL != stream );
268 fclose( stream );
269 stream = NULL;
277 stream = fopen( filename, "rb" );
278 TEST_ASSERT( NULL == stream );
281 if( stream != NULL )
[all …]
A Dtest_suite_mps.function807 * stream of outgoing/incoming data for the lower/upper layers, even if
/mbedtls-development/include/mbedtls/
A Dplatform.h161 extern int (*mbedtls_fprintf)( FILE *stream, const char *format, ... );
172 int mbedtls_platform_set_fprintf( int (*fprintf_func)( FILE *stream, const char *,
/mbedtls-development/docs/
A Duse-psa-crypto.md97 supported are ECB, CBC without padding, GCM and CCM (this excludes stream
A Dgetting_started.md187 … and decrypting messages using various symmetric cipher algorithms (both block and stream ciphers).
/mbedtls-development/docs/proposed/
A Dpsa-driver-interface.md306 …is function does not need to do anything for algorithms where the output stream only depends on th…
/mbedtls-development/
A DChangeLog585 The underlying stream cipher is determined by the key type
1818 * Add new crypto primitives from RFC 7539: stream cipher Chacha20, one-time

Completed in 21 milliseconds