Searched defs:algo (Results 1 – 3 of 3) sorted by relevance
88 PHP_HASH_API const php_hash_ops *php_hash_fetch_ops(const char *algo, int algo_len) /* {{{ */ in php_hash_fetch_ops()103 PHP_HASH_API void php_hash_register_algo(const char *algo, const php_hash_ops *ops) /* {{{ */ in php_hash_register_algo()127 char *algo, *data, *digest; in php_hash_do_hash() local208 char *algo, *data, *digest, *key, *K; in php_hash_do_hash_hmac() local327 char *algo, *key = NULL; in PHP_FUNCTION() local
958 static EVP_MD * php_openssl_get_evp_md_from_algo(long algo) { /* {{{ */ in php_openssl_get_evp_md_from_algo()1004 static const EVP_CIPHER * php_openssl_get_evp_cipher_from_algo(long algo) { /* {{{ */ in php_openssl_get_evp_cipher_from_algo()
3110 long algo; local
Completed in 26 milliseconds