OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KeystoreClientImpl
(Results
1 - 5
of
5
) sorted by null
/system/security/keystore/
keystore_client_impl.cpp
70
KeystoreClientImpl
::
KeystoreClientImpl
() {
76
bool
KeystoreClientImpl
::encryptWithAuthentication(const std::string& key_name,
131
bool
KeystoreClientImpl
::decryptWithAuthentication(const std::string& key_name,
165
bool
KeystoreClientImpl
::oneShotOperation(keymaster_purpose_t purpose, const std::string& key_name,
196
int32_t
KeystoreClientImpl
::addRandomNumberGeneratorEntropy(const std::string& entropy) {
200
int32_t
KeystoreClientImpl
::generateKey(const std::string& key_name,
217
KeystoreClientImpl
::getKeyCharacteristics(const std::string& key_name,
231
int32_t
KeystoreClientImpl
::importKey(const std::string& key_name,
249
int32_t
KeystoreClientImpl
::exportKey(keymaster_key_format_t export_format
[
all
...]
keystore_cli_v2.cpp
57
return std::unique_ptr<KeystoreClient>(new keystore::
KeystoreClientImpl
);
/system/security/keystore/include/keystore/
keystore_client_impl.h
31
class
KeystoreClientImpl
: public KeystoreClient {
33
KeystoreClientImpl
();
34
~
KeystoreClientImpl
() override = default;
114
DISALLOW_COPY_AND_ASSIGN(
KeystoreClientImpl
);
/system/weaved/buffet/
keystore_encryptor.cc
32
new keystore::
KeystoreClientImpl
)));
/system/webservd/webservd/
keystore_encryptor.cc
32
new keystore::
KeystoreClientImpl
)));
Completed in 78 milliseconds