Home
last modified time | relevance | path

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

/dports/security/openct/openct-0.6.20/src/include/openct/
H A Derror.h38 #define IFD_ERROR_NOT_CONNECTED -103 macro
/dports/security/opensc/OpenSC-0.22.0/src/libopensc/
H A Dreader-openct.c298 if (rc == IFD_ERROR_NOT_CONNECTED) { in openct_reader_internal_transmit()
430 if (rc == IFD_ERROR_NOT_CONNECTED) { in openct_reader_lock()
458 if (rc == IFD_ERROR_NOT_CONNECTED) in openct_reader_unlock()
/dports/security/openct/openct-0.6.20/src/ifd/
H A Dria-server.c184 return IFD_ERROR_NOT_CONNECTED; in ria_svc_app_handler()
248 return IFD_ERROR_NOT_CONNECTED; in ria_svc_dev_handler()
H A Dria.c305 if (rc == IFD_ERROR_NOT_CONNECTED) { in ifd_remote_send()
354 if (n == IFD_ERROR_NOT_CONNECTED) { in ifd_remote_recv()
/dports/security/openct/openct-0.6.20/src/ct/
H A Dsocket.c588 rc = IFD_ERROR_NOT_CONNECTED; in ct_socket_flsbuf()
/dports/security/openct/openct-0.6.20/doc/nonpersistent/
H A DChangeLog4597 * trunk/src/include/openct/error.h: - added IFD_ERROR_NOT_CONNECTED