Searched defs:KeyCreationResult (Results  1 – 8 of 8) sorted by relevance
| /system/keymint/ta/src/ | 
| D | keys.rs | 271     ) -> Result<KeyCreationResult, Error> {  in generate_key()325     ) -> Result<KeyCreationResult, Error> {  in import_key()
 364     ) -> Result<KeyCreationResult, Error> {  in finish_keyblob_creation()
 529     ) -> Result<KeyCreationResult, Error> {  in import_wrapped_key()
 
 | 
| /system/security/keystore2/src/ | 
| D | km_compat.rs | 232     ) -> binder::Result<KeyCreationResult> {  in generateKey()247     ) -> binder::Result<KeyCreationResult> {  in importKey()
 265     ) -> binder::Result<KeyCreationResult> {  in importWrappedKey()
 
 | 
| D | raw_device.rs | 114         F: FnOnce(&Strong<dyn IKeyMintDevice>) -> Result<KeyCreationResult, binder::Status>,  in create_and_store_key()
 | 
| D | security_level.rs | 126         creation_result: KeyCreationResult,  in store_new_key()130         let KeyCreationResult {  in store_new_key()  localVariable
 
 | 
| /system/keymint/hal/src/ | 
| D | keymint.rs | 111     ) -> binder::Result<keymint::KeyCreationResult::KeyCreationResult> {  in generateKey()131     ) -> binder::Result<keymint::KeyCreationResult::KeyCreationResult> {  in importKey()
 155     ) -> binder::Result<keymint::KeyCreationResult::KeyCreationResult> {  in importWrappedKey()
 
 | 
| D | hal.rs | 206 impl Fromm<wire::keymint::KeyCreationResult> for keymint::KeyCreationResult::KeyCreationResult {  implementation
 | 
| /system/keymint/wire/src/ | 
| D | keymint.rs | 311 pub struct KeyCreationResult {  struct312     pub key_blob: Vec<u8>,
 313     pub key_characteristics: Vec<KeyCharacteristics>,
 314     pub certificate_chain: Vec<Certificate>,
 
 | 
| /system/security/keystore2/src/km_compat/ | 
| D | lib.rs | 75     fn generate_key(legacy: &dyn IKeyMintDevice, kps: Vec<KeyParameter>) -> KeyCreationResult {  in generate_key()
 |