Searched +full:jsbn +full:- +full:rsa (Results 1 – 3 of 3) sorted by relevance
| /external/perfetto/ui/ |
| D | package.json | 2 "name": "perfetto-webui", 8 "license": "Apache-2.0", 15 "@codemirror/theme-one-dark": "^6.1.2", 20 "@types/color-convert": "^1.9.0", 27 "@types/w3c-web-usb": "^1.0.6", 30 "color-convert": "^2.0.1", 32 "devtools-protocol": "0.0.1159816", 37 "jsbn-rsa": "^1.0.4", string 39 "noice-json-rpc": "^1.2.0", 42 "protobufjs-cli": "^1.1.2", [all …]
|
| D | pnpm-lock.yaml | 23 '@codemirror/theme-one-dark': 38 '@types/color-convert': 59 '@types/w3c-web-usb': 68 color-convert: 74 devtools-protocol: 89 jsbn-rsa: 95 noice-json-rpc: 104 protobufjs-cli: 119 vega-lite: 124 '@rollup/plugin-commonjs': [all …]
|
| /external/perfetto/ui/src/common/recordingV2/auth/ |
| D | adb_auth.ts | 7 // http://www.apache.org/licenses/LICENSE-2.0 15 import {BigInteger, RSAKey} from 'jsbn-rsa'; 31 name: 'RSASSA-PKCS1-v1_5', 32 hash: {name: 'SHA-1'}, 84 res.set(bnBytes, res.length - bnBytes.length); 90 // - create a private key and sign with it 91 // - create a public key and send it to the device 92 // - serialize the JsonWebKey and send it to the device (or retrieve it 118 // Perform an RSA signing operation for the ADB auth challenge. 120 // For the RSA signature, the token is expected to have already [all …]
|