Searched defs:algo (Results 1 – 6 of 6) sorted by relevance
102 public static function setEncryptionAlgorithm($algo)113 public static function setEncryptionScheme($algo)135 public static function setPRF($algo)147 private static function getPBES1EncryptionObject($algo)197 private static function getPBES1Hash($algo)213 private static function getPBES1KDF($algo)235 private static function getPBES2EncryptionObject($algo)
51 public static function setEncryptionAlgorithm($algo)85 private static function getEncryptionObject($algo)
133 $algo, argument
127 public static function hash(StreamInterface $stream, $algo, $rawOutput = false)
236 function hash(StreamInterface $stream, $algo, $rawOutput = false)
106 private $algo; variable in phpseclib3\\Crypt\\Hash