Searched defs:algo (Results 1 – 4 of 4) sorted by relevance
/PHP-7.1/ext/standard/ |
H A D | password.c | 49 static char* php_password_get_algo_name(const php_password_algo algo) in php_password_get_algo_name() 148 php_password_algo algo; in PHP_FUNCTION() local 185 php_password_algo algo; in PHP_FUNCTION() local 264 zend_long algo = 0; in PHP_FUNCTION() local
|
/PHP-7.1/ext/hash/ |
H A D | hash.c | 83 PHP_HASH_API const php_hash_ops *php_hash_fetch_ops(const char *algo, size_t algo_len) /* {{{ */ in php_hash_fetch_ops() 93 PHP_HASH_API void php_hash_register_algo(const char *algo, const php_hash_ops *ops) /* {{{ */ in php_hash_register_algo() 116 char *algo, *data; in php_hash_do_hash() local 233 char *algo, *data, *key; in php_hash_do_hash_hmac() local 330 char *algo, *key = NULL; in PHP_FUNCTION() local 600 static inline zend_bool php_hash_is_crypto(const char *algo, size_t algo_len) { in php_hash_is_crypto() 623 zend_string *returnval, *ikm, *algo, *info = NULL, *salt = NULL; in PHP_FUNCTION() local 722 char *algo, *salt, *pass = NULL; in PHP_FUNCTION() local
|
/PHP-7.1/ext/openssl/ |
H A D | openssl.c | 1309 static EVP_MD * php_openssl_get_evp_md_from_algo(zend_long algo) { /* {{{ */ in php_openssl_get_evp_md_from_algo() 1355 static const EVP_CIPHER * php_openssl_get_evp_cipher_from_algo(zend_long algo) { /* {{{ */ in php_openssl_get_evp_cipher_from_algo() 1787 zend_long algo = OPENSSL_ALGO_MD5; in PHP_FUNCTION() local
|
/PHP-7.1/ext/phar/ |
H A D | phar_object.c | 3034 zend_long algo; in PHP_METHOD() local
|
Completed in 30 milliseconds