Searched defs:key_name (Results 1 – 7 of 7) sorted by relevance
/system/security/keystore/ |
D | keystore_client_impl.cpp | 67 bool KeystoreClientImpl::encryptWithAuthentication(const std::string& key_name, in encryptWithAuthentication() 121 bool KeystoreClientImpl::decryptWithAuthentication(const std::string& key_name, in decryptWithAuthentication() 155 bool KeystoreClientImpl::oneShotOperation(KeyPurpose purpose, const std::string& key_name, in oneShotOperation() 205 KeystoreClientImpl::generateKey(const std::string& key_name, const AuthorizationSet& key_parameters, in generateKey() 232 KeystoreClientImpl::getKeyCharacteristics(const std::string& key_name, in getKeyCharacteristics() 258 KeystoreClientImpl::importKey(const std::string& key_name, const AuthorizationSet& key_parameters, in importKey() 287 const std::string& key_name, in exportKey() 309 KeyStoreNativeReturnCode KeystoreClientImpl::deleteKey(const std::string& key_name) { in deleteKey() 325 KeystoreClientImpl::beginOperation(KeyPurpose purpose, const std::string& key_name, in beginOperation() 434 bool KeystoreClientImpl::doesKeyExist(const std::string& key_name) { in doesKeyExist() [all …]
|
D | keystore_cli_v2.cpp | 371 for (const auto& key_name : key_list) { in List() local 463 int Encrypt(const std::string& key_name, const std::string& input_filename, in Encrypt() 476 int Decrypt(const std::string& key_name, const std::string& input_filename, in Decrypt()
|
/system/apex/apexd/ |
D | apex_key.cpp | 108 StatusOr<const std::string> getApexKey(const std::string& key_name) { in getApexKey()
|
D | apex_file.cpp | 300 StatusOr<std::string> key_name = getPublicKeyName(apex, data, length); in verifyVbMetaSignature() local
|
/system/bt/stack/smp/ |
D | smp_keys.cc | 57 void smp_debug_print_nbyte_little_endian(uint8_t* p, const char* key_name, in smp_debug_print_nbyte_little_endian() 81 const char* key_name, in smp_debug_print_nbyte_little_endian() 87 void smp_debug_print_nbyte_big_endian(uint8_t* p, const char* key_name, in smp_debug_print_nbyte_big_endian()
|
D | smp_utils.cc | 1559 void print128(const Octet16& x, const uint8_t* key_name) { in print128()
|
D | smp_int.h | 498 const char* key_name, in smp_debug_print_nbyte_little_endian()
|