Lines Matching refs:label
1 /* set_key_id [-s slot] [-p $pin] -n $keytag {-i $id | -l $label} */
29 char *label = NULL;
56 label = optarg;
71 if ((errflg) || (!nid) || ((!oid) && (!label))) {
74 "{ -i old_id | -l label }\n");
77 if (!label)
80 printf("label %s new %i\n", label, nid);
82 search_template[0].pValue = label;
83 search_template[0].ulValueLen = strlen(label);