Home
last modified time | relevance | path

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

/dports/security/cryptlib/cryptlib-3.4.3/session/
H A Drtcs.c33 ACTION_UNWRAP, /* Unwrap raw data */ enumerator
61 { OID_CRYPTLIB_RTCSREQ, ACTION_UNWRAP },
62 { OID_CRYPTLIB_RTCSRESP, ACTION_UNWRAP },
63 { OID_CRYPTLIB_RTCSRESP_EXT, ACTION_UNWRAP },
289 if( actionType != ACTION_UNWRAP ) in readClientRequest()