Home
last modified time | relevance | path

Searched refs:encryptionAlgorithm (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DStorageObjectCustomerEncryption.php25 public $encryptionAlgorithm; variable in Google\\Service\\Storage\\StorageObjectCustomerEncryption
34 public function setEncryptionAlgorithm($encryptionAlgorithm) argument
36 $this->encryptionAlgorithm = $encryptionAlgorithm;
43 return $this->encryptionAlgorithm;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS1.php194 …$encryptionAlgorithm = isset($options['encryptionAlgorithm']) ? $options['encryptionAlgorithm'] : …
196 $cipher = self::getEncryptionObject($encryptionAlgorithm);
203 "DEK-Info: " . $encryptionAlgorithm . ",$iv\r\n" .
H A DPKCS8.php544 …$encryptionAlgorithm = isset($options['encryptionAlgorithm']) ? $options['encryptionAlgorithm'] : …
548 if ($encryptionAlgorithm == 'id-PBES2') {
586 $crypto = self::getPBES1EncryptionObject($encryptionAlgorithm);
587 $hash = self::getPBES1Hash($encryptionAlgorithm);
588 $kdf = self::getPBES1KDF($encryptionAlgorithm);
601 'algorithm' => $encryptionAlgorithm,