Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dpassword.c61 static zend_string* php_password_get_algo_name(const php_password_algo algo) in php_password_get_algo_name()
166 php_password_algo algo; in PHP_FUNCTION() local
220 php_password_algo algo; in PHP_FUNCTION() local
294 php_password_algo algo; in PHP_FUNCTION() local
415 zend_long algo = PHP_PASSWORD_DEFAULT; in PHP_FUNCTION() local
/PHP-7.2/ext/hash/
H A Dhash.c87 PHP_HASH_API const php_hash_ops *php_hash_fetch_ops(const char *algo, size_t algo_len) /* {{{ */ in php_hash_fetch_ops()
97 PHP_HASH_API void php_hash_register_algo(const char *algo, const php_hash_ops *ops) /* {{{ */ in php_hash_register_algo()
120 char *algo, *data; in php_hash_do_hash() local
237 char *algo, *data, *key; in php_hash_do_hash_hmac() local
335 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.2/ext/openssl/
H A Dopenssl.c1315 static EVP_MD * php_openssl_get_evp_md_from_algo(zend_long algo) { /* {{{ */ in php_openssl_get_evp_md_from_algo()
1361 static const EVP_CIPHER * php_openssl_get_evp_cipher_from_algo(zend_long algo) { /* {{{ */ in php_openssl_get_evp_cipher_from_algo()
1801 zend_long algo = OPENSSL_ALGO_MD5; in PHP_FUNCTION() local
/PHP-7.2/ext/phar/
H A Dphar_object.c3092 zend_long algo; in PHP_METHOD() local

Completed in 40 milliseconds