Searched refs:key_ (Results 1 - 11 of 11) sorted by relevance

/system/keymaster/km_openssl/
H A Dhmac.cpp43 key_.reset(dup_buffer(key, key_len));
44 if (!key_.get()) {
63 if (nullptr == ::HMAC(EVP_sha256(), key_.get(), key_len_, data, data_len, digest, nullptr)) {
H A Dblock_cipher_operation.h114 KeymasterKeyBlob key_; member in class:keymaster::BlockCipherEvpOperation
H A Dblock_cipher_operation.cpp151 key_(key.key_material_move()), cipher_description_(cipher_description) {
165 return InitializeCipher(move(key_));
/system/keymaster/include/keymaster/km_openssl/
H A Dhmac.h54 UniquePtr<uint8_t[]> key_; member in class:keymaster::HmacSha256
/system/core/gatekeeperd/
H A DSoftGateKeeper.h54 key_.reset(new uint8_t[SIGNATURE_LENGTH_BYTES]);
55 memset(key_.get(), 0, SIGNATURE_LENGTH_BYTES);
65 memcpy(auth_token_key_copy, key_.get(), SIGNATURE_LENGTH_BYTES);
75 memcpy(password_key_copy, key_.get(), SIGNATURE_LENGTH_BYTES);
176 std::unique_ptr<uint8_t[]> key_; member in class:gatekeeper::SoftGateKeeper
/system/bt/service/ipc/binder/
H A Dremote_callback_map.h93 K key_; member in class:ipc::binder::final::CallbackDeathRecipient
219 : key_(key), callback_(callback), owner_(owner), delegate_(delegate) {
234 auto iter = owner_->map_.find(key_);
242 if (delegate_) delegate_->OnRemoteCallbackRemoved(key_);
/system/update_engine/update_manager/
H A Dreal_updater_provider.cc314 key_(key),
320 prefs_->RemoveObserver(key_, this);
328 if (prefs_ && prefs_->Exists(key_) && !prefs_->GetBoolean(key_, &result))
341 const char* const key_; member in class:chromeos_update_manager::BooleanPrefVariable
/system/core/libcrypto_utils/tests/
H A Dandroid_pubkey_test.cpp113 key_.reset(new_key);
116 std::unique_ptr<RSA, void(*)(RSA*)> key_ = {nullptr, RSA_free}; member in struct:AndroidPubkeyTest
122 sizeof(kSignature2048), key_.get()));
127 ASSERT_TRUE(android_pubkey_encode(key_.get(), key_data, sizeof(key_data)));
/system/core/include/utils/
H A DLruCache.h82 EntryForSearch(const TKey& key_) : key(key_) { argument
/system/core/libutils/include/utils/
H A DLruCache.h82 EntryForSearch(const TKey& key_) : key(key_) { argument
/system/vold/
H A Dcryptfs.cpp2629 std::string key_ = key; local
2635 std::string::size_type split = key_.find_last_of('_');
2637 parsed_field = key_;
2640 parsed_field = key_.substr(0, split);
2641 parsed_index = std::stoi(key_.substr(split + 1));

Completed in 2889 milliseconds