Home
last modified time | relevance | path

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

/PHP-8.2/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-8.2/ext/standard/
H A Dpassword.c39 int php_password_algo_register(const char *ident, const php_password_algo *algo) { in php_password_algo_register()
542 const php_password_algo *algo; in php_password_algo_identify_ex() local
557 const php_password_algo *algo; in PHP_FUNCTION() local
628 const php_password_algo *algo; in PHP_FUNCTION() local
647 const php_password_algo *algo; in PHP_FUNCTION() local
677 zend_string *algo; in PHP_FUNCTION() local
H A Darray.c2881 PHPAPI bool php_array_data_shuffle(const php_random_algo *algo, php_random_status *status, zval *ar…
5809 PHPAPI bool php_array_pick_keys(const php_random_algo *algo, php_random_status *status, zval *input…
H A Dbasic_functions.stub.php1402 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
H A Dstring.c5715 PHPAPI bool php_binary_string_shuffle(const php_random_algo *algo, php_random_status *status, char …
/PHP-8.2/ext/random/
H A Drandom.c91 static inline uint32_t rand_range32(const php_random_algo *algo, php_random_status *status, uint32_… in rand_range32()
147 static inline uint64_t rand_range64(const php_random_algo *algo, php_random_status *status, uint64_… in rand_range64()
245 PHPAPI php_random_status *php_random_status_alloc(const php_random_algo *algo, const bool persisten… in php_random_status_alloc()
255 PHPAPI php_random_status *php_random_status_copy(const php_random_algo *algo, php_random_status *ol… in php_random_status_copy()
271 …gine_common_init(zend_class_entry *ce, zend_object_handlers *handlers, const php_random_algo *algo) in php_random_engine_common_init()
312 PHPAPI zend_long php_random_range(const php_random_algo *algo, php_random_status *status, zend_long… in php_random_range()
H A Dphp_random.h250 const php_random_algo *algo; member
256 const php_random_algo *algo; member
/PHP-8.2/ext/phar/
H A Dphar_object.stub.php215 public function setSignatureAlgorithm(int $algo, ?string $privateKey = null): void {}
494 public function setSignatureAlgorithm(int $algo, ?string $privateKey = null): void {}
H A Dphar_object.c2992 zend_long algo; in PHP_METHOD() local
/PHP-8.2/ext/openssl/
H A Dopenssl.c1098 static EVP_MD * php_openssl_get_evp_md_from_algo(zend_long algo) { /* {{{ */ in php_openssl_get_evp_md_from_algo()
1148 static const EVP_CIPHER * php_openssl_get_evp_cipher_from_algo(zend_long algo) { /* {{{ */ in php_openssl_get_evp_cipher_from_algo()
1532 zend_long algo = OPENSSL_ALGO_MD5; in PHP_FUNCTION() local

Completed in 95 milliseconds