Searched refs:fwrite (Results 1 – 8 of 8) sorted by relevance
/optee_os-3.20.0/lib/libutils/isoc/ |
A D | fwrite.c | 10 size_t fwrite(const void *ptr, size_t size, size_t nmemb, FILE *stream) in fwrite() function
|
A D | sub.mk | 35 srcs-y += fwrite.c
|
/optee_os-3.20.0/lib/libutils/isoc/include/ |
A D | stdio.h | 42 size_t fwrite(const void *ptr, size_t size, size_t nmemb, FILE *stream);
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | platform.c | 310 if( ( n = fwrite( buf, 1, buf_len, file ) ) != buf_len ) in mbedtls_platform_std_nv_seed_write()
|
A D | hmac_drbg.c | 451 if( fwrite( buf, 1, sizeof( buf ), f ) != sizeof( buf ) ) in mbedtls_hmac_drbg_write_seed_file()
|
A D | ctr_drbg.c | 627 if( fwrite( buf, 1, MBEDTLS_CTR_DRBG_MAX_INPUT, f ) != in mbedtls_ctr_drbg_write_seed_file()
|
A D | entropy.c | 490 if( fwrite( buf, 1, MBEDTLS_ENTROPY_BLOCK_SIZE, f ) != MBEDTLS_ENTROPY_BLOCK_SIZE ) in mbedtls_entropy_write_seed_file()
|
A D | bignum.c | 729 if( fwrite( p, 1, plen, fout ) != plen || in mbedtls_mpi_write_file() 730 fwrite( s, 1, slen, fout ) != slen ) in mbedtls_mpi_write_file()
|
Completed in 13 milliseconds