Searched refs:mbedtls_pk_load_file (Results 1 – 6 of 6) sorted by relevance
/third_party/mbedtls/tests/suites/ |
D | test_suite_pkcs7.function | 47 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/ |
D | pkparse.c | 61 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()
|
D | x509_csr.c | 457 if ((ret = mbedtls_pk_load_file(path, &buf, &n)) != 0) { in mbedtls_x509_csr_parse_file()
|
D | x509_crl.c | 584 if ((ret = mbedtls_pk_load_file(path, &buf, &n)) != 0) { in mbedtls_x509_crl_parse_file()
|
D | x509_crt.c | 1396 if ((ret = mbedtls_pk_load_file(path, &buf, &n)) != 0) { in mbedtls_x509_crt_parse_file()
|
/third_party/mbedtls/include/mbedtls/ |
D | pk.h | 1018 int mbedtls_pk_load_file(const char *path, unsigned char **buf, size_t *n);
|