Searched defs:algo (Results 1 – 4 of 4) sorted by relevance
98 public static function setEncryptionAlgorithm($algo)108 public static function setEncryptionScheme($algo)128 public static function setPRF($algo)139 private static function getPBES1EncryptionObject($algo)189 private static function getPBES1Hash($algo)204 private static function getPBES1KDF($algo)225 private static function getPBES2EncryptionObject($algo)
43 public static function setEncryptionAlgorithm($algo)75 private static function getEncryptionObject($algo)
407 protected function stretched_hash($algo, $clear, $salt = null, $magic = 'P', $compute = 8)837 public static function hmac($algo, $data, $key, $raw_output = false)
95 private $algo; variable in phpseclib3\\Crypt\\Hash