OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedKeyHandle
(Results
1 - 6
of
6
) sorted by null
/system/tpm/trunks/
scoped_key_handle.h
29
class TRUNKS_EXPORT
ScopedKeyHandle
{
33
explicit
ScopedKeyHandle
(const TrunksFactory& factory);
34
ScopedKeyHandle
(const TrunksFactory& factory, TPM_HANDLE handle);
35
virtual ~
ScopedKeyHandle
();
66
DISALLOW_COPY_AND_ASSIGN(
ScopedKeyHandle
);
scoped_key_handle.cc
31
ScopedKeyHandle
::
ScopedKeyHandle
(const TrunksFactory& factory)
35
ScopedKeyHandle
::
ScopedKeyHandle
(const TrunksFactory& factory,
40
ScopedKeyHandle
::~
ScopedKeyHandle
() {
46
TPM_HANDLE
ScopedKeyHandle
::release() {
52
void
ScopedKeyHandle
::reset(TPM_HANDLE new_handle) {
60
void
ScopedKeyHandle
::reset() {
64
TPM_HANDLE*
ScopedKeyHandle
::ptr()
[
all
...]
scoped_key_handle_test.cc
53
ScopedKeyHandle
scoped_handle(factory_, handle);
60
ScopedKeyHandle
scoped_handle(factory_, handle);
66
ScopedKeyHandle
scoped_handle(factory_, handle);
74
ScopedKeyHandle
scoped_handle(factory_, old_handle);
86
ScopedKeyHandle
scoped_handle(factory_, handle);
trunks_client_test.h
131
bool LoadSigningKey(
ScopedKeyHandle
* key_handle, std::string* public_key);
135
bool SignAndVerify(const
ScopedKeyHandle
& key_handle,
trunks_client_test.cc
121
ScopedKeyHandle
scoped_key(*factory_.get(), signing_key);
162
ScopedKeyHandle
scoped_key(*factory_.get(), decrypt_key);
193
ScopedKeyHandle
scoped_key(*factory_.get(), key_handle);
220
ScopedKeyHandle
scoped_key(*factory_.get(), key_handle);
282
ScopedKeyHandle
certify_key(*factory_.get(), key_handle);
283
ScopedKeyHandle
alternate_key(*factory_.get(), alternate_key_handle);
447
ScopedKeyHandle
scoped_key(*factory_.get(), key_handle);
575
ScopedKeyHandle
scoped_key(*factory_.get(), key_handle);
755
ScopedKeyHandle
scoped_key(*factory_.get(), key_handle);
[
all
...]
tpm_utility_impl.cc
[
all
...]
Completed in 422 milliseconds