Home
last modified time | relevance | path

Searched defs:digest (Results 1 – 14 of 14) sorted by relevance

/PHP-8.0/ext/standard/
H A Dmd5.c22 PHPAPI void make_digest(char *md5str, const unsigned char *digest) /* {{{ */ in make_digest()
28 PHPAPI void make_digest_ex(char *md5str, const unsigned char *digest, int len) /* {{{ */ in make_digest_ex()
47 unsigned char digest[16]; in PHP_FUNCTION() local
75 unsigned char digest[16]; in PHP_FUNCTION() local
H A Dsha1.c24 PHPAPI void make_sha1_digest(char *sha1str, const unsigned char *digest) in make_sha1_digest()
35 unsigned char digest[20]; in PHP_FUNCTION() local
65 unsigned char digest[20]; in PHP_FUNCTION() local
H A Dpassword.c642 zend_string *password, *digest = NULL; in PHP_FUNCTION() local
/PHP-8.0/ext/phar/
H A Dutil.c1367 static int phar_hex_str(const char *digest, size_t digest_len, char **signature) /* {{{ */ in phar_hex_str()
1604 unsigned char digest[64]; in phar_verify_signature() local
1644 unsigned char digest[32]; in phar_verify_signature() local
1684 unsigned char digest[20]; in phar_verify_signature() local
1724 unsigned char digest[16]; in phar_verify_signature() local
1787 unsigned char digest[64]; in phar_create_signature() local
1802 unsigned char digest[32]; in phar_create_signature() local
1900 unsigned char digest[20]; in phar_create_signature() local
1915 unsigned char digest[16]; in phar_create_signature() local
H A Dphar.c921 unsigned char digest[64]; in phar_parse_pharfile() local
948 unsigned char digest[32]; in phar_parse_pharfile() local
975 unsigned char digest[20]; in phar_parse_pharfile() local
1002 unsigned char digest[16]; in phar_parse_pharfile() local
3153 char *digest = NULL; in phar_flush() local
/PHP-8.0/ext/hash/
H A Dhash_haval.c318 PHP_HASH_API void PHP_HAVAL128Final(unsigned char *digest, PHP_HAVAL_CTX * context) in PHP_HAVAL128Final()
371 PHP_HASH_API void PHP_HAVAL160Final(unsigned char *digest, PHP_HAVAL_CTX * context) in PHP_HAVAL160Final()
424 PHP_HASH_API void PHP_HAVAL192Final(unsigned char *digest, PHP_HAVAL_CTX * context) in PHP_HAVAL192Final()
463 PHP_HASH_API void PHP_HAVAL224Final(unsigned char *digest, PHP_HAVAL_CTX * context) in PHP_HAVAL224Final()
503 PHP_HASH_API void PHP_HAVAL256Final(unsigned char *digest, PHP_HAVAL_CTX * context) in PHP_HAVAL256Final()
H A Dhash.c354 zend_string *digest; in php_hash_do_hash() local
400 ZSTR_VAL(digest)[ops->digest_size] = 0; in php_hash_do_hash() local
491 zend_string *digest; in php_hash_do_hash_hmac() local
553 ZSTR_VAL(digest)[ops->digest_size] = 0; in php_hash_do_hash_hmac() local
772 zend_string *digest; in PHP_FUNCTION() local
805 ZSTR_VAL(digest)[digest_len] = 0; in PHP_FUNCTION() local
884 unsigned char *prk, *digest, *K; in PHP_FUNCTION() local
977 unsigned char *computed_salt, *digest, *temp, *result, *K1, *K2 = NULL; in PHP_FUNCTION() local
1312 char *key, *digest; in PHP_FUNCTION() local
H A Dhash_sha3.c179 static void PHP_SHA3_Final(unsigned char* digest, in PHP_SHA3_Final()
/PHP-8.0/Zend/
H A Dzend_system_id.c65 unsigned char digest[16]; in zend_finalize_system_id() local
/PHP-8.0/ext/soap/
H A Dphp_http.c662 zval *digest; in make_http_soap_request() local
1167 zval *digest, *login, *password; in make_http_soap_request() local
1179 zval digest; in make_http_soap_request() local
H A Dphp_sdl.c3204 unsigned char digest[16]; in get_sdl() local
/PHP-8.0/ext/opcache/
H A DZendAccelerator.c2260 unsigned char digest[16]; in accel_gen_uname_id() local
/PHP-8.0/ext/openssl/
H A Dopenssl.c585 const EVP_MD * digest; member
4900 const EVP_MD *digest; in PHP_FUNCTION() local
/PHP-8.0/ext/reflection/
H A Dphp_reflection.c6197 unsigned char digest[20]; in ZEND_METHOD() local

Completed in 130 milliseconds