OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:caller_nonce_
(Results
1 - 3
of
3
) sorted by null
/system/tpm/trunks/
hmac_authorization_delegate_test.cc
87
delegate.tpm_nonce_ = delegate.
caller_nonce_
;
88
delegate.
caller_nonce_
= nonce;
124
EXPECT_EQ(delegate_.
caller_nonce_
.size, original_nonce.size);
125
EXPECT_EQ(0, memcmp(delegate_.
caller_nonce_
.buffer, original_nonce.buffer,
135
EXPECT_EQ(delegate_.
caller_nonce_
.size, original_nonce.size);
137
EXPECT_NE(0, memcmp(delegate_.
caller_nonce_
.buffer, original_nonce.buffer,
139
EXPECT_EQ(0, memcmp(delegate_.
caller_nonce_
.buffer, auth_command.nonce.buffer,
143
original_nonce = delegate_.
caller_nonce_
;
146
EXPECT_EQ(delegate_.
caller_nonce_
.size, original_nonce.size);
147
EXPECT_NE(0, memcmp(delegate_.
caller_nonce_
.buffer, original_nonce.buffer
[
all
...]
hmac_authorization_delegate.cc
48
caller_nonce_
.size = 0;
68
auth.nonce =
caller_nonce_
;
93
hmac_data.append(reinterpret_cast<const char*>(
caller_nonce_
.buffer),
94
caller_nonce_
.size);
157
hmac_data.append(reinterpret_cast<const char*>(
caller_nonce_
.buffer),
158
caller_nonce_
.size);
187
AesOperation(parameter,
caller_nonce_
, tpm_nonce_, AES_ENCRYPT);
206
AesOperation(parameter, tpm_nonce_,
caller_nonce_
, AES_DECRYPT);
223
caller_nonce_
= caller_nonce;
232
tpm_nonce_,
caller_nonce_
);
[
all
...]
hmac_authorization_delegate.h
139
// NOTE: This operation is DESTRUCTIVE, and rewrites the
caller_nonce_
field.
143
TPM2B_NONCE
caller_nonce_
;
member in class:trunks::HmacAuthorizationDelegate
Completed in 187 milliseconds