Home
last modified time | relevance | path

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

/php-src/ext/hash/
H A Dhash.stub.php12 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 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-src/ext/openssl/
H A Dopenssl_pwhash.c89 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 Dopenssl.stub.php431 function openssl_x509_check_private_key(OpenSSLCertificate|string $certificate, #[\SensitiveParamet…
H A Dopenssl.c1152 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()
1599 zend_long algo = OPENSSL_ALGO_MD5; in PHP_FUNCTION() local
/php-src/ext/standard/
H A Dpassword.c40 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 Darray.c3214 const php_random_algo *algo = engine.algo; local
6197 const php_random_algo *algo = engine.algo; local
H A Dbasic_functions.stub.php2112 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
H A Dstring.c5943 const php_random_algo *algo = engine.algo; local
/php-src/ext/random/
H A Drandom.c82 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 Dphp_random.h97 const php_random_algo *algo; member
/php-src/ext/phar/
H A Dphar_object.stub.php199 public function setSignatureAlgorithm(int $algo, ?string $privateKey = null): void {}
473 public function setSignatureAlgorithm(int $algo, ?string $privateKey = null): void {}
H A Dphar_object.c3024 zend_long algo; in PHP_METHOD() local

Completed in 180 milliseconds