Skip to content

Instantly share code, notes, and snippets.

@cipherboy
Created October 12, 2018 17:44
Show Gist options
  • Save cipherboy/dfda5e5afd3b8b017fabcd015a4fc737 to your computer and use it in GitHub Desktop.
Save cipherboy/dfda5e5afd3b8b017fabcd015a4fc737 to your computer and use it in GitHub Desktop.
 gif 'CK_UNAVAILABLE_INFORMATION'
lib/util/pkcs11t.h:58:#define CK_UNAVAILABLE_INFORMATION (~0UL)
lib/ckfw/dbm/token.c:249: /* GetTotalPublicMemory defaults to CK_UNAVAILABLE_INFORMATION */
lib/ckfw/dbm/token.c:250: /* GetFreePublicMemory defaults to CK_UNAVAILABLE_INFORMATION */
lib/ckfw/dbm/token.c:251: /* GetTotalPrivateMemory defaults to CK_UNAVAILABLE_INFORMATION */
lib/ckfw/dbm/token.c:252: /* GetFreePrivateMemory defaults to CK_UNAVAILABLE_INFORMATION */
lib/ckfw/token.c:893: return CK_UNAVAILABLE_INFORMATION;
lib/ckfw/token.c:898: return CK_UNAVAILABLE_INFORMATION;
lib/ckfw/token.c:915: return CK_UNAVAILABLE_INFORMATION;
lib/ckfw/token.c:920: return CK_UNAVAILABLE_INFORMATION;
lib/ckfw/token.c:937: return CK_UNAVAILABLE_INFORMATION;
lib/ckfw/token.c:942: return CK_UNAVAILABLE_INFORMATION;
lib/ckfw/token.c:959: return CK_UNAVAILABLE_INFORMATION;
lib/ckfw/token.c:964: return CK_UNAVAILABLE_INFORMATION;
lib/ckfw/token.c:981: return CK_UNAVAILABLE_INFORMATION;
lib/ckfw/token.c:986: return CK_UNAVAILABLE_INFORMATION;
lib/ckfw/token.c:1003: return CK_UNAVAILABLE_INFORMATION;
lib/ckfw/token.c:1008: return CK_UNAVAILABLE_INFORMATION;
lib/ckfw/token.c:1025: return CK_UNAVAILABLE_INFORMATION;
lib/ckfw/token.c:1030: return CK_UNAVAILABLE_INFORMATION;
lib/ckfw/token.c:1047: return CK_UNAVAILABLE_INFORMATION;
lib/ckfw/token.c:1052: return CK_UNAVAILABLE_INFORMATION;
lib/ckfw/builtins/btoken.c:119: NULL, /* GetMaxSessionCount -- default is CK_UNAVAILABLE_INFORMATION */
lib/ckfw/builtins/btoken.c:120: NULL, /* GetMaxRwSessionCount -- default is CK_UNAVAILABLE_INFORMATION */
lib/ckfw/builtins/btoken.c:123: NULL, /* GetTotalPublicMemory -- default is CK_UNAVAILABLE_INFORMATION */
lib/ckfw/builtins/btoken.c:124: NULL, /* GetFreePublicMemory -- default is CK_UNAVAILABLE_INFORMATION */
lib/ckfw/builtins/btoken.c:125: NULL, /* GetTotalPrivateMemory -- default is CK_UNAVAILABLE_INFORMATION */
lib/ckfw/builtins/btoken.c:126: NULL, /* GetFreePrivateMemory -- default is CK_UNAVAILABLE_INFORMATION */
lib/ckfw/nssckmdt.h:615: * if unimplemented, the special value CK_UNAVAILABLE_INFORMATION
lib/ckfw/nssckmdt.h:629: * CK_UNAVAILABLE_INFORMATION is assumed. XXX fgmr-- or
lib/ckfw/nssckmdt.h:642: * if unimplemented, the special value CK_UNAVAILABLE_INFORMATION
lib/ckfw/nssckmdt.h:655: * unimplemented, the special value CK_UNAVAILABLE_INFORMATION
lib/ckfw/nssckmdt.h:669: * CK_UNAVAILABLE_INFORMATION is assumed.
lib/ckfw/nssckmdt.h:682: * CK_UNAVAILABLE_INFORMATION is assumed.
lib/ckfw/nssckmdt.h:695: * CK_UNAVAILABLE_INFORMATION is assumed.
lib/ckfw/nssckmdt.h:708: * CK_UNAVAILABLE_INFORMATION is assumed.
lib/ckfw/capi/ctoken.c:168: NULL, /* GetMaxSessionCount -- default is CK_UNAVAILABLE_INFORMATION */
lib/ckfw/capi/ctoken.c:169: NULL, /* GetMaxRwSessionCount -- default is CK_UNAVAILABLE_INFORMATION */
lib/ckfw/capi/ctoken.c:172: NULL, /* GetTotalPublicMemory -- default is CK_UNAVAILABLE_INFORMATION */
lib/ckfw/capi/ctoken.c:173: NULL, /* GetFreePublicMemory -- default is CK_UNAVAILABLE_INFORMATION */
lib/ckfw/capi/ctoken.c:174: NULL, /* GetTotalPrivateMemory -- default is CK_UNAVAILABLE_INFORMATION */
lib/ckfw/capi/ctoken.c:175: NULL, /* GetFreePrivateMemory -- default is CK_UNAVAILABLE_INFORMATION */
lib/pk11wrap/pk11akey.c:603: if (pk11KeyType == CK_UNAVAILABLE_INFORMATION) {
lib/pk11wrap/pk11obj.c:141: CK_ULONG value = CK_UNAVAILABLE_INFORMATION;
lib/pk11wrap/debug_module.c:675: /* XXX check for the special value CK_UNAVAILABLE_INFORMATION */
lib/pk11wrap/pk11skey.c:726: if (keyLength != CK_UNAVAILABLE_INFORMATION) {
cmd/lib/pk11table.c:582: mkEntry(CK_UNAVAILABLE_INFORMATION, CurrentSize),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment