OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AesEncrypt
(Results
1 - 2
of
2
) sorted by null
/system/tpm/attestation/common/
crypto_utility_impl.h
69
bool
AesEncrypt
(const std::string& data,
84
// Encrypt like trousers does. This is like
AesEncrypt
but a random IV is
crypto_utility_impl.cc
105
if (!
AesEncrypt
(data, aes_key, iv, &raw_encrypted_data)) {
311
bool CryptoUtilityImpl::
AesEncrypt
(const std::string& data,
432
if (!
AesEncrypt
(input, key, iv, &encrypted)) {
Completed in 58 milliseconds