Searched defs:digest (Results 1 – 15 of 15) sorted by relevance
/PHP-8.3/ext/standard/ |
H A D | md5.c | 22 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 D | sha1.c | 24 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 D | password.c | 643 zend_string *password, *digest = NULL; in PHP_FUNCTION() local
|
/PHP-8.3/ext/phar/ |
H A D | util.c | 1377 static int phar_hex_str(const char *digest, size_t digest_len, char **signature) /* {{{ */ in phar_hex_str() 1639 unsigned char digest[64]; in phar_verify_signature() local 1679 unsigned char digest[32]; in phar_verify_signature() local 1719 unsigned char digest[20]; in phar_verify_signature() local 1759 unsigned char digest[16]; in phar_verify_signature() local 1822 unsigned char digest[64]; in phar_create_signature() local 1840 unsigned char digest[32]; in phar_create_signature() local 1954 unsigned char digest[20]; in phar_create_signature() local 1969 unsigned char digest[16]; in phar_create_signature() local
|
H A D | phar.c | 912 unsigned char digest[64]; in phar_parse_pharfile() local 939 unsigned char digest[32]; in phar_parse_pharfile() local 966 unsigned char digest[20]; in phar_parse_pharfile() local 993 unsigned char digest[16]; in phar_parse_pharfile() local 3131 char *digest = NULL; in phar_flush() local
|
/PHP-8.3/ext/hash/ |
H A D | hash_haval.c | 319 PHP_HASH_API void PHP_HAVAL128Final(unsigned char *digest, PHP_HAVAL_CTX * context) in PHP_HAVAL128Final() 372 PHP_HASH_API void PHP_HAVAL160Final(unsigned char *digest, PHP_HAVAL_CTX * context) in PHP_HAVAL160Final() 425 PHP_HASH_API void PHP_HAVAL192Final(unsigned char *digest, PHP_HAVAL_CTX * context) in PHP_HAVAL192Final() 464 PHP_HASH_API void PHP_HAVAL224Final(unsigned char *digest, PHP_HAVAL_CTX * context) in PHP_HAVAL224Final() 504 PHP_HASH_API void PHP_HAVAL256Final(unsigned char *digest, PHP_HAVAL_CTX * context) in PHP_HAVAL256Final()
|
H A D | hash.c | 362 zend_string *digest; in php_hash_do_hash() local 408 ZSTR_VAL(digest)[ops->digest_size] = 0; in php_hash_do_hash() local 503 zend_string *digest; in php_hash_do_hash_hmac() local 565 ZSTR_VAL(digest)[ops->digest_size] = 0; in php_hash_do_hash_hmac() local 785 zend_string *digest; in PHP_FUNCTION() local 818 ZSTR_VAL(digest)[digest_len] = 0; in PHP_FUNCTION() local 901 unsigned char *prk, *digest, *K; in PHP_FUNCTION() local 994 unsigned char *computed_salt, *digest, *temp, *result, *K1, *K2 = NULL; in PHP_FUNCTION() local 1319 char *key, *digest; in PHP_FUNCTION() local
|
H A D | hash_sha3.c | 179 static void PHP_SHA3_Final(unsigned char* digest, in PHP_SHA3_Final()
|
/PHP-8.3/Zend/ |
H A D | zend_system_id.c | 65 unsigned char digest[16]; in zend_finalize_system_id() local
|
/PHP-8.3/ext/soap/ |
H A D | php_http.c | 674 zval *digest = Z_CLIENT_DIGEST_P(this_ptr); in make_http_soap_request() local 1178 zval *digest = Z_CLIENT_DIGEST_P(this_ptr); in make_http_soap_request() local 1185 zval digest; in make_http_soap_request() local
|
H A D | php_sdl.c | 3219 unsigned char digest[16]; in get_sdl() local
|
/PHP-8.3/ext/hash/xxhash/ |
H A D | xxhash.h | 576 unsigned char digest[4]; /*!< Hash bytes, big endian */ member 727 typedef struct { unsigned char digest[sizeof(XXH64_hash_t)]; } XXH64_canonical_t; member 933 typedef struct { unsigned char digest[sizeof(XXH128_hash_t)]; } XXH128_canonical_t; member
|
/PHP-8.3/ext/opcache/ |
H A D | ZendAccelerator.c | 2458 unsigned char digest[16]; in accel_gen_uname_id() local
|
/PHP-8.3/ext/openssl/ |
H A D | openssl.c | 613 const EVP_MD * digest; member 5335 const EVP_MD *digest; in PHP_FUNCTION() local
|
/PHP-8.3/ext/reflection/ |
H A D | php_reflection.c | 6520 unsigned char digest[20]; in ZEND_METHOD() local
|
Completed in 140 milliseconds