/php-src/ext/hash/ |
H A D | hash.stub.php | 12 function hash(string $algo, string $data, bool $binary = false, array $options = []): string {} 15 function hash_file(string $algo, string $filename, bool $binary = false, array $options = []): stri… 20 function hash_hmac(string $algo, string $data, #[\SensitiveParameter] string $key, bool $binary = f… 25 function hash_hmac_file(string $algo, string $filename, #[\SensitiveParameter] string $key, bool $b… 30 function hash_init(string $algo, int $flags = 0, #[\SensitiveParameter] string $key = "", array $op…
|
H A D | hash.c | 105 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 D | php_hash.h | 42 const char *algo; member
|
/php-src/ext/openssl/ |
H A D | openssl_pwhash.c | 89 const char *algo, in php_openssl_argon2_compute_hash() 135 …string *php_openssl_argon2_hash(const zend_string *password, zend_array *options, const char *algo) in php_openssl_argon2_hash() 219 …php_openssl_argon2_verify(const zend_string *password, const zend_string *digest, const char *algo) in php_openssl_argon2_verify() 322 zend_string *password, *algo, *digest; in PHP_FUNCTION() local 350 zend_string *password, *algo, *digest; in PHP_FUNCTION() local
|
H A D | openssl.stub.php | 431 function openssl_x509_check_private_key(OpenSSLCertificate|string $certificate, #[\SensitiveParamet…
|
H A D | openssl.c | 1152 static EVP_MD * php_openssl_get_evp_md_from_algo(zend_long algo) { /* {{{ */ in php_openssl_get_evp_md_from_algo() 1202 static const EVP_CIPHER * php_openssl_get_evp_cipher_from_algo(zend_long algo) { /* {{{ */ in php_openssl_get_evp_cipher_from_algo() 1602 zend_long algo = OPENSSL_ALGO_MD5; in PHP_FUNCTION() local
|
/php-src/ext/standard/ |
H A D | password.c | 40 int php_password_algo_register(const char *ident, const php_password_algo *algo) { in php_password_algo_register() 529 const php_password_algo *algo; in php_password_algo_identify_ex() local 544 const php_password_algo *algo; in PHP_FUNCTION() local 615 const php_password_algo *algo; in PHP_FUNCTION() local 634 const php_password_algo *algo; in PHP_FUNCTION() local 664 zend_string *algo; in PHP_FUNCTION() local
|
H A D | array.c | 3214 const php_random_algo *algo = engine.algo; local 6198 const php_random_algo *algo = engine.algo; local
|
H A D | basic_functions.stub.php | 2112 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
H A D | string.c | 5943 const php_random_algo *algo = engine.algo; local
|
/php-src/ext/random/ |
H A D | random.c | 82 const php_random_algo *algo = engine.algo; in php_random_range32() local 141 const php_random_algo *algo = engine.algo; in php_random_range64() local 238 PHPAPI void *php_random_status_alloc(const php_random_algo *algo, const bool persistent) in php_random_status_alloc() 243 PHPAPI void *php_random_status_copy(const php_random_algo *algo, void *old_status, void *new_status) in php_random_status_copy() 253 …gine_common_init(zend_class_entry *ce, zend_object_handlers *handlers, const php_random_algo *algo) in php_random_engine_common_init()
|
H A D | php_random.h | 97 const php_random_algo *algo; member
|
/php-src/ext/phar/ |
H A D | phar_object.stub.php | 199 public function setSignatureAlgorithm(int $algo, ?string $privateKey = null): void {} 473 public function setSignatureAlgorithm(int $algo, ?string $privateKey = null): void {}
|
H A D | phar_object.c | 3027 zend_long algo; in PHP_METHOD() local
|