OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ScopedKeyHandle
(Results
1 - 2
of
2
) 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
...]
Completed in 590 milliseconds