Searched defs:AttestationKey (Results  1 – 6 of 6) sorted by relevance
| /system/security/keystore2/src/ | 
| D | remote_provisioning.rs | 87     ) -> Result<Option<(AttestationKey, Vec<u8>)>> {  in get_rkpd_attestation_key_and_certs()
  | 
| D | km_compat.rs | 231         attestation_key: Option<&AttestationKey>,  in generateKey() 246         attestation_key: Option<&AttestationKey>,  in importKey()
  | 
| /system/keymint/ta/src/ | 
| D | keys.rs | 270         attestation_key: Option<AttestationKey>,  in generate_key() 323         attestation_key: Option<AttestationKey>,  in import_key() 360         attestation_key: Option<AttestationKey>,  in finish_keyblob_creation()
  | 
| /system/keymint/hal/src/ | 
| D | keymint.rs | 110         attestationKey: Option<&keymint::AttestationKey::AttestationKey>,  in generateKey() 130         attestationKey: Option<&keymint::AttestationKey::AttestationKey>,  in importKey()
  | 
| D | hal.rs | 431 impl TryFromm<keymint::AttestationKey::AttestationKey> for wire::keymint::AttestationKey {  implementation
  | 
| /system/keymint/wire/src/ | 
| D | keymint.rs | 141 pub struct AttestationKey {  struct 142     pub key_blob: Vec<u8>, 143     pub attest_key_params: Vec<KeyParam>, 144     pub issuer_subject_name: Vec<u8>,
  |