Searched defs:AttestationKey (Results 1 – 6 of 6) sorted by relevance
| /system/security/keystore2/src/ |
| D | remote_provisioning.rs | 92 ) -> Result<Option<(AttestationKey, Certificate)>> { in get_rkpd_attestation_key_and_certs()
|
| D | km_compat.rs | 206 attestation_key: Option<&AttestationKey>, in generateKey() 221 attestation_key: Option<&AttestationKey>, in importKey()
|
| /system/keymint/ta/src/ |
| D | keys.rs | 234 attestation_key: Option<AttestationKey>, in generate_key() 287 attestation_key: Option<AttestationKey>, in import_key() 324 attestation_key: Option<AttestationKey>, in finish_keyblob_creation()
|
| /system/keymint/hal/src/ |
| D | keymint.rs | 95 attestationKey: Option<&keymint::AttestationKey::AttestationKey>, in generateKey() 115 attestationKey: Option<&keymint::AttestationKey::AttestationKey>, in importKey()
|
| D | hal.rs | 390 impl TryFromm<keymint::AttestationKey::AttestationKey> for wire::keymint::AttestationKey { implementation
|
| /system/keymint/wire/src/ |
| D | keymint.rs | 121 pub struct AttestationKey { struct 122 pub key_blob: Vec<u8>, 123 pub attest_key_params: Vec<KeyParam>, 124 pub issuer_subject_name: Vec<u8>,
|