OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:encrypted_credential
(Results
1 - 1
of
1
) sorted by null
/system/tpm/attestation/common/
crypto_utility_impl.cc
228
std::string
encrypted_credential
;
local
229
if (!TssCompatibleEncrypt(credential, aes_key, &
encrypted_credential
)) {
258
uint32_t length = htonl(
encrypted_credential
.size());
263
std::string sym_content = length_blob + sym_header +
encrypted_credential
;
Completed in 49 milliseconds