Home
last modified time | relevance | path

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

/system/keymaster/include/keymaster/
Doperation.h43 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/security/keystore2/src/
Draw_device.rs110 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()
Ddatabase.rs291 pub enum KeyType { enum
300 impl ToSql for KeyType { implementation
309 impl FromSql for KeyType { implementation
1293 key_type: KeyType, in key_exists()
1461 key_type: KeyType, in create_key_entry_internal()
1629 key_type: KeyType, in rebind_alias()
1744 key_type: KeyType, in store_new_key()
1826 key_type: KeyType, in store_new_certificate()
1916 key_type: KeyType, in load_access_tuple()
2153 key_type: KeyType, in load_key_entry()
[all …]
/system/authgraph/boringssl/src/
Dec.rs327 want_kty: iana::KeyType, in nist_pkey_from_cose()
/system/authgraph/core/src/
Dkey.rs1022 want_kty: iana::KeyType, in check_cose_key_params()