Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dpk.h740 int mbedtls_pk_load_file( const char *path, unsigned char **buf, size_t *n );
A Dcompat-1.3.h2143 #define pk_load_file mbedtls_pk_load_file
/AliOS-Things-master/components/mbedtls/library/
A Dx509_csr.c310 if( ( ret = mbedtls_pk_load_file( path, &buf, &n ) ) != 0 ) in mbedtls_x509_csr_parse_file()
A Dpkparse.c78 int mbedtls_pk_load_file( const char *path, unsigned char **buf, size_t *n ) in mbedtls_pk_load_file() function
140 if( ( ret = mbedtls_pk_load_file( path, &buf, &n ) ) != 0 ) in mbedtls_pk_parse_keyfile()
167 if( ( ret = mbedtls_pk_load_file( path, &buf, &n ) ) != 0 ) in mbedtls_pk_parse_public_keyfile()
A Dx509_crl.c610 if( ( ret = mbedtls_pk_load_file( path, &buf, &n ) ) != 0 ) in mbedtls_x509_crl_parse_file()
A Dx509_crt.c1268 if( ( ret = mbedtls_pk_load_file( path, &buf, &n ) ) != 0 ) in mbedtls_x509_crt_parse_file()

Completed in 30 milliseconds