Lines Matching defs:test
14 // TODO(@sam-github) test works with TLS1.3, rework test to add
21 function test(size, type, name, cipher) {
37 // certificate's key. For this test, we can assume that the modulus length
70 test(undefined, undefined, undefined, 'AES128-SHA256');
71 test('auto', 'DH', undefined, 'DHE-RSA-AES128-GCM-SHA256');
72 test(1024, 'DH', undefined, 'DHE-RSA-AES128-GCM-SHA256');
73 test(2048, 'DH', undefined, 'DHE-RSA-AES128-GCM-SHA256');
74 test(256, 'ECDH', 'prime256v1', 'ECDHE-RSA-AES128-GCM-SHA256');
75 test(521, 'ECDH', 'secp521r1', 'ECDHE-RSA-AES128-GCM-SHA256');
76 test(253, 'ECDH', 'X25519', 'ECDHE-RSA-AES128-GCM-SHA256');
77 test(448, 'ECDH', 'X448', 'ECDHE-RSA-AES128-GCM-SHA256');