Searched refs:load_file (Results 1 – 3 of 3) sorted by relevance
105 static int load_file(const char *path, unsigned char **buf, size_t *n) in load_file() function212 ret = load_file(opt.filename, &pem_buffer, &pem_size); in main()
580 static int load_file(const char *path, unsigned char **buf, size_t *n) in load_file() function633 if ((ret = load_file(path, &buf, &n)) != 0) { in mbedtls_dhm_parse_dhmfile()
5317 * Fixed potential negative value misinterpretation in load_file()5525 * Potential negative value misinterpretation in load_file()5931 load_file()