OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:key_buffer
(Results
1 - 2
of
2
) sorted by null
/system/keymaster/
hmac_test.cpp
67
Buffer
key_buffer
(key.data(), key.size());
68
ASSERT_TRUE(hmac.Init(
key_buffer
));
/system/tpm/attestation/common/
crypto_utility_impl.cc
325
unsigned char*
key_buffer
= StringAsOpenSSLBuffer(&mutable_key);
local
336
if (!EVP_EncryptInit_ex(&encryption_context, cipher, nullptr,
key_buffer
,
376
unsigned char*
key_buffer
= StringAsOpenSSLBuffer(&mutable_key);
local
386
if (!EVP_DecryptInit_ex(&decryption_context, cipher, nullptr,
key_buffer
,
Completed in 67 milliseconds