Home
last modified time | relevance | path

Searched defs:KeyType (Results 1 – 11 of 11) sorted by relevance

/aosp12/system/keymaster/include/keymaster/
H A Doperation.h41 struct KeyType { struct
42 KeyType(keymaster_algorithm_t alg, keymaster_purpose_t purp) in KeyType() argument
48 bool operator==(const KeyType& rhs) const { argument
/aosp12/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
H A DAppSearchBatchResult.java48 AppSearchBatchResult( in AppSearchBatchResult()
49 @NonNull Map<KeyType, ValueType> successes, in AppSearchBatchResult()
/aosp12/packages/modules/adb/proto/
H A Dkey_type.proto24 enum KeyType { enum
/aosp12/frameworks/base/apex/appsearch/framework/java/android/app/appsearch/
H A DBatchResultCallback.java36 void onResult(@NonNull AppSearchBatchResult<KeyType, ValueType> result); in onResult()
/aosp12/system/security/keystore2/src/
H A Draw_device.rs104 key_type: KeyType, in create_and_store_key()
149 key_type: KeyType, in lookup_from_desc()
174 key_type: KeyType, in lookup_or_generate_key()
H A Ddatabase.rs250 pub enum KeyType { enum
261 impl ToSql for KeyType { implementation
271 impl FromSql for KeyType { implementation
1240 key_type: KeyType, in key_exists()
1491 key_type: KeyType, in create_key_entry()
1506 key_type: KeyType, in create_key_entry_internal()
2116 key_type: KeyType, in rebind_alias()
2234 key_type: KeyType, in store_new_key()
2295 key_type: KeyType, in store_new_certificate()
2386 key_type: KeyType, in load_access_tuple()
[all …]
/aosp12/bootable/recovery/install/include/install/
H A Dverifier.h49 } KeyType; typedef
/aosp12/frameworks/compile/mclinker/include/mcld/Target/
H A DKeyEntryMap.h23 typedef KEY KeyType; typedef
/aosp12/frameworks/native/headers/media_plugin/media/drm/
H A DDrmAPI.h94 enum KeyType { enum
/aosp12/frameworks/opt/telephony/proto/src/
H A Dtelephony.proto1666 enum KeyType { enum
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java261 public @interface KeyType {} annotation in TelephonyManager