Lines Matching refs:private
29 * and cleans up. User must be logged into the token to list private
132 return (gettext("RSA private key"));
134 return (gettext("DSA private key"));
136 return (gettext("ECDSA private key"));
313 boolean_t private = B_FALSE;
320 * Symmetric keys and RSA/DSA/ECDSA private keys are always
353 private = ((oclass & PK_PRIVATE_OBJ) > 0);
356 KMF_PRIVATE_BOOL_ATTR, &private,
357 sizeof (private));
382 /* list asymmetric private keys */
384 "asymmetric private");
428 private = B_FALSE;
490 KMF_PRIVATE_BOOL_ATTR, &private,
491 sizeof (private));
583 /* list asymmetric private keys */
585 "asymmetric private");
754 /* list asymmetric private keys */
756 "asymmetric private");