Home
last modified time | relevance | path

Searched refs:CRYPT_KEYSET_ODBC_STORE (Results 1 – 11 of 11) sorted by relevance

/dports/security/cryptlib/cryptlib-3.4.3/keyset/
H A Ddbms.c633 case CRYPT_KEYSET_ODBC_STORE: in initDbxSession()
663 if( type == CRYPT_KEYSET_ODBC_STORE || \ in initDbxSession()
H A Ddbx_misc.c1064 if( type == CRYPT_KEYSET_ODBC_STORE || \ in setAccessMethodDBMS()
/dports/security/cryptlib/cryptlib-3.4.3/test/
H A Ddevices.c1736 CRYPT_KEYSET_ODBC_STORE, "testcertstore", in openCertStore()
1740 CRYPT_KEYSET_ODBC_STORE, "testcertstore", in openCertStore()
1828 CRYPT_KEYSET_ODBC_STORE, "testcertstore", in getUserInfo()
H A Dtest.h469 #define CERTSTORE_KEYSET_TYPE CRYPT_KEYSET_ODBC_STORE
H A Dtestfunc.c248 CRYPT_KEYSET_ODBC_STORE, CERTSTORE_KEYSET_NAME, in checkCreateDatabaseCertstore()
/dports/security/cryptlib/cryptlib-3.4.3/
H A Dcryptkey.c1167 case CRYPT_KEYSET_ODBC_STORE: in openKeyset()
1331 case CRYPT_KEYSET_ODBC_STORE: in openKeyset()
H A Dcryptlib.h297 CRYPT_KEYSET_ODBC_STORE, /* ODBC certificate store */ enumerator
/dports/security/cryptlib/cryptlib-3.4.3/bindings/
H A DPerlCryptLib.ph183 sub CRYPT_KEYSET_ODBC_STORE { 6 } subroutine
H A Dcryptlib.bas131 CRYPT_KEYSET_ODBC_STORE ' ODBC certificate store
H A Dcryptlib.pas146 CRYPT_KEYSET_ODBC_STORE, { ODBC certificate store }
H A Dpython.c1730 v = Py_BuildValue("i", CRYPT_KEYSET_ODBC_STORE); in initcryptlib_py()