Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c1244 CK_BYTE *wrappedKey = NULL; in clone_by_wrap() local
1342 wrappedKey = malloc(wrappedKeyLen * sizeof (CK_BYTE)); in clone_by_wrap()
1343 if (wrappedKey == NULL) { 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()
1411 &wrappingMech, wrappingKey, wrappedKey, in clone_by_wrap()
1427 &wrappingMech, unwrappingKey, wrappedKey, in clone_by_wrap()
1493 if (wrappedKey) { in clone_by_wrap()
1494 free(wrappedKey); in clone_by_wrap()