Home
last modified time | relevance | path

Searched defs:der (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/device/
DManagedDeviceListTest.java157 DeviceEventResponse der = new DeviceEventResponse(DeviceAllocationState.Unknown, true); in testUpdateFastbootState_gone() local
DDeviceManagerTest.java539 DeviceEventResponse der = in testInit_excludeDevice() local
566 DeviceEventResponse der = in testInit_includeDevice() local
/tools/security/remote_provisioning/hwtrust/src/cbor/
Dpublickey.rs33 let der = ec_cose_signature_to_der(k, signature).context("Signature to DER")?; in verify_cose_sign1() localVariable