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
200
TEST_F(CryptoUtilityImplTest,
EncryptForUnbind
) {
206
EXPECT_TRUE(crypto_utility_->
EncryptForUnbind
(public_key_info, "input",
213
EXPECT_FALSE(crypto_utility_->
EncryptForUnbind
("bad_key", "input", &output));
223
EXPECT_FALSE(crypto_utility_->
EncryptForUnbind
(public_key_info, input,
mock_crypto_utility.h
57
MOCK_METHOD3(
EncryptForUnbind
, bool(const std::string&,
crypto_utility_impl.h
59
bool
EncryptForUnbind
(const std::string& public_key,
crypto_utility_impl.cc
270
bool CryptoUtilityImpl::
EncryptForUnbind
(const std::string& public_key,
/system/tpm/attestation/client/
main.cc
416
if (!crypto.
EncryptForUnbind
(key_info.public_key(), input, &output)) {
Completed in 3536 milliseconds