Searched refs:sha1 (Results 1 - 7 of 7) sorted by relevance
| /PHP_TRUNK/ext/hash/ |
| H A D | hash.c | 52 {"SHA1", "sha1", 2}, 967 php_hash_register_algo("sha1", &php_hash_sha1_ops); 1205 PHP_NAMED_FE(sha1, php_if_sha1, arginfo_hash_sha1)
|
| H A D | hash_sha.c | 87 /* {{{ proto string sha1(string str [, bool raw_output]) 88 Calculate the sha1 hash of a string */ 89 PHP_FUNCTION(sha1) 118 Calculate the sha1 hash of given filename */
|
| H A D | php_hash_sha.h | 26 the ext/standard/sha1.c file can be removed 27 and the ext/standard/sha1.h file can be reduced to: 30 Don't forget to remove sha1() and sha1_file() from basic_functions.c 32 #include "ext/standard/sha1.h" 48 PHP_FUNCTION(sha1); variable
|
| /PHP_TRUNK/ext/standard/ |
| H A D | sha1.c | 25 #include "sha1.h" 33 /* {{{ proto string sha1(string str [, bool raw_output]) 34 Calculate the sha1 hash of a string */ 35 PHP_FUNCTION(sha1) 65 Calculate the sha1 hash of given filename */
|
| H A D | sha1.h | 38 PHP_FUNCTION(sha1); variable
|
| H A D | basic_functions.c | 1942 /* {{{ sha1.c */ 2724 PHP_FE(sha1, arginfo_sha1)
|
| /PHP_TRUNK/ext/mysqlnd/ |
| H A D | mysqlnd_auth.c | 313 #include "ext/standard/sha1.h" 331 zend_uchar sha1[SHA1_MAX_LENGTH]; local 337 PHP_SHA1Final(sha1, &context); 339 /* Phase 2: hash sha1 */ 341 PHP_SHA1Update(&context, (zend_uchar*)sha1, SHA1_MAX_LENGTH); 351 php_mysqlnd_crypt(buffer, (const zend_uchar *)buffer, (const zend_uchar *)sha1, SHA1_MAX_LENGTH);
|
Completed in 28 milliseconds