Lines Matching refs:size
372 Object.keys(kPasswords).forEach((size) => {
376 Buffer.from(kPasswords[size], 'hex'),
380 .then((key) => baseKeys[size] = key));
385 Buffer.from(kPasswords[size], 'hex'),
389 .then((key) => noKey[size] = key));
394 Buffer.from(kPasswords[size], 'hex'),
398 .then((key) => noBits[size] = key));
415 size,
426 const bits = await subtle.deriveBits(algorithm, baseKeys[size], 256);
431 kDerivations[size][saltSize][hash][iterations]);
436 size,
449 subtle.deriveBits(algorithm, baseKeys[size], undefined), {
453 subtle.deriveBits(algorithm, baseKeys[size], 0), {
458 subtle.deriveBits(algorithm, baseKeys[size], null), {
463 subtle.deriveBits(algorithm, baseKeys[size], 15), {
472 size,
485 }, baseKeys[size], 256), {
495 baseKeys[size], 256), {
504 size,
516 subtle.deriveBits(algorithm, noBits[size], 256), {
524 size,
539 baseKeys[size],
548 kDerivations[size][saltSize][hash][iterations]
554 size,
570 baseKeys[size],
584 baseKeys[size],
597 size,
611 subtle.deriveKey(algorithm, noKey[size], keyType, true, usages), {
647 Object.keys(kDerivations).forEach((size) => {
648 Object.keys(kDerivations[size]).forEach((saltSize) => {
649 Object.keys(kDerivations[size][saltSize]).forEach((hash) => {
650 Object.keys(kDerivations[size][saltSize][hash])
652 const args = [baseKeys, size, saltSize, hash, iterations | 0];
659 size,
671 size,