Home
last modified time | relevance | path

Searched defs:additionalData (Results 1 – 13 of 13) sorted by relevance

/third_party/node/test/fixtures/crypto/
Daes_gcm.js97 algorithm: { name: 'AES-GCM', iv, additionalData, tagLength }, property
124 additionalData, property
/third_party/node/test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/
Daes_gcm_vectors.js40 … 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/
Dtest-webcrypto-encrypt-decrypt-aes.js224 additionalData: aad, property
235 additionalData: aad, property
Dtest-webcrypto-wrap-unwrap.js35 additionalData: new Uint8Array(16), property
Dtest-webcrypto-webidl.js470 { name: 'AES-GCM', iv: Buffer.alloc(0), tagLength: 16, additionalData: Buffer.alloc(0) }, property
/third_party/node/lib/internal/crypto/
Daes.js157 { iv, additionalData, tagLength = 128 }) { property
Dutil.js259 AesGcmParams: { iv: 'BufferSource', additionalData: 'BufferSource' }, property
/third_party/nghttp2/integration-tests/
Dserver_tester.go699 additionalData []byte member
/third_party/node/test/fixtures/wpt/WebCryptoAPI/wrapKey_unwrapKey/
DwrapKey_unwrapKey.https.any.js52 …wrapParameters: {name: "AES-GCM", iv: new Uint8Array(16), additionalData: new Uint8Array(16), tagL… property
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts25 additionalData?: BufferSource; property
Ddom.generated.d.ts25 additionalData?: BufferSource; property
/third_party/typescript/lib/
Dlib.webworker.d.ts45 additionalData?: BufferSource; property
Dlib.dom.d.ts45 additionalData?: BufferSource; property