Lines Matching defs:unwrap_template
1254 CK_ATTRIBUTE unwrap_template[4];
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[2].pValue = &falsevalue;
1360 unwrap_template[2].ulValueLen = sizeof (falsevalue);
1362 unwrap_template[3].type = CKA_TOKEN;
1363 unwrap_template[3].pValue = &falsevalue;
1364 unwrap_template[3].ulValueLen = sizeof (falsevalue);
1367 sizeof (unwrap_template) / sizeof (CK_ATTRIBUTE);
1392 unwrappingKey, wrappedKey, wrappedKeyLen, unwrap_template,
1412 wrappedKeyLen, unwrap_template,
1428 wrappedKeyLen, unwrap_template,