Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dpassword.c50 static char* php_password_get_algo_name(const php_password_algo algo) in php_password_get_algo_name()
149 php_password_algo algo; in PHP_FUNCTION() local
186 php_password_algo algo; in PHP_FUNCTION() local
265 zend_long algo = 0; in PHP_FUNCTION() local
/PHP-7.0/ext/hash/
H A Dhash.c89 PHP_HASH_API const php_hash_ops *php_hash_fetch_ops(const char *algo, size_t algo_len) /* {{{ */ in php_hash_fetch_ops()
99 PHP_HASH_API void php_hash_register_algo(const char *algo, const php_hash_ops *ops) /* {{{ */ in php_hash_register_algo()
122 char *algo, *data; in php_hash_do_hash() local
239 char *algo, *data, *key; in php_hash_do_hash_hmac() local
336 char *algo, *key = NULL; in PHP_FUNCTION() local
612 char *algo, *salt, *pass = NULL; in PHP_FUNCTION() local
/PHP-7.0/ext/openssl/
H A Dopenssl.c1245 static EVP_MD * php_openssl_get_evp_md_from_algo(zend_long algo) { /* {{{ */ in php_openssl_get_evp_md_from_algo()
1293 static const EVP_CIPHER * php_openssl_get_evp_cipher_from_algo(zend_long algo) { /* {{{ */ in php_openssl_get_evp_cipher_from_algo()
1697 zend_long algo = OPENSSL_ALGO_MD5; in PHP_FUNCTION() local
/PHP-7.0/ext/phar/
H A Dphar_object.c3059 zend_long algo; in PHP_METHOD() local

Completed in 36 milliseconds