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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeysUtil.c1258 CK_ATTRIBUTE keytemplate[4]; local
1266 keytemplate[0].type = CKA_CLASS;
1267 keytemplate[0].pValue = &keyclass;
1268 keytemplate[0].ulValueLen = sizeof (keyclass);
1270 keytemplate[1].type = CKA_KEY_TYPE;
1271 keytemplate[1].pValue = &keytype;
1272 keytemplate[1].ulValueLen = sizeof (keytype);
1274 keytemplate[2].type = CKA_SIGN;
1275 keytemplate[2].pValue = &True;
1276 keytemplate[
[all...]

Completed in 56 milliseconds