Home
last modified time | relevance | path

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

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

Completed in 12 milliseconds