Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dpk.h56 #define MBEDTLS_ERR_PK_FILE_IO_ERROR -0x3E00 /**< Read/write of file failed. */ macro
A Dcompat-1.3.h1139 #define POLARSSL_ERR_PK_FILE_IO_ERROR MBEDTLS_ERR_PK_FILE_IO_ERROR
/AliOS-Things-master/components/py_engine/engine/lib/mbedtls_errors/
A Dmp_mbedtls_errors.c284 { -(MBEDTLS_ERR_PK_FILE_IO_ERROR), "PK_FILE_IO_ERROR" },
/AliOS-Things-master/components/mbedtls/library/
A Dpkparse.c88 return( MBEDTLS_ERR_PK_FILE_IO_ERROR ); in mbedtls_pk_load_file()
94 return( MBEDTLS_ERR_PK_FILE_IO_ERROR ); in mbedtls_pk_load_file()
114 return( MBEDTLS_ERR_PK_FILE_IO_ERROR ); in mbedtls_pk_load_file()
A Derror.c341 if( use_ret == -(MBEDTLS_ERR_PK_FILE_IO_ERROR) ) in mbedtls_strerror()

Completed in 20 milliseconds