/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | platform.h | 317 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 D | platform.h | 317 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 D | key_ladder_demo.c | 168 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 D | key_ladder_demo.c | 168 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 D | platform.c | 230 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 D | psa_its_file.c | 90 mbedtls_setbuf(*p_stream, NULL); in psa_its_read_file() 207 mbedtls_setbuf(stream, NULL); in psa_its_set()
|
H A D | hmac_drbg.c | 437 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 D | entropy.c | 419 mbedtls_setbuf(f, NULL); in mbedtls_entropy_write_seed_file() 450 mbedtls_setbuf(f, NULL); in mbedtls_entropy_update_seed_file()
|
H A D | ctr_drbg.c | 597 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 D | entropy_poll.c | 187 mbedtls_setbuf(file, NULL); in mbedtls_platform_entropy_poll()
|
H A D | md.c | 936 mbedtls_setbuf(f, NULL); in mbedtls_md_file()
|
H A D | pkparse.c | 75 mbedtls_setbuf(f, NULL); in mbedtls_pk_load_file()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | platform.c | 230 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 D | psa_its_file.c | 90 mbedtls_setbuf(*p_stream, NULL); in psa_its_read_file() 202 mbedtls_setbuf(stream, NULL); in psa_its_set()
|
H A D | hmac_drbg.c | 437 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 D | entropy.c | 419 mbedtls_setbuf(f, NULL); in mbedtls_entropy_write_seed_file() 450 mbedtls_setbuf(f, NULL); in mbedtls_entropy_update_seed_file()
|
H A D | ctr_drbg.c | 732 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 D | entropy_poll.c | 187 mbedtls_setbuf(file, NULL); in mbedtls_platform_entropy_poll()
|
H A D | md.c | 936 mbedtls_setbuf(f, NULL); in mbedtls_md_file()
|
H A D | pkparse.c | 1308 mbedtls_setbuf(f, NULL); in mbedtls_pk_load_file()
|
/aosp_15_r20/external/mbedtls/programs/aes/ |
H A D | crypt_and_hash.c | 144 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 D | crypt_and_hash.c | 148 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 D | ssl_test_common_source.c | 93 mbedtls_setbuf(f, NULL); in nss_keylog_export()
|
/aosp_15_r20/external/mbedtls/programs/ssl/ |
H A D | ssl_test_common_source.c | 93 mbedtls_setbuf(f, NULL); in nss_keylog_export()
|
/aosp_15_r20/external/mbedtls/ |
H A D | ChangeLog | 683 * Provide the missing definition of mbedtls_setbuf() in some configurations 868 * Add the platform function mbedtls_setbuf() to allow buffering to be
|