Home
last modified time | relevance | path

Searched refs:CRYPT_DEVICE_LAST (Results 1 – 9 of 9) sorted by relevance

/dports/security/cryptlib/cryptlib-3.4.3/
H A Dcrypt.h115 #define CRYPT_DEVICE_LAST CRYPT_DEVICE_LAST, CRYPT_DEVICE_ENUM = -50000 macro
225 #undef CRYPT_DEVICE_LAST
H A Dcryptdev.c504 deviceType < CRYPT_DEVICE_LAST ); in openDevice()
644 createInfo->arg1 < CRYPT_DEVICE_LAST ); in createDevice()
H A Dcryptlib.h316 CRYPT_DEVICE_LAST /* Last possible crypto device type */ enumerator
H A Dcryptapi.c144 cmd->arg[ 2 ] >= CRYPT_DEVICE_LAST ) in cmdCreateObject()
2062 if( deviceType <= CRYPT_DEVICE_NONE || deviceType >= CRYPT_DEVICE_LAST ) in cryptDeviceOpen()
/dports/security/cryptlib/cryptlib-3.4.3/bindings/
H A DPerlCryptLib.ph208 sub CRYPT_DEVICE_LAST { 5 } subroutine
H A Dcryptlib.bas148 CRYPT_DEVICE_LAST ' Last possible crypto device type
H A Dcryptlib.pas161 CRYPT_DEVICE_LAST { Last possible crypto device type }
H A Dpython.c1762 v = Py_BuildValue("i", CRYPT_DEVICE_LAST); in initcryptlib_py()
/dports/security/cryptlib/cryptlib-3.4.3/kernel/
H A Dmsg_acl.c463 { MKACP_N( CRYPT_DEVICE_NONE + 1, CRYPT_DEVICE_LAST - 1 ),