Lines Matching defs:const
3 const common = require('../common.js');
4 const crypto = require('crypto');
5 const fs = require('fs');
6 const path = require('path');
7 const fixtures_keydir = path.resolve(__dirname, '../../test/fixtures/keys/');
20 const keyFixtures = {
26 const bench = common.createBenchmark(main, {
41 const keyPair = {
57 const options = { format: 'der', type: 'spki' };
63 const options = { format: 'der', type: 'pkcs8' };
69 const options = { format: 'jwk' };
75 const options = { format: 'jwk' };