| /third_party/node/test/fixtures/crypto/ |
| D | aes_gcm.js | 97 algorithm: { name: 'AES-GCM', iv, additionalData, tagLength }, property 124 additionalData, property
|
| /third_party/node/test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/ |
| D | aes_gcm_vectors.js | 40 … algorithm: {name: "AES-GCM", iv: iv, additionalData: additionalData, tagLength: tagLength}, property 68 … algorithm: {name: "AES-GCM", iv: iv, additionalData: additionalData, tagLength: badTagLength}, property
|
| /third_party/node/test/parallel/ |
| D | test-webcrypto-encrypt-decrypt-aes.js | 224 additionalData: aad, property 235 additionalData: aad, property
|
| D | test-webcrypto-wrap-unwrap.js | 35 additionalData: new Uint8Array(16), property
|
| D | test-webcrypto-webidl.js | 470 { name: 'AES-GCM', iv: Buffer.alloc(0), tagLength: 16, additionalData: Buffer.alloc(0) }, property
|
| /third_party/node/lib/internal/crypto/ |
| D | aes.js | 157 { iv, additionalData, tagLength = 128 }) { property
|
| D | util.js | 259 AesGcmParams: { iv: 'BufferSource', additionalData: 'BufferSource' }, property
|
| /third_party/nghttp2/integration-tests/ |
| D | server_tester.go | 699 additionalData []byte member
|
| /third_party/node/test/fixtures/wpt/WebCryptoAPI/wrapKey_unwrapKey/ |
| D | wrapKey_unwrapKey.https.any.js | 52 …wrapParameters: {name: "AES-GCM", iv: new Uint8Array(16), additionalData: new Uint8Array(16), tagL… property
|
| /third_party/typescript/src/lib/ |
| D | webworker.generated.d.ts | 25 additionalData?: BufferSource; property
|
| D | dom.generated.d.ts | 25 additionalData?: BufferSource; property
|
| /third_party/typescript/lib/ |
| D | lib.webworker.d.ts | 45 additionalData?: BufferSource; property
|
| D | lib.dom.d.ts | 45 additionalData?: BufferSource; property
|