Home
last modified time | relevance | path

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

/php-src/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.c632 zend_string *password, *digest = NULL; in PHP_FUNCTION() local
/php-src/ext/phar/
H A Dutil.c1377 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 Dphar.c912 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-src/ext/hash/
H A Dhash_haval.c319 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 Dhash.c362 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 Dhash_sha3.c179 static void PHP_SHA3_Final(unsigned char* digest, in PHP_SHA3_Final()
/php-src/Zend/
H A Dzend_system_id.c65 unsigned char digest[16]; in zend_finalize_system_id() local
/php-src/ext/soap/
H A Dphp_http.c658 zval *digest = Z_CLIENT_DIGEST_P(this_ptr); in make_http_soap_request() local
1165 zval *digest = Z_CLIENT_DIGEST_P(this_ptr); in make_http_soap_request() local
1172 zval digest; in make_http_soap_request() local
H A Dphp_sdl.c3230 unsigned char digest[16]; in get_sdl() local
/php-src/ext/hash/xxhash/
H A Dxxhash.h576 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-src/ext/opcache/
H A DZendAccelerator.c2458 unsigned char digest[16]; in accel_gen_uname_id() local
/php-src/ext/openssl/
H A Dopenssl.c613 const EVP_MD * digest; member
5354 const EVP_MD *digest; in PHP_FUNCTION() local
/php-src/ext/reflection/
H A Dphp_reflection.c6552 unsigned char digest[20]; in ZEND_METHOD() local

Completed in 176 milliseconds