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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c1245 CK_ULONG wrappedKeyLen = 0; local
1336 wrappingKey, slot_object->hObject, NULL, &wrappedKeyLen);
1342 wrappedKey = malloc(wrappedKeyLen * sizeof (CK_BYTE));
1351 wrappingKey, slot_object->hObject, wrappedKey, &wrappedKeyLen);
1392 unwrappingKey, wrappedKey, wrappedKeyLen, unwrap_template,
1412 wrappedKeyLen, unwrap_template,
1428 wrappedKeyLen, unwrap_template,

Completed in 46 milliseconds