Lines Matching refs:saltLength
603 for (const saltLength of [undefined, 8, 10, 12, 16, 18, 20]) {
606 .sign({ key, saltLength });
611 .verify({ key: pkey, saltLength }, signature);
648 saltLength: 20
684 for (const saltLength of [8, 10, 12]) {
686 createSign('sha1').sign({ key, saltLength });
691 for (const saltLength of [undefined, 16, 18, 20]) {
694 .sign({ key, saltLength });
699 .verify({ key: pkey, saltLength }, signature);
723 saltLength: 20