Home
last modified time | relevance | path

Searched refs:encodedPubKey (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/ui/src/controller/
Dadb.ts255 const encodedPubKey = await encodePubKey(this.key.publicKey); constant
256 this.send('AUTH', AuthCmd.RSAPUBLICKEY, 0, encodedPubKey);