Home
last modified time | relevance | path

Searched refs:CRYPT_KEYOPT_LAST (Results 1 – 18 of 18) sorted by relevance

/dports/security/cryptlib/cryptlib-3.4.3/
H A Dcrypt.h130 #define CRYPT_KEYOPT_LAST CRYPT_KEYOPT_LAST, CRYPT_KEYOPT_ENUM = -50000 macro
240 #undef CRYPT_KEYOPT_LAST
H A Dcryptkey.c315 REQUIRES( options >= CRYPT_KEYOPT_NONE && options < CRYPT_KEYOPT_LAST ); in openKeysetStream()
1124 REQUIRES( options >= CRYPT_KEYOPT_NONE && options < CRYPT_KEYOPT_LAST ); in openKeyset()
1397 createInfo->arg2 < CRYPT_KEYOPT_LAST ); in createKeyset()
H A Dcryptlib.h1726 CRYPT_KEYOPT_LAST /* Last possible key option type */ enumerator
/dports/security/cryptlib/cryptlib-3.4.3/keyset/
H A Dhttp.c217 REQUIRES( options >= CRYPT_KEYOPT_NONE && options < CRYPT_KEYOPT_LAST ); in initFunction()
H A Ddbx_rpc.c94 cmd->arg[ 0 ] < CRYPT_KEYOPT_LAST ); in cmdOpen()
H A Dpgp.c924 REQUIRES( options >= CRYPT_KEYOPT_NONE && options < CRYPT_KEYOPT_LAST ); in initPublicFunction()
969 REQUIRES( options >= CRYPT_KEYOPT_NONE && options < CRYPT_KEYOPT_LAST ); in initPrivateFunction()
H A Ddbx_misc.c857 REQUIRES( options >= CRYPT_KEYOPT_NONE && options < CRYPT_KEYOPT_LAST ); in initFunction()
H A Ddbms.c62 REQUIRES( options >= CRYPT_KEYOPT_NONE && options < CRYPT_KEYOPT_LAST ); in openDatabase()
H A Dpkcs15.c655 REQUIRES( options >= CRYPT_KEYOPT_NONE && options < CRYPT_KEYOPT_LAST ); in initFunction()
H A Dpkcs12.c681 REQUIRES( options >= CRYPT_KEYOPT_NONE && options < CRYPT_KEYOPT_LAST ); in initFunction()
H A Dldap.c618 REQUIRES( options >= CRYPT_KEYOPT_NONE && options < CRYPT_KEYOPT_LAST ); in initFunction()
H A Dodbc.c1302 REQUIRES( options >= CRYPT_KEYOPT_NONE && options < CRYPT_KEYOPT_LAST ); in openDatabase()
/dports/security/cryptlib/cryptlib-3.4.3/misc/
H A Duser.c104 REQUIRES( options >= CRYPT_KEYOPT_NONE && options < CRYPT_KEYOPT_LAST ); in openKeyset()
143 REQUIRES( options >= CRYPT_KEYOPT_NONE && options < CRYPT_KEYOPT_LAST ); in openUserKeyset()
157 REQUIRES( options >= CRYPT_KEYOPT_NONE && options < CRYPT_KEYOPT_LAST ); in openIndexKeyset()
/dports/security/cryptlib/cryptlib-3.4.3/bindings/
H A DPerlCryptLib.ph2108 sub CRYPT_KEYOPT_LAST { 3 } subroutine
H A Dcryptlib.bas1434 CRYPT_KEYOPT_LAST ' Last possible key option type
H A Dcryptlib.pas1441 CRYPT_KEYOPT_LAST { Last possible key option type }
H A Dpython.c4250 v = Py_BuildValue("i", CRYPT_KEYOPT_LAST); in initcryptlib_py()
/dports/security/cryptlib/cryptlib-3.4.3/kernel/
H A Dmsg_acl.c439 CRYPT_KEYOPT_LAST - 1 ), /* Keyset options (may be _NONE) */