Home
last modified time | relevance | path

Searched refs:ciphers (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1TlsInfo.php26 public $ciphers; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1TlsInfo
61 public function setCiphers($ciphers) argument
63 $this->ciphers = $ciphers;
70 return $this->ciphers;
H A DGoogleCloudApigeeV1TlsInfoConfig.php26 public $ciphers; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1TlsInfoConfig
59 public function setCiphers($ciphers) argument
61 $this->ciphers = $ciphers;
68 return $this->ciphers;
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/
H A DDigestMD5MessageFactory.php193 # Now filter it based on what ciphers actually show as available in OpenSSL...
202 throw new SaslException('There are no available ciphers for auth-conf.');
214 throw new SaslException('The client requested auth-conf, but the challenge contains no ciphers.');
216 $ciphers = $challenge->get('cipher');
222 if (in_array($selection, $ciphers, true)) {
229 'No recognized ciphers were offered in the challenge: %s',
230 implode(', ', $ciphers)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php4801 $ciphers = [];
4826 $ciphers[] = $algo;
4831 return $ciphers;
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js37028 var ciphers = require('./encrypter');
37038 exports.createCipher = exports.Cipher = ciphers.createCipher;
44952 this.ciphers = [DES.create({
44963 this.ciphers = [DES.create({
44992 state.ciphers[0]._update(inp, inOff, out, outOff);
44994 state.ciphers[1]._update(out, outOff, out, outOff);
44996 state.ciphers[2]._update(out, outOff, out, outOff);
70056 var ciphers = require('browserify-aes');
70074 var cipher = ciphers.createDecipheriv(suite, cipherKey, iv);
70098 var ciphers = require('browserify-aes');
[all …]