Searched refs:wrappedKeyLen (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaObjectManager.c | 1245 CK_ULONG wrappedKeyLen = 0; in clone_by_wrap() local 1336 wrappingKey, slot_object->hObject, NULL, &wrappedKeyLen); in clone_by_wrap() 1342 wrappedKey = malloc(wrappedKeyLen * sizeof (CK_BYTE)); in clone_by_wrap() 1351 wrappingKey, slot_object->hObject, wrappedKey, &wrappedKeyLen); in clone_by_wrap() 1392 unwrappingKey, wrappedKey, wrappedKeyLen, unwrap_template, in clone_by_wrap() 1412 wrappedKeyLen, unwrap_template, in clone_by_wrap() 1428 wrappedKeyLen, unwrap_template, in clone_by_wrap()
|