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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c1244 CK_BYTE *wrappedKey = NULL; local
1342 wrappedKey = malloc(wrappedKeyLen * sizeof (CK_BYTE));
1343 if (wrappedKey == NULL) {
1351 wrappingKey, slot_object->hObject, wrappedKey, &wrappedKeyLen);
1392 unwrappingKey, wrappedKey, wrappedKeyLen, unwrap_template,
1411 &wrappingMech, wrappingKey, wrappedKey,
1427 &wrappingMech, unwrappingKey, wrappedKey,
1493 if (wrappedKey) {
1494 free(wrappedKey);

Completed in 46 milliseconds