Home
last modified time | relevance | path

Searched defs:algo (Results 1 – 12 of 12) 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.c106 PHP_HASH_API const php_hash_ops *php_hash_fetch_ops(zend_string *algo) /* {{{ */ in php_hash_fetch_ops()
116 PHP_HASH_API void php_hash_register_algo(const char *algo, const php_hash_ops *ops) /* {{{ */ in php_hash_register_algo()
360 …zval *return_value, zend_string *algo, char *data, size_t data_len, bool raw_output, bool isfilena… in php_hash_do_hash()
425 zend_string *algo; in PHP_FUNCTION() local
447 zend_string *algo; in PHP_FUNCTION() local
582 zend_string *algo; in PHP_FUNCTION() local
599 zend_string *algo; in PHP_FUNCTION() local
615 zend_string *algo, *key = NULL; in PHP_FUNCTION() local
899 zend_string *returnval, *ikm, *algo, *info = NULL, *salt = NULL; in PHP_FUNCTION() local
992 zend_string *returnval, *algo; in PHP_FUNCTION() local
[all …]
H A Dphp_hash.h42 const char *algo; member
/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()
526 const php_password_algo *algo; in php_password_algo_identify_ex() local
541 const php_password_algo *algo; in PHP_FUNCTION() local
612 const php_password_algo *algo; in PHP_FUNCTION() local
631 const php_password_algo *algo; in PHP_FUNCTION() local
661 zend_string *algo; in PHP_FUNCTION() local
H A Darray.c3216 const php_random_algo *algo = engine.algo; local
6199 const php_random_algo *algo = engine.algo; local
H A Dbasic_functions.stub.php2124 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
H A Dstring.c5958 const php_random_algo *algo = engine.algo; local
/php-src/ext/random/
H A Drandom.c81 const php_random_algo *algo = engine.algo; in php_random_range32() local
140 const php_random_algo *algo = engine.algo; in php_random_range64() local
237 PHPAPI void *php_random_status_alloc(const php_random_algo *algo, const bool persistent) in php_random_status_alloc()
242 PHPAPI void *php_random_status_copy(const php_random_algo *algo, void *old_status, void *new_status) in php_random_status_copy()
252 …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.h107 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.c3011 zend_long algo; in PHP_METHOD() local
/php-src/ext/openssl/
H A Dopenssl.c1134 static EVP_MD * php_openssl_get_evp_md_from_algo(zend_long algo) { /* {{{ */ in php_openssl_get_evp_md_from_algo()
1184 static const EVP_CIPHER * php_openssl_get_evp_cipher_from_algo(zend_long algo) { /* {{{ */ in php_openssl_get_evp_cipher_from_algo()
1571 zend_long algo = OPENSSL_ALGO_MD5; in PHP_FUNCTION() local

Completed in 86 milliseconds