Home
last modified time | relevance | path

Searched refs:mbedtls_pk_load_file (Results 1 – 7 of 7) sorted by relevance

/mbedtls-3.6.0/tests/suites/
Dtest_suite_pkwrite.function84 /* Note: if mbedtls_pk_load_file() successfully reads the file, then
86 TEST_EQUAL(mbedtls_pk_load_file(key_file, &check_buf, &check_buf_len), 0);
92 * Unfortunately mbedtls_pk_load_file() loads files in binary format,
184 TEST_EQUAL(mbedtls_pk_load_file(pub_key_file, &pub_key_raw,
Dtest_suite_pkcs7.function48 res = mbedtls_pk_load_file(pkcs7_file, &pkcs7_buf, &buflen);
110 res = mbedtls_pk_load_file(pkcs7_file, &pkcs7_buf, &buflen);
/mbedtls-3.6.0/include/mbedtls/
Dpk.h1057 int mbedtls_pk_load_file(const char *path, unsigned char **buf, size_t *n);
/mbedtls-3.6.0/library/
Dpkparse.c65 int mbedtls_pk_load_file(const char *path, unsigned char **buf, size_t *n) in mbedtls_pk_load_file() function
122 if ((ret = mbedtls_pk_load_file(path, &buf, &n)) != 0) { in mbedtls_pk_parse_keyfile()
147 if ((ret = mbedtls_pk_load_file(path, &buf, &n)) != 0) { in mbedtls_pk_parse_public_keyfile()
Dx509_csr.c445 if ((ret = mbedtls_pk_load_file(path, &buf, &n)) != 0) { in mbedtls_x509_csr_parse_file()
Dx509_crl.c572 if ((ret = mbedtls_pk_load_file(path, &buf, &n)) != 0) { in mbedtls_x509_crl_parse_file()
Dx509_crt.c1511 if ((ret = mbedtls_pk_load_file(path, &buf, &n)) != 0) { in mbedtls_x509_crt_parse_file()