Searched defs:unwrap_template (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c1254 CK_ATTRIBUTE unwrap_template[4]; local
1274 unwrap_template[0].type = CKA_CLASS;
1275 unwrap_template[0].pValue = &obj_class;
1276 unwrap_template[0].ulValueLen = sizeof (obj_class);
1278 unwrap_template[1].type = CKA_KEY_TYPE;
1279 unwrap_template[1].pValue = &key_type;
1280 unwrap_template[1].ulValueLen = sizeof (key_type);
1284 unwrap_template, 2);
1358 unwrap_template[2].type = CKA_SENSITIVE;
1359 unwrap_template[
[all...]

Completed in 293 milliseconds