Searched defs:algo (Results 1 – 4 of 4) sorted by relevance
/PHP-7.3/ext/standard/ |
H A D | password.c | 60 static zend_string* php_password_get_algo_name(const php_password_algo algo) in php_password_get_algo_name() 168 static void extract_argon2_parameters(const php_password_algo algo, const zend_string *hash, in extract_argon2_parameters() 186 php_password_algo algo; in PHP_FUNCTION() local 242 php_password_algo algo; in PHP_FUNCTION() local 317 php_password_algo algo; in PHP_FUNCTION() local 447 zend_long algo = PHP_PASSWORD_DEFAULT; in PHP_FUNCTION() local
|
/PHP-7.3/ext/hash/ |
H A D | hash.c | 85 PHP_HASH_API const php_hash_ops *php_hash_fetch_ops(const char *algo, size_t algo_len) /* {{{ */ in php_hash_fetch_ops() 95 PHP_HASH_API void php_hash_register_algo(const char *algo, const php_hash_ops *ops) /* {{{ */ in php_hash_register_algo() 118 char *algo, *data; in php_hash_do_hash() local 235 char *algo, *data, *key; in php_hash_do_hash_hmac() local 333 zend_string *algo, *key = NULL; in php_hashcontext_ctor() local 620 zend_string *returnval, *ikm, *algo, *info = NULL, *salt = NULL; in PHP_FUNCTION() local 719 char *algo, *salt, *pass = NULL; in PHP_FUNCTION() local
|
/PHP-7.3/ext/openssl/ |
H A D | openssl.c | 1321 static EVP_MD * php_openssl_get_evp_md_from_algo(zend_long algo) { /* {{{ */ in php_openssl_get_evp_md_from_algo() 1367 static const EVP_CIPHER * php_openssl_get_evp_cipher_from_algo(zend_long algo) { /* {{{ */ in php_openssl_get_evp_cipher_from_algo() 1807 zend_long algo = OPENSSL_ALGO_MD5; in PHP_FUNCTION() local
|
/PHP-7.3/ext/phar/ |
H A D | phar_object.c | 3038 zend_long algo; in PHP_METHOD() local
|
Completed in 37 milliseconds