Home
last modified time | relevance | path

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

/net-tools-3.5.0/mbedtls-2.4.0/include/mbedtls/
Dpk.h609 int mbedtls_pk_load_file( const char *path, unsigned char **buf, size_t *n );
Dcompat-1.3.h2214 #define pk_load_file mbedtls_pk_load_file
/net-tools-3.5.0/mbedtls-2.4.0/library/
Dpkparse.c76 int mbedtls_pk_load_file( const char *path, unsigned char **buf, size_t *n ) in mbedtls_pk_load_file() function
128 if( ( ret = mbedtls_pk_load_file( path, &buf, &n ) ) != 0 ) in mbedtls_pk_parse_keyfile()
152 if( ( ret = mbedtls_pk_load_file( path, &buf, &n ) ) != 0 ) in mbedtls_pk_parse_public_keyfile()
Dx509_csr.c323 if( ( ret = mbedtls_pk_load_file( path, &buf, &n ) ) != 0 ) in mbedtls_x509_csr_parse_file()
Dx509_crl.c560 if( ( ret = mbedtls_pk_load_file( path, &buf, &n ) ) != 0 ) in mbedtls_x509_crl_parse_file()
Dx509_crt.c1091 if( ( ret = mbedtls_pk_load_file( path, &buf, &n ) ) != 0 ) in mbedtls_x509_crt_parse_file()
/net-tools-3.5.0/mbedtls-2.4.0/scripts/data_files/
Drename-1.3-2.0.txt1757 pk_load_file mbedtls_pk_load_file