Home
last modified time | relevance | path

Searched defs:tagLength (Results 1 – 19 of 19) sorted by relevance

/third_party/node/test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/
Daes_gcm_vectors.js30 tagLengths.forEach(function(tagLength) { argument
40 … algorithm: {name: "AES-GCM", iv: iv, additionalData: additionalData, tagLength: tagLength}, property
52 algorithm: {name: "AES-GCM", iv: iv, tagLength: tagLength}, property
68 … algorithm: {name: "AES-GCM", iv: iv, additionalData: additionalData, tagLength: badTagLength}, property
/third_party/node/test/fixtures/crypto/
Daes_gcm.js97 algorithm: { name: 'AES-GCM', iv, additionalData, tagLength }, field
109 algorithm: { name: 'AES-GCM', iv, tagLength }, field
125 tagLength: badTagLength property
/third_party/lz4/tests/
DcheckTag.c48 size_t const tagLength = strlen(tag); in validate() local
/third_party/node/test/parallel/
Dtest-webcrypto-encrypt-decrypt-aes.js225 tagLength: 128 property
236 tagLength: 128, property
Dtest-webcrypto-webidl.js469 { name: 'AES-GCM', iv: Buffer.alloc(0), tagLength: 16 }, property
470 { name: 'AES-GCM', iv: Buffer.alloc(0), tagLength: 16, additionalData: Buffer.alloc(0) }, property
Dtest-webcrypto-wrap-unwrap.js36 tagLength: 64 property
/third_party/node/deps/icu-small/source/common/
Dloclikely.cpp51 int32_t tagLength, in appendTag()
131 int32_t tagLength = 0; in createTagStringWithAlternates() local
Dlocaleprioritylist.cpp127 int32_t tagLength = findTagLength(p, limit); in LocalePriorityList() local
/third_party/node/lib/internal/crypto/
Daes.js157 { iv, additionalData, tagLength = 128 }) { property
/third_party/icu/icu4c/source/common/
Dlocaleprioritylist.cpp127 int32_t tagLength = findTagLength(p, limit); in LocalePriorityList() local
Dloclikely.cpp123 int32_t tagLength, in appendTag()
203 int32_t tagLength = 0; in createTagStringWithAlternates() local
/third_party/skia/third_party/externals/icu/source/common/
Dlocaleprioritylist.cpp127 int32_t tagLength = findTagLength(p, limit); in LocalePriorityList() local
Dloclikely.cpp123 int32_t tagLength, in appendTag()
203 int32_t tagLength = 0; in createTagStringWithAlternates() local
/third_party/python/PC/
Dlauncher2.c413 int tagLength; member
1496 size_t tagLength = wcslen(env->tag); in _registryReadLegacyEnvironment() local
2147 int tagLength = search->tagLength; in _selectEnvironment() local
/third_party/node/test/fixtures/wpt/WebCryptoAPI/wrapKey_unwrapKey/
DwrapKey_unwrapKey.https.any.js52 …ters: {name: "AES-GCM", iv: new Uint8Array(16), additionalData: new Uint8Array(16), tagLength: 128} property
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts27 tagLength?: number; property
Ddom.generated.d.ts27 tagLength?: number; property
/third_party/typescript/lib/
Dlib.webworker.d.ts47 tagLength?: number; property
Dlib.dom.d.ts47 tagLength?: number; property