OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTpmBufferSize
(Results
1 - 2
of
2
) sorted by null
/system/tpm/trunks/
tpm_handle.cc
29
const uint32_t
kTpmBufferSize
= 4096;
87
char response_buf[
kTpmBufferSize
];
88
result = HANDLE_EINTR(read(fd_, response_buf,
kTpmBufferSize
));
hmac_authorization_delegate.cc
38
const uint32_t
kTpmBufferSize
= 4096;
181
if (parameter->size() >
kTpmBufferSize
) {
202
if (parameter->size() >
kTpmBufferSize
) {
307
unsigned char decrypted[
kTpmBufferSize
];
Completed in 140 milliseconds