Home
last modified time | relevance | path

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

/dports/security/cryptlib/cryptlib-3.4.3/keyset/
H A Dpkcs15_atwr.c79 if( pkcs15infoPtr->openPGPKeyIDlength <= 0 ) in getKeyIDs()
87 pkcs15infoPtr->openPGPKeyIDlength = msgData.length; in getKeyIDs()
364 if( pkcs15infoPtr->openPGPKeyIDlength > 0 ) in sizeofObjectIDs()
369 sizeofObject( pkcs15infoPtr->openPGPKeyIDlength ) ); in sizeofObjectIDs()
437 if( pkcs15infoPtr->openPGPKeyIDlength > 0 ) in writeObjectIDs()
440 sizeofObject( pkcs15infoPtr->openPGPKeyIDlength ) ); in writeObjectIDs()
443 pkcs15infoPtr->openPGPKeyIDlength, in writeObjectIDs()
H A Dpkcs15_rd.c76 if( pkcs15objectInfo->openPGPKeyIDlength > 0 ) in copyObjectIdInfo()
79 pkcs15objectInfo->openPGPKeyIDlength ); in copyObjectIdInfo()
80 pkcs15infoPtr->openPGPKeyIDlength = pkcs15objectInfo->openPGPKeyIDlength; in copyObjectIdInfo()
H A Dpkcs15.h247 BUFFER( KEYID_SIZE, openPGPKeyIDlength ) \
250 int pgp2KeyIDlength, openPGPKeyIDlength; member
H A Dpkcs15.c97 pkcs15infoPtr->openPGPKeyIDlength < 0 || \ in sanityCheck()
98 pkcs15infoPtr->openPGPKeyIDlength > PGP_KEYID_SIZE ) in sanityCheck()
305 pkcs15infoPtr->openPGPKeyIDlength, keyID, in findEntry()
H A Dpkcs15_get.c56 if( pkcs15infoPtr->openPGPKeyIDlength > 0 ) in setKeyAttributes()
61 pkcs15infoPtr->openPGPKeyIDlength ); in setKeyAttributes()
H A Dpkcs15_atrd.c176 &pkcs15infoPtr->openPGPKeyIDlength, in readKeyIdentifiers()