Lines Matching defs:st_logf

101 st_logf(const char *fmt, ...)
196 st_logf("attributes_match: %ld\n", (unsigned long)OBJECT_ID(obj));
210 st_logf("type %d attribute have no match\n", attributes[i].type);
214 st_logf("attribute matches\n");
224 st_logf("find objects: attrs: %lu\n", (unsigned long)num_attributes);
227 st_logf(" type: ");
236 st_logf("token: %s", *ck_true ? "TRUE" : "FALSE");
246 st_logf("class ");
249 st_logf("certificate");
252 st_logf("public key");
255 st_logf("private key");
258 st_logf("secret key");
261 st_logf("domain parameters");
264 st_logf("[class %lx]", (long unsigned)*class);
270 st_logf("private");
273 st_logf("label");
276 st_logf("application");
279 st_logf("value");
282 st_logf("id");
285 st_logf("[unknown 0x%08lx]", (unsigned long)attributes[i].type);
288 st_logf("\n");
428 st_logf("adding certificate\n");
497 st_logf("add cert ok: %lx\n", (unsigned long)OBJECT_ID(o));
531 st_logf("add key ok: %lx\n", (unsigned long)OBJECT_ID(o));
578 st_logf("something went wrong when adding cert!\n");
620 st_logf("failed to open file %s\n", cert_file);
627 st_logf("failed adding certs from file %s\n", cert_file);
695 st_logf("can't open configuration file %s\n", fn);
704 st_logf("line: %s\n", buf);
724 st_logf("no id\n");
727 st_logf("id: %s\n", id);
730 st_logf("no label\n");
735 st_logf("no certfiicate store\n");
739 st_logf("adding: %s: %s in file %s\n", id, label, cert);
749 st_logf("no filename\n");
761 st_logf("failed to open file: %s\n", name);
768 st_logf("argument to app-fatal\n");
777 st_logf("unknown app-fatal: %s\n", name);
780 st_logf("unknown type: %s\n", type);
792 st_logf("function not supported\n");
803 st_logf("Initialize\n");
835 st_logf("\tCreateMutex:\t%p\n", args->CreateMutex);
836 st_logf("\tDestroyMutext\t%p\n", args->DestroyMutex);
837 st_logf("\tLockMutext\t%p\n", args->LockMutex);
838 st_logf("\tUnlockMutext\t%p\n", args->UnlockMutex);
839 st_logf("\tFlags\t%04x\n", (unsigned int)args->flags);
884 st_logf("Finalize\n");
902 st_logf("GetInfo\n");
937 st_logf("GetSlotList: %s\n",
950 st_logf("GetSlotInfo: slot: %d : %s\n", (int)slotID, has_session());
981 st_logf("GetTokenInfo: %s\n", has_session());
1035 st_logf("GetMechanismList\n");
1051 st_logf("GetMechanismInfo: slot %d type: %d\n",
1065 st_logf("InitToken: slot %d\n", (int)slotID);
1078 st_logf("OpenSession: slot: %d\n", (int)slotID);
1106 st_logf("CloseSession\n");
1122 st_logf("CloseAllSessions\n");
1135 st_logf("GetSessionInfo\n");
1163 st_logf("Login\n");
1169 st_logf("type: %d password: %s\n", (int)userType, pin);
1188 st_logf("Logout\n");
1200 st_logf("GetObjectSize\n");
1221 st_logf("GetAttributeValue: %lx\n",
1226 st_logf("object not found: %lx\n",
1232 st_logf(" getting 0x%08lx\n", (unsigned long)pTemplate[i].type);
1249 st_logf("key type: 0x%08lx not found\n", (unsigned long)pTemplate[i].type);
1264 st_logf("FindObjectsInit\n");
1298 st_logf("find all objects\n");
1318 st_logf("FindObjects\n");
1332 st_logf("FindObjects: %d\n", i);
1354 st_logf("FindObjectsFinal\n");
1413 st_logf("DigestInit\n");
1434 st_logf("SignInit\n");
1465 st_logf("Sign\n");
1475 st_logf("signature len NULL\n");
1481 st_logf("data NULL\n");
1489 st_logf("private key NULL\n");
1535 st_logf("SignUpdate\n");
1547 st_logf("SignUpdate\n");
1567 st_logf("VerifyInit\n");
1598 st_logf("Verify\n");
1642 st_logf("VerifyUpdate\n");
1653 st_logf("VerifyFinal\n");
1664 st_logf("GenerateRandom\n");