Searched refs:pub_class (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Decc.c1050 ulong_t pub_key_type = ~0UL, pub_class = ~0UL; local
1068 pub_attribute_count, CKA_CLASS, &pub_class);
1082 if (pub_class != ~0UL && pub_class != CKO_PUBLIC_KEY) {
1085 pub_class = CKO_PUBLIC_KEY;
H A Ddprov.c7602 ulong_t pub_key_type = ~0UL, pub_class = ~0UL; local
7619 pub_attribute_count, DPROV_CKA_CLASS, &pub_class);
7633 if (pub_class != ~0UL && pub_class != DPROV_CKO_PUBLIC_KEY) {
7659 if (pub_class != ~0UL &&
7660 pub_class != DPROV_CKO_PUBLIC_KEY) {
7664 pub_class = DPROV_CKO_PUBLIC_KEY;
7690 attribute.oa_value = (char *)&pub_class;
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelKeys.c538 CK_ULONG pub_class = CKO_PUBLIC_KEY; local
593 pubTemplate[n].pValue = (caddr_t)&pub_class;
594 pubTemplate[n].ulValueLen = sizeof (pub_class);
865 CK_ULONG pub_class = CKO_PUBLIC_KEY; local
905 pubTemplate[n].pValue = (caddr_t)&pub_class;
906 pubTemplate[n].ulValueLen = sizeof (pub_class);
1149 CK_ULONG pub_class = CKO_PUBLIC_KEY; local
1190 pubTemplate[n].pValue = (caddr_t)&pub_class;
1191 pubTemplate[n].ulValueLen = sizeof (pub_class);

Completed in 88 milliseconds