Searched refs:fwrite (Results 1 – 9 of 9) sorted by relevance
| /optee_os/lib/libutils/isoc/ |
| H A D | fwrite.c | 10 size_t fwrite(const void *ptr, size_t size, size_t nmemb, FILE *stream) in fwrite() function
|
| H A D | sub.mk | 36 srcs-y += fwrite.c
|
| /optee_os/lib/libutils/isoc/include/ |
| H A D | stdio.h | 42 size_t fwrite(const void *ptr, size_t size, size_t nmemb, FILE *stream);
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | psa_its_file.c | 205 n = fwrite(&header, 1, sizeof(header), stream); in psa_its_set() 210 n = fwrite(p_data, 1, data_length, stream); in psa_its_set()
|
| H A D | platform.c | 327 if ((n = fwrite(buf, 1, buf_len, file)) != buf_len) { in mbedtls_platform_std_nv_seed_write()
|
| H A D | hmac_drbg.c | 443 if (fwrite(buf, 1, sizeof(buf), f) != sizeof(buf)) { in mbedtls_hmac_drbg_write_seed_file()
|
| H A D | entropy.c | 425 if (fwrite(buf, 1, MBEDTLS_ENTROPY_BLOCK_SIZE, f) != MBEDTLS_ENTROPY_BLOCK_SIZE) { in mbedtls_entropy_write_seed_file()
|
| H A D | ctr_drbg.c | 739 if (fwrite(buf, 1, MBEDTLS_CTR_DRBG_MAX_INPUT, f) != in mbedtls_ctr_drbg_write_seed_file()
|
| H A D | bignum.c | 824 if (fwrite(p, 1, plen, fout) != plen || in mbedtls_mpi_write_file() 825 fwrite(s, 1, slen, fout) != slen) { in mbedtls_mpi_write_file()
|