Home
last modified time | relevance | path

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

/dports/security/cryptlib/cryptlib-3.4.3/session/
H A Dcmp_rdmsg.c102 CRYPT_CONTEXT iSessionKey;
124 status = readContextAlgoID( stream, &iSessionKey, &queryInfo,
153 status = krnlSendMessage( iSessionKey, IMESSAGE_GETATTRIBUTE,
161 krnlSendNotifier( iSessionKey, IMESSAGE_DECREFCOUNT );
169 NULL, 0, iSessionKey, iImportContext );
175 krnlSendNotifier( iSessionKey, IMESSAGE_DECREFCOUNT );
184 status = krnlSendMessage( iSessionKey, IMESSAGE_CTX_DECRYPT,
186 krnlSendNotifier( iSessionKey, IMESSAGE_DECREFCOUNT );
/dports/security/cryptlib/cryptlib-3.4.3/envelope/
H A Dres_denv.c734 CRYPT_CONTEXT iSessionKey; in importSessionKey() local
825 iSessionKey = createInfo.cryptHandle; in importSessionKey()
831 iSessionKey, NULL ); in importSessionKey()
834 krnlSendNotifier( iSessionKey, IMESSAGE_DECREFCOUNT ); in importSessionKey()
837 *iSessionKeyContext = iSessionKey; in importSessionKey()
/dports/security/cryptlib/cryptlib-3.4.3/keyset/
H A Dpkcs15_getp.c278 static int importSessionKey( IN_HANDLE const CRYPT_CONTEXT iSessionKey, in importSessionKey() argument
295 REQUIRES( isHandleRangeValid( iSessionKey ) ); in importSessionKey()
358 iSessionKey, NULL ); in importSessionKey()
H A Dpgp.c88 static int createDecryptionContext( OUT_HANDLE_OPT CRYPT_CONTEXT *iSessionKey, in createDecryptionContext() argument
100 assert( isWritePtr( iSessionKey, sizeof( CRYPT_CONTEXT ) ) ); in createDecryptionContext()
151 *iSessionKey = iLocalContext; in createDecryptionContext()