Searched refs:wrappedKeyLen (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaObjectManager.c | 1249 CK_ULONG wrappedKeyLen = 0; in clone_by_wrap() local 1340 wrappingKey, slot_object->hObject, NULL, &wrappedKeyLen); in clone_by_wrap() 1346 wrappedKey = malloc(wrappedKeyLen * sizeof (CK_BYTE)); in clone_by_wrap() 1355 wrappingKey, slot_object->hObject, wrappedKey, &wrappedKeyLen); in clone_by_wrap() 1396 unwrappingKey, wrappedKey, wrappedKeyLen, unwrap_template, in clone_by_wrap() 1416 wrappedKeyLen, unwrap_template, in clone_by_wrap() 1432 wrappedKeyLen, unwrap_template, in clone_by_wrap() 1498 freezero(wrappedKey, wrappedKeyLen); in clone_by_wrap()
|