Searched defs:digest (Results 1 – 15 of 15) sorted by relevance
/PHP-8.1/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 | 647 zend_string *password, *digest = NULL; in PHP_FUNCTION() local
|
/PHP-8.1/ext/phar/ |
H A D | util.c | 1367 static int phar_hex_str(const char *digest, size_t digest_len, char **signature) /* {{{ */ in phar_hex_str() 1633 unsigned char digest[64]; in phar_verify_signature() local 1673 unsigned char digest[32]; in phar_verify_signature() local 1713 unsigned char digest[20]; in phar_verify_signature() local 1753 unsigned char digest[16]; in phar_verify_signature() local 1816 unsigned char digest[64]; in phar_create_signature() local 1834 unsigned char digest[32]; in phar_create_signature() local 1941 unsigned char digest[20]; in phar_create_signature() local 1956 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 3139 char *digest = NULL; in phar_flush() local
|
/PHP-8.1/ext/hash/ |
H A D | hash_haval.c | 318 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 D | hash.c | 361 zend_string *digest; in php_hash_do_hash() local 407 ZSTR_VAL(digest)[ops->digest_size] = 0; in php_hash_do_hash() local 502 zend_string *digest; in php_hash_do_hash_hmac() local 564 ZSTR_VAL(digest)[ops->digest_size] = 0; in php_hash_do_hash_hmac() local 784 zend_string *digest; in PHP_FUNCTION() local 817 ZSTR_VAL(digest)[digest_len] = 0; in PHP_FUNCTION() local 900 unsigned char *prk, *digest, *K; in PHP_FUNCTION() local 993 unsigned char *computed_salt, *digest, *temp, *result, *K1, *K2 = NULL; in PHP_FUNCTION() local 1329 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.1/Zend/ |
H A D | zend_system_id.c | 65 unsigned char digest[16]; in zend_finalize_system_id() local
|
/PHP-8.1/ext/soap/ |
H A D | php_http.c | 656 zval *digest = Z_CLIENT_DIGEST_P(this_ptr); in make_http_soap_request() local 1150 zval *digest = Z_CLIENT_DIGEST_P(this_ptr); in make_http_soap_request() local 1157 zval digest; in make_http_soap_request() local
|
H A D | php_sdl.c | 3215 unsigned char digest[16]; in get_sdl() local
|
/PHP-8.1/ext/hash/xxhash/ |
H A D | xxhash.h | 354 typedef struct { unsigned char digest[4]; } XXH32_canonical_t; member 399 typedef struct { unsigned char digest[sizeof(XXH64_hash_t)]; } XXH64_canonical_t; member 588 typedef struct { unsigned char digest[sizeof(XXH128_hash_t)]; } XXH128_canonical_t; member
|
/PHP-8.1/ext/opcache/ |
H A D | ZendAccelerator.c | 2485 unsigned char digest[16]; in accel_gen_uname_id() local
|
/PHP-8.1/ext/openssl/ |
H A D | openssl.c | 597 const EVP_MD * digest; member 5234 const EVP_MD *digest; in PHP_FUNCTION() local
|
/PHP-8.1/ext/reflection/ |
H A D | php_reflection.c | 6398 unsigned char digest[20]; in ZEND_METHOD() local
|
Completed in 116 milliseconds