Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.RecordTrace/
H A Dadb.ts269 const encodedPubKey = await encodePubKey(this.key.publicKey);
658 async function encodePubKey(key: CryptoKey) { function