Home
last modified time | relevance | path

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

/dports/security/cryptlib/cryptlib-3.4.3/mechs/
H A Dsign_cms.c41 CRYPT_CERTIFICATE iCmsAttributes; /* CMS attributes */ member
63 ( attributeInfo )->iCmsAttributes = cmsAttributes; \
326 REQUIRES_V( isHandleRangeValid( iCmsAttributes ) ); in addSmimeCapabilities()
404 ( void ) krnlSendMessage( cmsAttributeInfo->iCmsAttributes, in hashCmsAttributes()
423 status = krnlSendMessage( cmsAttributeInfo->iCmsAttributes, in hashCmsAttributes()
446 ( void ) krnlSendMessage( cmsAttributeInfo->iCmsAttributes, in hashCmsAttributes()
465 status = krnlSendMessage( cmsAttributeInfo->iCmsAttributes, in hashCmsAttributes()
511 ( cmsAttributeInfo->iCmsAttributes == CRYPT_UNUSED && \
540 cmsAttributeInfo->iCmsAttributes = createInfo.cryptHandle;
571 krnlSendNotifier( cmsAttributeInfo->iCmsAttributes,
[all …]
/dports/security/cryptlib/cryptlib-3.4.3/session/
H A Dscep_svr.c57 CRYPT_CERTIFICATE iCmsAttributes; in sendErrorResponse() local
67 &iCmsAttributes, MESSAGETYPE_CERTREP, in sendErrorResponse()
81 iCmsAttributes, &errorInfo ); in sendErrorResponse()
82 krnlSendNotifier( iCmsAttributes, IMESSAGE_DECREFCOUNT ); in sendErrorResponse()
371 CRYPT_CERTIFICATE iCmsAttributes; in checkScepRequest() local
393 &protocolInfo->iScepCert, &iCmsAttributes, in checkScepRequest()
486 status = getScepStatusValue( iCmsAttributes, in checkScepRequest()
492 krnlSendNotifier( iCmsAttributes, IMESSAGE_DECREFCOUNT ); in checkScepRequest()
642 CRYPT_CERTIFICATE iCmsAttributes; in createScepResponse() local
683 &iCmsAttributes, MESSAGETYPE_CERTREP, in createScepResponse()
[all …]
H A Drtcs.c152 CRYPT_CERTIFICATE iCmsAttributes; in readServerResponse() local
189 &iCmsAttributes, &errorInfo ); in readServerResponse()
202 krnlSendNotifier( iCmsAttributes, IMESSAGE_DECREFCOUNT ); in readServerResponse()
366 CRYPT_CERTIFICATE iCmsAttributes = CRYPT_UNUSED; in sendServerResponse() local
402 iCmsAttributes = createInfo.cryptHandle; in sendServerResponse()
409 krnlSendNotifier( iCmsAttributes, IMESSAGE_DECREFCOUNT ); in sendServerResponse()
422 if( iCmsAttributes != CRYPT_UNUSED ) in sendServerResponse()
423 krnlSendNotifier( iCmsAttributes, IMESSAGE_DECREFCOUNT ); in sendServerResponse()
436 sessionInfoPtr->privateKey, iCmsAttributes, in sendServerResponse()
438 if( iCmsAttributes != CRYPT_UNUSED ) in sendServerResponse()
[all …]
H A Dscep.c277 CRYPT_CERTIFICATE iCmsAttributes; in createScepAttributes() local
316 iCmsAttributes = createInfo.cryptHandle; in createScepAttributes()
318 status = krnlSendMessage( iCmsAttributes, IMESSAGE_SETATTRIBUTE_S, in createScepAttributes()
324 status = krnlSendMessage( iCmsAttributes, IMESSAGE_SETATTRIBUTE_S, in createScepAttributes()
329 krnlSendNotifier( iCmsAttributes, IMESSAGE_DECREFCOUNT ); in createScepAttributes()
346 krnlSendMessage( iCmsAttributes, IMESSAGE_SETATTRIBUTE_S, in createScepAttributes()
360 krnlSendNotifier( iCmsAttributes, IMESSAGE_DECREFCOUNT ); in createScepAttributes()
389 krnlSendNotifier( iCmsAttributes, IMESSAGE_DECREFCOUNT ); in createScepAttributes()
392 *iScepAttributes = iCmsAttributes; in createScepAttributes()
412 REQUIRES( isHandleRangeValid( iCmsAttributes ) ); in getScepStatusValue()
[all …]
H A Dscep_cli.c729 CRYPT_CERTIFICATE iCmsAttributes; in createScepRequest() local
792 &iCmsAttributes, isPendingRequest ? \ in createScepRequest()
811 iCmsAttributes, &errorInfo ); in createScepRequest()
812 krnlSendNotifier( iCmsAttributes, IMESSAGE_DECREFCOUNT ); in createScepRequest()
837 IN_HANDLE const CRYPT_CERTIFICATE iCmsAttributes ) in checkScepStatus() argument
865 REQUIRES( isHandleRangeValid( iCmsAttributes ) ); in checkScepStatus()
868 status = getScepStatusValue( iCmsAttributes, in checkScepStatus()
879 status = getScepStatusValue( iCmsAttributes, in checkScepStatus()
900 status = getScepStatusValue( iCmsAttributes, in checkScepStatus()
932 CRYPT_CERTIFICATE iCmsAttributes; in checkScepResponse() local
[all …]
H A Dtsp.c245 CRYPT_CERTIFICATE iCmsAttributes; variable
277 iCmsAttributes = createInfo.cryptHandle;
283 status = krnlSendMessage( iCmsAttributes, IMESSAGE_SETATTRIBUTE_S,
289 krnlSendNotifier( iCmsAttributes, IMESSAGE_DECREFCOUNT );
306 krnlSendNotifier( iCmsAttributes, IMESSAGE_DECREFCOUNT );
331 IMESSAGE_SETATTRIBUTE, &iCmsAttributes,
337 krnlSendNotifier( iCmsAttributes, IMESSAGE_DECREFCOUNT );
H A Dscep.h128 int getScepStatusValue( IN_HANDLE const CRYPT_CERTIFICATE iCmsAttributes,
/dports/security/cryptlib/cryptlib-3.4.3/misc/
H A Dint_env.c260 IN_HANDLE_OPT const CRYPT_CERTIFICATE iCmsAttributes, in IN_BUFFER_OPT()
279 isHandleRangeValid( iCmsAttributes ) ) ); in IN_BUFFER_OPT()
286 REQUIRES( iCmsAttributes == CRYPT_UNUSED || \ in IN_BUFFER_OPT()
287 isHandleRangeValid( iCmsAttributes ) ); in IN_BUFFER_OPT()
329 ( MESSAGE_CAST ) &iCmsAttributes, in IN_BUFFER_OPT()
397 OUT_OPT_HANDLE_OPT CRYPT_CERTIFICATE *iCmsAttributes, in IN_BUFFER()
412 assert( iCmsAttributes == NULL || \ in IN_BUFFER()
430 if( iCmsAttributes != NULL ) in IN_BUFFER()
431 *iCmsAttributes = CRYPT_ERROR; in IN_BUFFER()
503 if( cryptStatusOK( status ) && iCmsAttributes != NULL ) in IN_BUFFER()
[all …]
H A Dint_api.h1298 IN_HANDLE_OPT const CRYPT_CERTIFICATE iCmsAttributes,
1309 OUT_OPT_HANDLE_OPT CRYPT_CERTIFICATE *iCmsAttributes,