Lines Matching refs:ciphers
96 function processCiphers(ciphers, name) {
97 ciphers = StringPrototypeSplit(ciphers || getDefaultCiphers(), ':');
102 ciphers,
111 ciphers,
120 throw new ERR_INVALID_ARG_VALUE(name, ciphers);
131 ciphers = getDefaultCiphers(),
150 if (ciphers !== undefined && ciphers !== null)
151 validateString(ciphers, `${name}.ciphers`);
156 // the ciphers and pass them to the appropriate API.
160 } = processCiphers(ciphers, `${name}.ciphers`);