Lines Matching defs:token_label
96 char *token_label; /* -T <token_label> */
174 cmd_info.token_label = NULL;
261 if (cmd_info.token_label != NULL ||
274 cmd_info.token_label = optarg;
306 (cmd_info.token_label == NULL)) ||
309 cryptodebug("Missing privpath|token_label/cert/elfobj");
316 (cmd_info.token_label == NULL)) ||
318 cryptodebug("Missing privpath|token_label/certreq");
380 "\t\t[-F <format>] -T <token_label> [-P <pin_file>] [elf_object]..."
387 "\telfsign request -r <certificate_request_file> -T <token_label>"
511 if (cmd_info.token_label &&
512 !elfcertlib_settoken(cmd_info.ess, cmd_info.token_label)) {
514 cmd_info.token_label);
546 cmd_info.token_label, pin)) {
548 "in token %s"), cmd_info.token_label);
601 cmd_info.privpath : cmd_info.token_label);
767 /* args checking verified (cmd_info.token_label != NULL) */
784 KMF_TOKEN_LABEL_ATTR, cmd_info.token_label,
785 strlen(cmd_info.token_label));