Home
last modified time | relevance | path

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

/third_party/mbedtls/tests/suites/
Dtest_suite_pkcs7.function47 res = mbedtls_pk_load_file(pkcs7_file, &pkcs7_buf, &buflen);
109 res = mbedtls_pk_load_file(pkcs7_file, &pkcs7_buf, &buflen);
/third_party/mbedtls/library/
Dpkparse.c61 int mbedtls_pk_load_file(const char *path, unsigned char **buf, size_t *n) in mbedtls_pk_load_file() function
119 if ((ret = mbedtls_pk_load_file(path, &buf, &n)) != 0) { in mbedtls_pk_parse_keyfile()
145 if ((ret = mbedtls_pk_load_file(path, &buf, &n)) != 0) { in mbedtls_pk_parse_public_keyfile()
Dx509_csr.c457 if ((ret = mbedtls_pk_load_file(path, &buf, &n)) != 0) { in mbedtls_x509_csr_parse_file()
Dx509_crl.c584 if ((ret = mbedtls_pk_load_file(path, &buf, &n)) != 0) { in mbedtls_x509_crl_parse_file()
Dx509_crt.c1396 if ((ret = mbedtls_pk_load_file(path, &buf, &n)) != 0) { in mbedtls_x509_crt_parse_file()
/third_party/mbedtls/include/mbedtls/
Dpk.h1018 int mbedtls_pk_load_file(const char *path, unsigned char **buf, size_t *n);