Searched refs:Encode (Results 1 – 3 of 3) sorted by relevance
/PHP-8.1/ext/imap/tests/ |
H A D | imap_binary_basic.phpt | 9 echo "Encode as short string\n"; 14 echo "Encode a string which results in more than 60 charters of output\n"; 19 echo "Encode a string with special characters\n"; 24 echo "Encode some hexadecimal data\n"; 32 Encode as short string 34 Encode a string which results in more than 60 charters of output 36 Encode a string with special characters 38 Encode some hexadecimal data
|
/PHP-8.1/ext/hash/ |
H A D | hash_haval.c | 97 static void Encode(unsigned char *output, uint32_t *input, unsigned int len) in Encode() function 330 Encode(bits + 2, context->count, 8); in PHP_HAVAL128Final() 362 Encode(digest, context->state, 16); in PHP_HAVAL128Final() 383 Encode(bits + 2, context->count, 8); in PHP_HAVAL160Final() 415 Encode(digest, context->state, 20); in PHP_HAVAL160Final() 436 Encode(bits + 2, context->count, 8); in PHP_HAVAL192Final() 454 Encode(digest, context->state, 24); in PHP_HAVAL192Final() 475 Encode(bits + 2, context->count, 8); in PHP_HAVAL224Final() 494 Encode(digest, context->state, 28); in PHP_HAVAL224Final() 515 Encode(bits + 2, context->count, 8); in PHP_HAVAL256Final() [all …]
|
H A D | hash_md.c | 80 static void Encode(unsigned char *output, uint32_t *input, unsigned int len) in Encode() function 250 Encode(bits, context->count, 8); in PHP_MD4Final() 262 Encode(digest, context->state, 16); in PHP_MD4Final()
|
Completed in 8 milliseconds