Home
last modified time | relevance | path

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

12

/external/mbedtls/include/mbedtls/
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
/external/openthread/third_party/mbedtls/repo/include/mbedtls/
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
/external/openthread/third_party/mbedtls/repo/library/
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()
Dpsa_its_file.c90 mbedtls_setbuf(*p_stream, NULL); in psa_its_read_file()
202 mbedtls_setbuf(stream, NULL); in psa_its_set()
Dentropy_poll.c187 mbedtls_setbuf(file, NULL); in mbedtls_platform_entropy_poll()
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()
Dentropy.c419 mbedtls_setbuf(f, NULL); in mbedtls_entropy_write_seed_file()
450 mbedtls_setbuf(f, NULL); in mbedtls_entropy_update_seed_file()
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()
Dmd.c936 mbedtls_setbuf(f, NULL); in mbedtls_md_file()
Dpkparse.c1308 mbedtls_setbuf(f, NULL); in mbedtls_pk_load_file()
/external/mbedtls/library/
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()
Dpsa_its_file.c90 mbedtls_setbuf(*p_stream, NULL); in psa_its_read_file()
207 mbedtls_setbuf(stream, NULL); in psa_its_set()
Dentropy_poll.c187 mbedtls_setbuf(file, NULL); in mbedtls_platform_entropy_poll()
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()
Dentropy.c419 mbedtls_setbuf(f, NULL); in mbedtls_entropy_write_seed_file()
450 mbedtls_setbuf(f, NULL); in mbedtls_entropy_update_seed_file()
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()
Dmd.c936 mbedtls_setbuf(f, NULL); in mbedtls_md_file()
Dpkparse.c75 mbedtls_setbuf(f, NULL); in mbedtls_pk_load_file()
/external/mbedtls/programs/psa/
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()
/external/openthread/third_party/mbedtls/repo/programs/psa/
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()
/external/mbedtls/programs/aes/
Dcrypt_and_hash.c144 mbedtls_setbuf(fin, NULL); in main()
145 mbedtls_setbuf(fout, NULL); in main()
/external/openthread/third_party/mbedtls/repo/programs/aes/
Dcrypt_and_hash.c148 mbedtls_setbuf(fin, NULL); in main()
149 mbedtls_setbuf(fout, NULL); in main()
/external/openthread/third_party/mbedtls/repo/programs/ssl/
Dssl_test_common_source.c93 mbedtls_setbuf(f, NULL); in nss_keylog_export()
/external/mbedtls/programs/ssl/
Dssl_test_common_source.c93 mbedtls_setbuf(f, NULL); in nss_keylog_export()
/external/openthread/third_party/mbedtls/repo/
DChangeLog943 * Provide the missing definition of mbedtls_setbuf() in some configurations
1128 * Add the platform function mbedtls_setbuf() to allow buffering to be

12