Searched defs:AttestationKey (Results 1 – 6 of 6) sorted by relevance
/system/security/keystore2/src/ |
D | remote_provisioning.rs | 88 ) -> Result<Option<(AttestationKey, Certificate)>> { in get_rkpd_attestation_key_and_certs()
|
D | km_compat.rs | 225 attestation_key: Option<&AttestationKey>, in generateKey() 240 attestation_key: Option<&AttestationKey>, in importKey()
|
/system/keymint/ta/src/ |
D | keys.rs | 269 attestation_key: Option<AttestationKey>, in generate_key() 322 attestation_key: Option<AttestationKey>, in import_key() 359 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 | 429 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>,
|