Lines Matching refs:st_logf

111 st_logf(const char *fmt, ...)
207 st_logf("attributes_match: %ld\n", (unsigned long)OBJECT_ID(obj));
221 st_logf("type %d attribute have no match\n", attributes[i].type);
225 st_logf("attribute matches\n");
235 st_logf("find objects: attrs: %lu\n", (unsigned long)num_attributes);
238 st_logf(" type: ");
247 st_logf("token: %s", *ck_true ? "TRUE" : "FALSE");
257 st_logf("class ");
260 st_logf("certificate");
263 st_logf("public key");
266 st_logf("private key");
269 st_logf("secret key");
272 st_logf("domain parameters");
275 st_logf("[class %lx]", (long unsigned)*class);
281 st_logf("private");
284 st_logf("label");
287 st_logf("application");
290 st_logf("value");
293 st_logf("id");
296 st_logf("[unknown 0x%08lx]", (unsigned long)attributes[i].type);
299 st_logf("\n");
437 st_logf("adding certificate\n");
506 st_logf("add cert ok: %lx\n", (unsigned long)OBJECT_ID(o));
540 st_logf("add key ok: %lx\n", (unsigned long)OBJECT_ID(o));
587 st_logf("something went wrong when adding cert!\n");
629 st_logf("failed to open file %s\n", cert_file);
636 st_logf("failed adding certs from file %s\n", cert_file);
702 st_logf("Can't open configuration file. No file specified\n");
708 st_logf("can't open configuration file %s\n", fn);
716 st_logf("line: %s\n", buf);
736 st_logf("no id\n");
739 st_logf("id: %s\n", id);
742 st_logf("no label\n");
747 st_logf("no certfiicate store\n");
751 st_logf("adding: %s: %s in file %s\n", id, label, cert);
761 st_logf("no filename\n");
776 st_logf("failed to open file: %s\n", name);
783 st_logf("argument to app-fatal\n");
792 st_logf("unknown app-fatal: %s\n", name);
795 st_logf("unknown type: %s\n", type);
807 st_logf("function not supported\n");
865 st_logf("Initialize\n");
897 st_logf("\tCreateMutex:\t%p\n", args->CreateMutex);
898 st_logf("\tDestroyMutext\t%p\n", args->DestroyMutex);
899 st_logf("\tLockMutext\t%p\n", args->LockMutex);
900 st_logf("\tUnlockMutext\t%p\n", args->UnlockMutex);
901 st_logf("\tFlags\t%04x\n", (unsigned int)args->flags);
924 st_logf("Finalize\n");
942 st_logf("GetInfo\n");
977 st_logf("GetSlotList: %s\n",
990 st_logf("GetSlotInfo: slot: %d : %s\n", (int)slotID, has_session());
1021 st_logf("GetTokenInfo: %s\n", has_session());
1075 st_logf("GetMechanismList\n");
1091 st_logf("GetMechanismInfo: slot %d type: %d\n",
1105 st_logf("InitToken: slot %d\n", (int)slotID);
1118 st_logf("OpenSession: slot: %d\n", (int)slotID);
1146 st_logf("CloseSession\n");
1162 st_logf("CloseAllSessions\n");
1175 st_logf("GetSessionInfo\n");
1203 st_logf("Login\n");
1209 st_logf("type: %d password: %s\n", (int)userType, pin);
1228 st_logf("Logout\n");
1240 st_logf("GetObjectSize\n");
1261 st_logf("GetAttributeValue: %lx\n",
1266 st_logf("object not found: %lx\n",
1272 st_logf(" getting 0x%08lx\n", (unsigned long)pTemplate[i].type);
1289 st_logf("key type: 0x%08lx not found\n", (unsigned long)pTemplate[i].type);
1304 st_logf("FindObjectsInit\n");
1338 st_logf("find all objects\n");
1358 st_logf("FindObjects\n");
1372 st_logf("FindObjects: %d\n", i);
1394 st_logf("FindObjectsFinal\n");
1453 st_logf("DigestInit\n");
1474 st_logf("SignInit\n");
1505 st_logf("Sign\n");
1515 st_logf("signature len NULL\n");
1521 st_logf("data NULL\n");
1529 st_logf("private key NULL\n");
1575 st_logf("SignUpdate\n");
1587 st_logf("SignUpdate\n");
1607 st_logf("VerifyInit\n");
1638 st_logf("Verify\n");
1682 st_logf("VerifyUpdate\n");
1693 st_logf("VerifyFinal\n");
1704 st_logf("GenerateRandom\n");