Home
last modified time | relevance | path

Searched defs:algo (Results 1 – 9 of 9) sorted by relevance

/PHP-8.1/ext/hash/
H A Dhash.stub.php6 function hash(string $algo, string $data, bool $binary = false, array $options = []): string {}
9 function hash_file(string $algo, string $filename, bool $binary = false, array $options = []): stri…
12 function hash_hmac(string $algo, string $data, string $key, bool $binary = false): string {}
15 function hash_hmac_file(string $algo, string $filename, string $key, bool $binary = false): string|…
18 function hash_init(string $algo, int $flags = 0, string $key = "", array $options = []): HashContex…
47 function hash_pbkdf2(string $algo, string $password, string $salt, int $iterations, int $length = 0…
52 function hash_hkdf(string $algo, string $key, int $length = 0, string $info = "", string $salt = ""…
56 function mhash_get_block_size(int $algo): int|false {}
62 function mhash_get_hash_name(int $algo): string|false {}
68 function mhash_keygen_s2k(int $algo, string $password, string $salt, int $length): string|false {}
[all …]
H A Dhash.c105 PHP_HASH_API const php_hash_ops *php_hash_fetch_ops(zend_string *algo) /* {{{ */ in php_hash_fetch_ops()
115 PHP_HASH_API void php_hash_register_algo(const char *algo, const php_hash_ops *ops) /* {{{ */ in php_hash_register_algo()
359 …zval *return_value, zend_string *algo, char *data, size_t data_len, bool raw_output, bool isfilena… in php_hash_do_hash()
424 zend_string *algo; in PHP_FUNCTION() local
446 zend_string *algo; in PHP_FUNCTION() local
581 zend_string *algo; in PHP_FUNCTION() local
598 zend_string *algo; in PHP_FUNCTION() local
614 zend_string *algo, *key = NULL; in PHP_FUNCTION() local
898 zend_string *returnval, *ikm, *algo, *info = NULL, *salt = NULL; in PHP_FUNCTION() local
991 zend_string *returnval, *algo; in PHP_FUNCTION() local
[all …]
H A Dphp_hash.h42 const char *algo; member
/PHP-8.1/ext/standard/
H A Dpassword.c40 int php_password_algo_register(const char *ident, const php_password_algo *algo) { in php_password_algo_register()
546 const php_password_algo *algo; in php_password_algo_identify_ex() local
561 const php_password_algo *algo; in PHP_FUNCTION() local
632 const php_password_algo *algo; in PHP_FUNCTION() local
651 const php_password_algo *algo; in PHP_FUNCTION() local
681 zend_string *algo; in PHP_FUNCTION() local
H A Dbasic_functions.stub.php1509 function password_hash(string $password, string|int|null $algo, array $options = []): string {}
1511 function password_needs_rehash(string $hash, string|int|null $algo, array $options = []): bool {}
/PHP-8.1/ext/phar/
H A Dphar_object.stub.php134 public function setSignatureAlgorithm(int $algo, ?string $privateKey = null): void {}
413 public function setSignatureAlgorithm(int $algo, ?string $privateKey = null): void {}
H A Dphar_object.c2989 zend_long algo; in PHP_METHOD() local
/PHP-8.1/ext/sodium/
H A Dlibsodium.stub.php119 … $length, string $password, string $salt, int $opslimit, int $memlimit, int $algo = SODIUM_CRYPTO_…
/PHP-8.1/ext/openssl/
H A Dopenssl.c1118 static EVP_MD * php_openssl_get_evp_md_from_algo(zend_long algo) { /* {{{ */ in php_openssl_get_evp_md_from_algo()
1168 static const EVP_CIPHER * php_openssl_get_evp_cipher_from_algo(zend_long algo) { /* {{{ */ in php_openssl_get_evp_cipher_from_algo()
1648 zend_long algo = OPENSSL_ALGO_MD5; in PHP_FUNCTION() local

Completed in 62 milliseconds