Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/programs/util/
Dpem2der.c105 static int load_file(const char *path, unsigned char **buf, size_t *n) in load_file() function
212 ret = load_file(opt.filename, &pem_buffer, &pem_size); in main()
/openthread-latest/third_party/mbedtls/repo/library/
Ddhm.c580 static int load_file(const char *path, unsigned char **buf, size_t *n) in load_file() function
633 if ((ret = load_file(path, &buf, &n)) != 0) { in mbedtls_dhm_parse_dhmfile()
/openthread-latest/third_party/mbedtls/repo/
DChangeLog5317 * Fixed potential negative value misinterpretation in load_file()
5525 * Potential negative value misinterpretation in load_file()
5931 load_file()