Key Locker provides a mechanism to encrypt and decrypt data with an AES key without having access
to the raw key value by converting AES keys into “handles”. These handles can be used to perform the
same encryption and decryption operations as the original AES keys, but they only work on the current
system and only until they are revoked. If software revokes Key Locker handles (e.g., on a reboot),
then any previous handles can no longer be used.
Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/lib/Support/Host.cpp | ||
---|---|---|
1515 | Remove commented out code |
llvm/lib/Support/Host.cpp | ||
---|---|---|
1515 | Done, TKS! |
Comment Actions
Oh, sorry, It is a mistake, I planned to update to https://reviews.llvm.org/D105336
How can I revert this update ?
Remove commented out code