Searched refs:SW_ERR_BASE (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/engines/vendor_defns/
H A Dcswift.h51 #define SW_ERR_BASE (-10000L) macro
52 #define SW_ERR_NO_CARD (SW_ERR_BASE-1) /* The Card is not present */
53 #define SW_ERR_CARD_NOT_READY (SW_ERR_BASE-2) /* The card has not powered */
55 #define SW_ERR_TIME_OUT (SW_ERR_BASE-3) /* Execution of a command */
57 #define SW_ERR_NO_EXECUTE (SW_ERR_BASE-4) /* The Card failed to */
59 #define SW_ERR_INPUT_NULL_PTR (SW_ERR_BASE-5) /* a required pointer is */
61 #define SW_ERR_INPUT_SIZE (SW_ERR_BASE-6) /* size is invalid, too */
63 #define SW_ERR_INVALID_HANDLE (SW_ERR_BASE-7) /* Invalid SW_ACC_CONTEXT */
65 #define SW_ERR_PENDING (SW_ERR_BASE-8) /* A request is already out- */
68 #define SW_ERR_AVAILABLE (SW_ERR_BASE
[all...]

Completed in 24 milliseconds