Home
last modified time | relevance | path

Searched defs:getSupplementaryAttestationInfo (Results 1 – 4 of 4) sorted by relevance

/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
DIKeystoreService.aidl266 byte[] getSupplementaryAttestationInfo(in Tag tag); in getSupplementaryAttestationInfo() method
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/current/android/system/keystore2/
DIKeystoreService.aidl50 byte[] getSupplementaryAttestationInfo(in android.hardware.security.keymint.Tag tag); in getSupplementaryAttestationInfo() method
/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/5/android/system/keystore2/
DIKeystoreService.aidl50 byte[] getSupplementaryAttestationInfo(in android.hardware.security.keymint.Tag tag); in getSupplementaryAttestationInfo() method
/system/security/keystore2/src/
Dservice.rs463 fn getSupplementaryAttestationInfo(&self, tag: Tag) -> binder::Result<Vec<u8>> { in getSupplementaryAttestationInfo() method