Searched refs:mbedtls_pk_load_file (Results 1 – 5 of 5) sorted by relevance
/third_party/mbedtls/include/mbedtls/ |
D | pk.h | 876 int mbedtls_pk_load_file( const char *path, unsigned char **buf, size_t *n );
|
/third_party/mbedtls/library/ |
D | pkparse.c | 73 int mbedtls_pk_load_file( const char *path, unsigned char **buf, size_t *n ) in mbedtls_pk_load_file() function 136 if( ( ret = mbedtls_pk_load_file( path, &buf, &n ) ) != 0 ) in mbedtls_pk_parse_keyfile() 163 if( ( ret = mbedtls_pk_load_file( path, &buf, &n ) ) != 0 ) in mbedtls_pk_parse_public_keyfile()
|
D | x509_csr.c | 314 if( ( ret = mbedtls_pk_load_file( path, &buf, &n ) ) != 0 ) in mbedtls_x509_csr_parse_file()
|
D | x509_crl.c | 605 if( ( ret = mbedtls_pk_load_file( path, &buf, &n ) ) != 0 ) in mbedtls_x509_crl_parse_file()
|
D | x509_crt.c | 1551 if( ( ret = mbedtls_pk_load_file( path, &buf, &n ) ) != 0 ) in mbedtls_x509_crt_parse_file()
|