OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EncryptForUnbind
(Results
1 - 6
of
6
) sorted by null
/system/tpm/attestation/common/
crypto_utility.h
85
virtual bool
EncryptForUnbind
(const std::string& public_key,
crypto_utility_impl_test.cc
195
TEST_F(CryptoUtilityImplTest,
EncryptForUnbind
) {
202
crypto_utility_->
EncryptForUnbind
(public_key_info, "input", &output));
208
EXPECT_FALSE(crypto_utility_->
EncryptForUnbind
("bad_key", "input", &output));
219
crypto_utility_->
EncryptForUnbind
(public_key_info, input, &output));
mock_crypto_utility.h
61
MOCK_METHOD3(
EncryptForUnbind
,
crypto_utility_impl.h
59
bool
EncryptForUnbind
(const std::string& public_key,
crypto_utility_impl.cc
269
bool CryptoUtilityImpl::
EncryptForUnbind
(const std::string& public_key,
/system/tpm/attestation/client/
main.cc
395
if (!crypto.
EncryptForUnbind
(key_info.public_key(), input, &output)) {
Completed in 197 milliseconds