Home
last modified time | relevance | path

Searched refs:CRYPT_KEYSET (Results 1 – 25 of 44) sorted by relevance

12

/dports/security/cryptlib/cryptlib-3.4.3/misc/
H A Duser.c91 static int openKeyset( OUT_HANDLE_OPT CRYPT_KEYSET *iKeyset, in openKeyset()
100 assert( isWritePtr( iKeyset, sizeof( CRYPT_KEYSET ) ) ); in openKeyset()
140 assert( isWritePtr( iUserKeyset, sizeof( CRYPT_KEYSET ) ) ); in openUserKeyset()
152 static int openIndexKeyset( OUT CRYPT_KEYSET *iIndexKeyset, in openIndexKeyset()
155 assert( isWritePtr( iIndexKeyset, sizeof( CRYPT_KEYSET ) ) ); in openIndexKeyset()
165 static int addKey( IN_HANDLE const CRYPT_KEYSET iUserKeyset, in addKey()
690 CRYPT_KEYSET iUserKeyset;
1004 CRYPT_KEYSET iIndexKeyset, iUserKeyset; in createPrimarySoUser()
1145 CRYPT_KEYSET iIndexKeyset, iUserKeyset; in createUserKeyset()
1204 CRYPT_KEYSET iUserKeyset; in setUserPassword()
[all …]
H A Duser_rw.c281 static int readTrustedCerts( IN_HANDLE const CRYPT_KEYSET iCryptKeyset, in readTrustedCerts()
324 CRYPT_KEYSET iCryptKeyset; in readConfig()
H A Duser.h91 CRYPT_KEYSET iKeyset; /* Keyset */
/dports/security/cryptlib/cryptlib-3.4.3/bindings/
H A Dcryptlib.pas1451 CRYPT_KEYSET = Integer;
1877 function cryptKeysetOpen( var keyset: CRYPT_KEYSET; in cryptKeysetOpen()
1890 function cryptGetPublicKey( const keyset: CRYPT_KEYSET; in cryptGetPublicKey()
1896 function cryptGetPrivateKey( const keyset: CRYPT_KEYSET; in cryptGetPrivateKey()
1903 function cryptGetKey( const keyset: CRYPT_KEYSET; in cryptGetKey()
1913 function cryptAddPublicKey( const keyset: CRYPT_KEYSET; in cryptAddPublicKey()
1922 function cryptDeleteKey( const keyset: CRYPT_KEYSET; in cryptDeleteKey()
1998 function cryptCAAddItem( const keyset: CRYPT_KEYSET; in cryptCAAddItem()
2002 function cryptCAGetItem( const keyset: CRYPT_KEYSET; in cryptCAGetItem()
2009 function cryptCADeleteItem( const keyset: CRYPT_KEYSET; in cryptCADeleteItem()
[all …]
/dports/security/cryptlib/cryptlib-3.4.3/
H A Dcryptlib.h1739 typedef int CRYPT_KEYSET; typedef
2118 C_RET cryptKeysetClose( C_IN CRYPT_KEYSET keyset );
2123 C_RET cryptGetPublicKey( C_IN CRYPT_KEYSET keyset,
2128 C_RET cryptGetPrivateKey( C_IN CRYPT_KEYSET keyset,
2133 C_RET cryptGetKey( C_IN CRYPT_KEYSET keyset,
2141 C_RET cryptAddPublicKey( C_IN CRYPT_KEYSET keyset,
2148 C_RET cryptDeleteKey( C_IN CRYPT_KEYSET keyset,
2212 C_RET cryptCAAddItem( C_IN CRYPT_KEYSET keyset,
2215 C_RET cryptCAGetItem( C_IN CRYPT_KEYSET keyset,
2221 C_RET cryptCADeleteItem( C_IN CRYPT_KEYSET keyset,
[all …]
H A Dcryptapi.c2398 C_RET cryptKeysetClose( C_IN CRYPT_KEYSET keyset ) in cryptKeysetClose()
3035 C_RET cryptCAAddItem( C_IN CRYPT_KEYSET keyset, in cryptCAAddItem()
3064 C_RET cryptCAGetItem( C_IN CRYPT_KEYSET keyset, in cryptCAGetItem()
3172 C_RET cryptCADeleteItem( C_IN CRYPT_KEYSET keyset, in cryptCADeleteItem()
3245 C_IN CRYPT_KEYSET keyset, in cryptCACertManagement()
3425 C_RET cryptGetPublicKey( C_IN CRYPT_KEYSET keyset, in cryptGetPublicKey()
3773 C_RET cryptDeleteKey( C_IN CRYPT_KEYSET keyset, in cryptDeleteKey()
4112 C_RET cryptCAAddItem( C_IN CRYPT_KEYSET keyset, in cryptCAAddItem()
4118 C_RET cryptCAGetItem( C_IN CRYPT_KEYSET keyset, in cryptCAGetItem()
4141 C_IN CRYPT_KEYSET keyset, in cryptCACertManagement()
[all …]
H A Dcryptkey.c1098 static int openKeyset( OUT_HANDLE_OPT CRYPT_KEYSET *iCryptKeyset, in openKeyset()
1100 IN_ENUM( CRYPT_KEYSET ) const CRYPT_KEYSET_TYPE keysetType, in openKeyset()
1114 assert( isWritePtr( iCryptKeyset, sizeof( CRYPT_KEYSET ) ) ); in openKeyset()
1387 CRYPT_KEYSET iCryptKeyset; in createKeyset()
/dports/security/cryptlib/cryptlib-3.4.3/test/
H A Dkeyfile.c204 CRYPT_KEYSET cryptKeyset; in getPGPPublicKey()
318 CRYPT_KEYSET cryptKeyset; in getPGPPrivateKey()
469 CRYPT_KEYSET cryptKeyset; in borkenKeyImport()
658 CRYPT_KEYSET cryptKeyset; in readFileKey()
742 CRYPT_KEYSET cryptKeyset; in writeFileKey()
883 CRYPT_KEYSET cryptKeyset; in fileKeyImport()
971 CRYPT_KEYSET cryptKeyset; in testReadFilePublicKey()
1024 CRYPT_KEYSET cryptKeyset; in readCert()
1111 CRYPT_KEYSET cryptKeyset; in testReadCorruptedKey()
1167 CRYPT_KEYSET cryptKeyset; in testAddTrustedCert()
[all …]
H A Ds_cmp.c341 const CRYPT_KEYSET cryptKeyset ) in createCmpNewKeyRequest()
420 const CRYPT_KEYSET cryptKeyset ) in createCmpRequest()
500 const CRYPT_KEYSET pnpPkiKeyset ) in createCmpSession()
606 CRYPT_KEYSET cryptKeyset = CRYPT_UNUSED; in requestCert()
839 CRYPT_KEYSET cryptKeyset; in revokeCert()
860 CRYPT_KEYSET cryptKeyset; in revokeCert()
1517 CRYPT_KEYSET cryptKeyset; in connectPNPPKI()
1771 CRYPT_KEYSET cryptCertStore; in cmpServer()
1891 CRYPT_KEYSET cryptCertStore; in cmpServerRA()
1934 CRYPT_KEYSET cryptCertStore; in cmpServerFail()
[all …]
H A Dcertproc.c479 static int addCertRequest( const CRYPT_KEYSET cryptCertStore, in addCertRequest()
583 static int addRevRequest( const CRYPT_KEYSET cryptCertStore,
632 static int issueCert( const CRYPT_KEYSET cryptCertStore, in issueCert()
678 static int checkInvalidIssueRejected( const CRYPT_KEYSET cryptCertStore, in checkInvalidIssueRejected()
740 static int issueCRL( const CRYPT_KEYSET cryptCertStore, in issueCRL()
776 static CRYPT_CERTIFICATE getCertFromTemplate( const CRYPT_KEYSET cryptCertStore, in getCertFromTemplate()
796 CRYPT_KEYSET cryptCertStore; in testCertManagement()
H A Ds_scep.c205 static int addPKIUser( const CRYPT_KEYSET cryptCertStore, in addPKIUser()
369 CRYPT_KEYSET cryptCertStore; in pkiGetUserInfo()
450 CRYPT_KEYSET *cryptCertStore, const C_STR keyFileName, in pkiServerInit()
533 CRYPT_KEYSET cryptKeyset; in getScepCACert()
910 CRYPT_KEYSET cryptKeyset; in connectSCEP()
954 CRYPT_KEYSET cryptCertStore; in scepServer()
H A Dkeydbx.c92 static int checkKeysetCRL( const CRYPT_KEYSET cryptKeyset, in checkKeysetCRL()
155 CRYPT_KEYSET cryptKeyset; in testKeysetRead()
272 CRYPT_KEYSET cryptKeyset; in testKeysetWrite()
616 CRYPT_KEYSET cryptKeyset; in testQuery()
847 CRYPT_KEYSET cryptKeyset; in testReadCertLDAP()
H A Dsreqresp.c46 CRYPT_KEYSET cryptCertStore; in connectCertstoreServer()
145 CRYPT_KEYSET cryptKeyset; in connectCertstoreClient()
302 CRYPT_KEYSET cryptCertStore; in connectRTCS()
365 CRYPT_KEYSET cryptKeyset; in connectRTCS()
677 CRYPT_KEYSET cryptCertStore; in connectOCSP()
H A Ddevices.c1726 static int openCertStore( CRYPT_KEYSET *cryptCertStore ) in openCertStore()
1755 static int initUserInfo( const CRYPT_KEYSET cryptCertStore, in initUserInfo()
1822 CRYPT_KEYSET cryptCertStore; in getUserInfo()
1874 const CRYPT_KEYSET cryptCertStore ) in pnpServer()
2018 CRYPT_KEYSET cryptCertStore; in testServer()
H A Dtestfunc.c201 CRYPT_KEYSET cryptKeyset; in checkCreateDatabaseKeyset()
240 CRYPT_KEYSET cryptKeyset; in checkCreateDatabaseCertstore()
280 CRYPT_KEYSET cryptKeyset; in checkCreateDatabaseKeysets()
H A Denvelope.c1583 CRYPT_KEYSET cryptKeyset; in envelopePKCDecrypt()
1669 CRYPT_KEYSET cryptKeyset; in envelopePKCCrypt()
2288 CRYPT_KEYSET cryptKeyset; in envelopeSigCheck()
2424 CRYPT_KEYSET cryptKeyset; in envelopeSign()
3077 CRYPT_KEYSET cryptKeyset; in envelopeAuthent()
3999 CRYPT_KEYSET cryptKeyset; in cmsEnvelopeDecrypt()
4119 CRYPT_KEYSET cryptKeyset = externalKeyset; in cmsEnvelopeCrypt()
4309 CRYPT_KEYSET cryptKeyset; in testCMSEnvelopePKCCryptDoubleCert()
5024 CRYPT_KEYSET cryptKeyset; in xxxEncryptedDataImport()
H A Dutils.c157 CRYPT_KEYSET cryptKeyset; in checkFileAccess()
289 CRYPT_KEYSET cryptKeyset; in checkNetworkAccess()
430 CRYPT_KEYSET cryptKeyset; in getPublicKey()
453 CRYPT_KEYSET cryptKeyset; in getPrivateKey()
/dports/security/cryptlib/cryptlib-3.4.3/envelope/
H A Denvelope.h622 CRYPT_KEYSET iDecryptionKeyset;
623 CRYPT_KEYSET iEncryptionKeyset;
624 CRYPT_KEYSET iSigCheckKeyset;
957 IN_HANDLE const CRYPT_KEYSET keyset );
H A Dres_env.c396 IN_HANDLE const CRYPT_KEYSET keyset ) in addKeysetInfo()
398 CRYPT_KEYSET *iKeysetPtr; in addKeysetInfo()
/dports/security/cryptlib/cryptlib-3.4.3/cert/
H A Dtrustmgr.h39 IN_HANDLE_OPT const CRYPT_KEYSET iCryptKeyset );
/dports/security/cryptlib/cryptlib-3.4.3/device/
H A Dhardware.c112 static int openStorageObject( CRYPT_KEYSET *iCryptKeyset, in openStorageObject()
120 assert( isWritePtr( iCryptKeyset, sizeof( CRYPT_KEYSET ) ) ); in openStorageObject()
267 CRYPT_KEYSET iCryptKeyset; in initFunction()
357 CRYPT_KEYSET iCryptKeyset; in controlFunction()
H A Ddevice.h137 CRYPT_KEYSET iCryptKeyset; /* Key storage */
/dports/security/cryptlib/cryptlib-3.4.3/session/
H A Dcmp.c457 CRYPT_KEYSET privKeyset = *( ( CRYPT_KEYSET * ) data ); in setAttributeFunction()
/dports/net-p2p/transmission-remote-gui/transgui-5.18.0/synapse/source/lib/
H A Dssl_cryptlib.pas233 keyset: CRYPT_KEYSET;
286 keysetobj: CRYPT_KEYSET;
/dports/comms/cqrlog/cqrlog-2.5.0/src/synapse/
H A Dssl_cryptlib.pas233 keyset: CRYPT_KEYSET;
286 keysetobj: CRYPT_KEYSET;

12