Searched defs:algo (Results 1 – 12 of 12) sorted by relevance
/PHP-8.2/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 | 106 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 D | php_hash.h | 42 const char *algo; member
|
/PHP-8.2/ext/standard/ |
H A D | password.c | 39 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 D | array.c | 2881 PHPAPI bool php_array_data_shuffle(const php_random_algo *algo, php_random_status *status, zval *ar… 5810 PHPAPI bool php_array_pick_keys(const php_random_algo *algo, php_random_status *status, zval *input…
|
H A D | basic_functions.stub.php | 1402 function crypt(#[\SensitiveParameter] string $string, string $salt): string {}
|
H A D | string.c | 5715 PHPAPI bool php_binary_string_shuffle(const php_random_algo *algo, php_random_status *status, char …
|
/PHP-8.2/ext/random/ |
H A D | random.c | 91 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 D | php_random.h | 250 const php_random_algo *algo; member 256 const php_random_algo *algo; member
|
/PHP-8.2/ext/phar/ |
H A D | phar_object.stub.php | 215 public function setSignatureAlgorithm(int $algo, ?string $privateKey = null): void {} 494 public function setSignatureAlgorithm(int $algo, ?string $privateKey = null): void {}
|
H A D | phar_object.c | 2995 zend_long algo; in PHP_METHOD() local
|
/PHP-8.2/ext/openssl/ |
H A D | openssl.c | 1098 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() 1535 zend_long algo = OPENSSL_ALGO_MD5; in PHP_FUNCTION() local
|
Completed in 102 milliseconds