Home
last modified time | relevance | path

Searched refs:load_file (Results 1 – 3 of 3) sorted by relevance

/net-tools-3.4.0/mbedtls-2.4.0/programs/util/
Dpem2der.c119 static int load_file( const char *path, unsigned char **buf, size_t *n ) in load_file() function
227 ret = load_file( opt.filename, &pem_buffer, &pem_size ); in main()
/net-tools-3.4.0/mbedtls-2.4.0/library/
Ddhm.c517 static int load_file( const char *path, unsigned char **buf, size_t *n ) in load_file() function
568 if( ( ret = load_file( path, &buf, &n ) ) != 0 ) in mbedtls_dhm_parse_dhmfile()
/net-tools-3.4.0/mbedtls-2.4.0/
DChangeLog1285 * Fixed potential negative value misinterpretation in load_file()
1493 * Potential negative value misinterpretation in load_file()
1899 load_file()