Lines Matching refs:size_t
114 extern void * (*mbedtls_calloc)( size_t n, size_t size );
125 int mbedtls_platform_set_calloc_free( void * (*calloc_func)( size_t, size_t ),
191 int mbedtls_platform_win32_snprintf( char *s, size_t n, const char *fmt, ... );
195 extern int (*mbedtls_snprintf)( char * s, size_t n, const char * format, ... );
204 int mbedtls_platform_set_snprintf( int (*snprintf_func)( char * s, size_t n,
259 int mbedtls_platform_std_nv_seed_read( unsigned char *buf, size_t buf_len );
260 int mbedtls_platform_std_nv_seed_write( unsigned char *buf, size_t buf_len );
264 extern int (*mbedtls_nv_seed_read)( unsigned char *buf, size_t buf_len );
265 extern int (*mbedtls_nv_seed_write)( unsigned char *buf, size_t buf_len );
276 int (*nv_seed_read_func)( unsigned char *buf, size_t buf_len ),
277 int (*nv_seed_write_func)( unsigned char *buf, size_t buf_len )