Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
Dpk.h876 int mbedtls_pk_load_file( const char *path, unsigned char **buf, size_t *n );
/third_party/mbedtls/library/
Dpkparse.c73 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()
Dx509_csr.c314 if( ( ret = mbedtls_pk_load_file( path, &buf, &n ) ) != 0 ) in mbedtls_x509_csr_parse_file()
Dx509_crl.c605 if( ( ret = mbedtls_pk_load_file( path, &buf, &n ) ) != 0 ) in mbedtls_x509_crl_parse_file()
Dx509_crt.c1551 if( ( ret = mbedtls_pk_load_file( path, &buf, &n ) ) != 0 ) in mbedtls_x509_crt_parse_file()