Lines Matching refs:CKA_LABEL

122     // If multiple certs are found to share the same CKA_LABEL
140 * all sharing the same CKA_LABEL. These must be resolved
143 * In addition, private keys and certs may not have a CKA_LABEL.
149 * Furthermore, secret keys are assumed to have a CKA_LABEL
161 // CKA_LABEL of cert and secret key
1103 // set new CKA_LABEL/CKA_ID
1417 * existing cert (only update CKA_ID/CKA_LABEL).
1431 // NSS does not allow resetting of CKA_LABEL on an existing cert
1468 new CK_ATTRIBUTE(CKA_LABEL, alias),
1566 attrList.add(new CK_ATTRIBUTE(CKA_LABEL, alias));
1591 // end cert has CKA_LABEL and CKA_ID set to alias.
1642 new CK_ATTRIBUTE(CKA_LABEL, alias),
2098 "with CKA_LABEL [" +
2179 * @param cka_label the CKA_LABEL if type is ATTR_CLASS_SKEY
2191 new CK_ATTRIBUTE(CKA_LABEL, cka_label),
2204 "with CKA_LABEL [" +
2227 // see if token ignored CKA_LABEL during search (e.g. NSS)
2235 { new CK_ATTRIBUTE(CKA_LABEL) };
2243 // yes, there was only one CKA_LABEL that matched
2249 " secret keys sharing CKA_LABEL [" +
2280 * Assume all secret keys have a unique CKA_LABEL.
2282 * @return true if multiple certs found sharing the same CKA_LABEL
2315 // If cert does not have a CKA_LABEL nor CKA_ID, it is ignored.
2317 // Get the CKA_LABEL for each cert
2318 // (if the cert does not have a CKA_LABEL, use the CKA_ID).
2320 // Map each cert to the its CKA_LABEL
2321 // (multiple certs may be mapped to a single CKA_LABEL)
2333 attrs = new CK_ATTRIBUTE[] { new CK_ATTRIBUTE(CKA_LABEL) };
2340 // there is a CKA_LABEL
2348 // GetAttributeValue for CKA_LABEL not supported
2364 // use CKA_ID as CKA_LABEL
2428 attrs = new CK_ATTRIBUTE[] { new CK_ATTRIBUTE(CKA_LABEL) };
2432 // there is a CKA_LABEL
2439 "CKA_LABEL [" +
2461 * if found cert, see if cert CKA_LABEL is unique.
2462 * if CKA_LABEL unique, map private key/cert alias to that CKA_LABEL.
2463 * if CKA_LABEL not unique, map private key/cert alias to:
2464 * CKA_LABEL + ALIAS_SEP + ISSUER + ALIAS_SEP + SERIAL
2497 // unique CKA_LABEL - use certLabel as alias
2531 * if CKA_LABEL unique, map cert to CKA_LABEL.
2532 * if CKA_LABEL not unique, map cert to [label+issuer+serialNum]
2537 * @return true if multiple certs found sharing the same CKA_LABEL
2634 // unique CKA_LABEL - use certLabel as alias
2646 * If the secret key shares a CKA_LABEL with another entry,
2654 "found secret key sharing CKA_LABEL [" +