Home
last modified time | relevance | path

Searched refs:mbedtls_setbuf (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dplatform.h317 extern void (*mbedtls_setbuf)(FILE *stream, char *buf);
331 #undef mbedtls_setbuf
343 #define mbedtls_setbuf MBEDTLS_PLATFORM_SETBUF_MACRO macro
345 #define mbedtls_setbuf setbuf macro
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dplatform.h317 extern void (*mbedtls_setbuf)(FILE *stream, char *buf);
331 #undef mbedtls_setbuf
343 #define mbedtls_setbuf MBEDTLS_PLATFORM_SETBUF_MACRO macro
345 #define mbedtls_setbuf setbuf macro
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/psa/
H A Dkey_ladder_demo.c168 mbedtls_setbuf(key_file, NULL); in save_key()
225 mbedtls_setbuf(key_file, NULL); in import_key_from_file()
365 mbedtls_setbuf(input_file, NULL); in wrap_data()
411 mbedtls_setbuf(output_file, NULL); in wrap_data()
451 mbedtls_setbuf(input_file, NULL); in unwrap_data()
504 mbedtls_setbuf(output_file, NULL); in unwrap_data()
/aosp_15_r20/external/mbedtls/programs/psa/
H A Dkey_ladder_demo.c168 mbedtls_setbuf(key_file, NULL); in save_key()
225 mbedtls_setbuf(key_file, NULL); in import_key_from_file()
365 mbedtls_setbuf(input_file, NULL); in wrap_data()
411 mbedtls_setbuf(output_file, NULL); in wrap_data()
451 mbedtls_setbuf(input_file, NULL); in unwrap_data()
504 mbedtls_setbuf(output_file, NULL); in unwrap_data()
/aosp_15_r20/external/mbedtls/library/
H A Dplatform.c230 void (*mbedtls_setbuf)(FILE *stream, char *buf) = MBEDTLS_PLATFORM_STD_SETBUF; variable
234 mbedtls_setbuf = setbuf_func; in mbedtls_platform_set_setbuf()
303 mbedtls_setbuf(file, NULL); in mbedtls_platform_std_nv_seed_read()
325 mbedtls_setbuf(file, NULL); in mbedtls_platform_std_nv_seed_write()
H A Dpsa_its_file.c90 mbedtls_setbuf(*p_stream, NULL); in psa_its_read_file()
207 mbedtls_setbuf(stream, NULL); in psa_its_set()
H A Dhmac_drbg.c437 mbedtls_setbuf(f, NULL); in mbedtls_hmac_drbg_write_seed_file()
470 mbedtls_setbuf(f, NULL); in mbedtls_hmac_drbg_update_seed_file()
H A Dentropy.c419 mbedtls_setbuf(f, NULL); in mbedtls_entropy_write_seed_file()
450 mbedtls_setbuf(f, NULL); in mbedtls_entropy_update_seed_file()
H A Dctr_drbg.c597 mbedtls_setbuf(f, NULL); in mbedtls_ctr_drbg_write_seed_file()
632 mbedtls_setbuf(f, NULL); in mbedtls_ctr_drbg_update_seed_file()
H A Dentropy_poll.c187 mbedtls_setbuf(file, NULL); in mbedtls_platform_entropy_poll()
H A Dmd.c936 mbedtls_setbuf(f, NULL); in mbedtls_md_file()
H A Dpkparse.c75 mbedtls_setbuf(f, NULL); in mbedtls_pk_load_file()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dplatform.c230 void (*mbedtls_setbuf)(FILE *stream, char *buf) = MBEDTLS_PLATFORM_STD_SETBUF; variable
234 mbedtls_setbuf = setbuf_func; in mbedtls_platform_set_setbuf()
303 mbedtls_setbuf(file, NULL); in mbedtls_platform_std_nv_seed_read()
325 mbedtls_setbuf(file, NULL); in mbedtls_platform_std_nv_seed_write()
H A Dpsa_its_file.c90 mbedtls_setbuf(*p_stream, NULL); in psa_its_read_file()
202 mbedtls_setbuf(stream, NULL); in psa_its_set()
H A Dhmac_drbg.c437 mbedtls_setbuf(f, NULL); in mbedtls_hmac_drbg_write_seed_file()
470 mbedtls_setbuf(f, NULL); in mbedtls_hmac_drbg_update_seed_file()
H A Dentropy.c419 mbedtls_setbuf(f, NULL); in mbedtls_entropy_write_seed_file()
450 mbedtls_setbuf(f, NULL); in mbedtls_entropy_update_seed_file()
H A Dctr_drbg.c732 mbedtls_setbuf(f, NULL); in mbedtls_ctr_drbg_write_seed_file()
767 mbedtls_setbuf(f, NULL); in mbedtls_ctr_drbg_update_seed_file()
H A Dentropy_poll.c187 mbedtls_setbuf(file, NULL); in mbedtls_platform_entropy_poll()
H A Dmd.c936 mbedtls_setbuf(f, NULL); in mbedtls_md_file()
H A Dpkparse.c1308 mbedtls_setbuf(f, NULL); in mbedtls_pk_load_file()
/aosp_15_r20/external/mbedtls/programs/aes/
H A Dcrypt_and_hash.c144 mbedtls_setbuf(fin, NULL); in main()
145 mbedtls_setbuf(fout, NULL); in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/aes/
H A Dcrypt_and_hash.c148 mbedtls_setbuf(fin, NULL); in main()
149 mbedtls_setbuf(fout, NULL); in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/
H A Dssl_test_common_source.c93 mbedtls_setbuf(f, NULL); in nss_keylog_export()
/aosp_15_r20/external/mbedtls/programs/ssl/
H A Dssl_test_common_source.c93 mbedtls_setbuf(f, NULL); in nss_keylog_export()
/aosp_15_r20/external/mbedtls/
H A DChangeLog683 * Provide the missing definition of mbedtls_setbuf() in some configurations
868 * Add the platform function mbedtls_setbuf() to allow buffering to be

12