Home
last modified time | relevance | path

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

/dports/security/cryptlib/cryptlib-3.4.3/envelope/
H A Denv_attr.c477 contentListItem->keyIDsize ); in instantiateCertChain()
510 REQUIRES( contentListItem != NULL ); in getCurrentAttributeInfo()
521 *valuePtr = contentListItem->envInfo; in getCurrentAttributeInfo()
542 contentListItem->keyID, contentListItem->keyIDsize, in getCurrentAttributeInfo()
644 contentListItem != NULL ); in getSignatureResult()
671 REQUIRES( contentListItem != NULL ); in getSignatureResult()
737 contentListItem->keyID, contentListItem->keyIDsize, in getSignatureResult()
794 REQUIRES( contentListItem != NULL ); in getSignatureKey()
1260 CONTENT_LIST *contentListItem = \ in getEnvelopeAttribute() local
1302 CONTENT_LIST *contentListItem; in getEnvelopeAttributeS() local
[all …]
H A Dpgp_denv.c168 CONTENT_LIST *contentListItem; in addContentListItem() local
258 contentListItem != NULL && \ in addContentListItem()
261 contentListItem = contentListItem->next, iterationCount++ ); in addContentListItem()
263 ENSURES( contentListItem != NULL && \ in addContentListItem()
264 contentListItem->object == NULL && \ in addContentListItem()
265 contentListItem->objectSize == 0 ); in addContentListItem()
280 contentListItem->object = object; in addContentListItem()
391 contentListItem->payload = \ in addContentListItem()
422 &contentListItem ); in addContentListItem()
433 &contentListItem ); in addContentListItem()
[all …]
H A Dcms_denv.c114 contentListItem->envInfo = CRYPT_ENVINFO_SESSIONKEY; in initExternalContentInfo()
176 contentListItem->envInfo = CRYPT_ENVINFO_PRIVATEKEY; in initPkcContentInfo()
179 contentListItem->envInfo = CRYPT_ENVINFO_SIGNATURE; in initPkcContentInfo()
194 memcpy( contentListItem->keyID, queryInfo->keyID, in initPkcContentInfo()
196 contentListItem->keyIDsize = queryInfo->keyIDlength; in initPkcContentInfo()
201 contentListItem->payloadSize = queryInfo->dataLength; in initPkcContentInfo()
237 contentListItem->envInfo = CRYPT_ENVINFO_PASSWORD; in initEncKeyContentInfo()
252 contentListItem->envInfo = CRYPT_ENVINFO_KEY; in initEncKeyContentInfo()
275 CONTENT_LIST *contentListItem; in addContentListItem() local
365 status = createContentListItem( &contentListItem, in addContentListItem()
[all …]
H A Dres_denv.c105 INOUT CONTENT_LIST *contentListItem ) in appendContentListItem() argument
126 contentListItem, contentListItem ); in appendContentListItem()
148 CONTENT_LIST *contentListItem = contentListCursor; in deleteContentList() local
153 if( contentListItem->type == CONTENT_SIGNATURE ) in deleteContentList()
155 CONTENT_SIG_INFO *sigInfo = &contentListItem->clSigInfo; in deleteContentList()
166 deleteDoubleListElement( contentListHeadPtrPtr, contentListItem ); in deleteContentList()
167 if( contentListItem->object != NULL ) in deleteContentList()
169 void *contentPtr = ( void * ) contentListItem->object; in deleteContentList()
174 zeroise( contentPtr, contentListItem->objectSize ); in deleteContentList()
177 zeroise( contentListItem, sizeof( CONTENT_LIST ) ); in deleteContentList()
[all …]
H A Denvelope.h943 INOUT CONTENT_LIST *contentListItem );