Searched defs:KeyType (Results  1 – 3 of 3) sorted by relevance
| /system/keymaster/include/keymaster/ | 
| D | operation.h | 43     struct KeyType {  struct44         KeyType(keymaster_algorithm_t alg, keymaster_purpose_t purp)  in KeyType()  function
 50         bool operator==(const KeyType& rhs) const {  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 | 248 pub enum KeyType {  enum259 impl ToSql for KeyType {  implementation
 269 impl FromSql for KeyType {  implementation
 1270         key_type: KeyType,  in key_exists()
 1519         key_type: KeyType,  in create_key_entry()
 1534         key_type: KeyType,  in create_key_entry_internal()
 2113         key_type: KeyType,  in rebind_alias()
 2228         key_type: KeyType,  in store_new_key()
 2310         key_type: KeyType,  in store_new_certificate()
 2400         key_type: KeyType,  in load_access_tuple()
 [all …]
 
 |