Searched refs:Key (Results 1 - 25 of 45) sorted by relevance

12

/system/keymaster/
H A Dkey.cpp27 Key::Key(const AuthorizationSet& hw_enforced, const AuthorizationSet& sw_enforced, function in class:keymaster::Key
H A Dkey.h30 class Key { class in namespace:keymaster
32 virtual ~Key() {}
54 Key(const AuthorizationSet& hw_enforced, const AuthorizationSet& sw_enforced,
H A Dasymmetric_key.h26 class AsymmetricKey : public Key {
30 : Key(hw_enforced, sw_enforced, error) {}
H A Doperation.h32 class Key;
54 virtual Operation* CreateOperation(const Key& key, const AuthorizationSet& begin_params,
79 bool GetAndValidatePadding(const AuthorizationSet& begin_params, const Key& key,
81 bool GetAndValidateDigest(const AuthorizationSet& begin_params, const Key& key,
H A Daes_key.h39 UniquePtr<Key>* key) const override;
H A Dhmac_key.h34 UniquePtr<Key>* key) const override;
H A Doperation.cpp88 bool OperationFactory::GetAndValidatePadding(const AuthorizationSet& begin_params, const Key& key,
113 bool OperationFactory::GetAndValidateDigest(const AuthorizationSet& begin_params, const Key& key,
H A Daes_key.cpp48 UniquePtr<Key>* key) const {
H A Dasymmetric_key_factory.cpp45 UniquePtr<Key>* key) const {
H A Dec_keymaster0_key.h55 UniquePtr<Key>* key) const override;
H A Dec_keymaster1_key.h59 UniquePtr<Key>* key) const override;
H A Dhmac_key.cpp46 UniquePtr<Key>* key) const {
H A Dhmac_operation.h59 virtual Operation* CreateOperation(const Key& key, const AuthorizationSet& begin_params,
H A Drsa_keymaster0_key.h55 UniquePtr<Key>* key) const override;
H A Drsa_keymaster1_key.h59 UniquePtr<Key>* key) const override;
H A Dsymmetric_key.h57 class SymmetricKey : public Key {
/system/media/camera/docs/
H A DCaptureResultTest.mako23 private static List<CaptureResult.Key<?>> getAllCaptureResultKeys() {
24 ArrayList<CaptureResult.Key<?>> resultKeys = new ArrayList<CaptureResult.Key<?>>();
H A DCameraMetadataKeys.mako18 ## These sections of metadata Key definitions are inserted into the middle of
69 public static final Key<${jtype_boxed(entry)}> ${entry.name | jkey_identifier} =
70 new Key<${jtype_boxed(entry)}>("${entry.name}", ${jkey_type_token(entry)});
/system/core/libmemunreachable/
H A DAllocator.h213 template<class Key, class T, class Compare = std::less<Key>>
214 using map = std::map<Key, T, Compare, Allocator<std::pair<const Key, T>>>;
216 template<class Key, class T, class Hash = std::hash<Key>, class KeyEqual = std::equal_to<Key>>
217 using unordered_map = std::unordered_map<Key, T, Hash, KeyEqual, Allocator<std::pair<const Key, T>>>;
219 template<class Key, clas
[all...]
/system/keymaster/include/keymaster/
H A Dkey_factory.h25 class Key;
32 * subclass of Key.
55 UniquePtr<Key>* key) const = 0;
H A Dasymmetric_key_factory.h36 UniquePtr<Key>* key) const override;
H A Dandroid_keymaster.h25 class Key;
88 const KeyFactory** factory, UniquePtr<Key>* key);
/system/connectivity/shill/
H A Dproperty_iterator.h46 const std::string& Key() const { return it_->first; } function in class:shill::ReadablePropertyConstIterator
H A Dproperty_store.cc128 out->insert(std::make_pair(it.Key(), brillo::Any(it.value())));
134 out->insert(std::make_pair(it.Key(), brillo::Any(it.value())));
140 out->insert(std::make_pair(it.Key(), brillo::Any(it.value())));
148 std::make_pair(it.Key(),
161 std::make_pair(it.Key(), brillo::Any(rpc_identifiers_as_paths)));
167 out->insert(std::make_pair(it.Key(), brillo::Any(it.value())));
173 out->insert(std::make_pair(it.Key(), brillo::Any(it.value())));
180 out->insert(std::make_pair(it.Key(), brillo::Any(it.value())));
186 out->insert(std::make_pair(it.Key(), brillo::Any(it.value())));
192 out->insert(std::make_pair(it.Key(), brill
[all...]
/system/extras/verity/
H A DUtils.java28 import java.security.Key;
151 Key key = skFactory.generateSecret(new PBEKeySpec(password));
220 private static String getSignatureAlgorithm(Key key) throws Exception {
249 static AlgorithmIdentifier getSignatureAlgorithmIdentifier(Key key) throws Exception {

Completed in 198 milliseconds

12