Home
last modified time | relevance | path

Searched defs:stream (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_its_file.c111 FILE *stream = NULL; in psa_its_get_info() local
126 FILE *stream = NULL; in psa_its_get() local
186 FILE *stream = NULL; in psa_its_set() local
241 FILE *stream; in psa_its_remove() local
Dplatform.c197 static int platform_fprintf_uninit(FILE *stream, const char *format, ...) in platform_fprintf_uninit()
222 static void platform_setbuf_uninit(FILE *stream, char *buf) in platform_setbuf_uninit()
232 int mbedtls_platform_set_setbuf(void (*setbuf_func)(FILE *stream, char *buf)) in mbedtls_platform_set_setbuf()
/openthread-latest/tools/tcat_ble_client/ble/
Dble_stream_secure.py45 def __init__(self, stream): argument
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dgenerate_test_code.py572 def skip_comments(line, stream): argument