Searched defs:KeyType (Results 1 – 7 of 7) sorted by relevance
| /system/keymaster/include/keymaster/ |
| D | operation.h | 43 struct KeyType { struct 44 KeyType(keymaster_algorithm_t alg, keymaster_purpose_t purp) in KeyType() argument 50 bool operator==(const KeyType& rhs) const { argument
|
| /system/bpf/include/defs/ |
| D | android_bpf_defs.h | 14 #define DEFINE_BPF_MAP_BASE(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 36 #define DEFINE_BPF_MAP_GRW(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 38 #define DEFINE_BPF_MAP_GWO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument 40 #define DEFINE_BPF_MAP_GRO(the_map, TYPE, KeyType, ValueType, num_entries, gid) \ argument
|
| /system/security/keystore2/src/ |
| D | raw_device.rs | 110 key_type: KeyType, in create_and_store_key() 154 key_type: KeyType, in lookup_from_desc() 179 key_type: KeyType, in lookup_or_generate_key()
|
| D | database.rs | 286 pub enum KeyType { enum 295 impl ToSql for KeyType { implementation 304 impl FromSql for KeyType { implementation 1446 key_type: KeyType, in key_exists() 1601 key_type: KeyType, in create_key_entry_internal() 1784 key_type: KeyType, in rebind_alias() 1899 key_type: KeyType, in store_new_key() 1981 key_type: KeyType, in store_new_certificate() 2072 key_type: KeyType, in load_access_tuple() 2313 key_type: KeyType, in load_key_entry() [all …]
|
| /system/authgraph/boringssl/src/ |
| D | ec.rs | 327 want_kty: iana::KeyType, in nist_pkey_from_cose()
|
| /system/authgraph/core/src/ |
| D | key.rs | 1169 want_kty: iana::KeyType, in check_cose_key_params()
|
| /system/security/keystore2/src/database/ |
| D | tests.rs | 189 key_type: KeyType, in create_key_entry()
|