Home
last modified time | relevance | path

Searched refs:Encode (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/imap/tests/
H A Dimap_binary_basic.phpt16 echo "Encode as short string\n";
21 echo "Encode a string which results in more than 60 charters of output\n";
26 echo "Encode a string with special characters\n";
31 echo "Encode some hexadecimal data\n";
40 Encode as short string
42 Encode a string which results in more than 60 charters of output
44 Encode a string with special characters
46 Encode some hexadecimal data
/PHP-7.4/ext/hash/
H A Dhash_haval.c99 static void Encode(unsigned char *output, uint32_t *input, unsigned int len) in Encode() function
333 Encode(bits + 2, context->count, 8); in PHP_HAVAL128Final()
365 Encode(digest, context->state, 16); in PHP_HAVAL128Final()
387 Encode(bits + 2, context->count, 8); in PHP_HAVAL160Final()
419 Encode(digest, context->state, 20); in PHP_HAVAL160Final()
441 Encode(bits + 2, context->count, 8); in PHP_HAVAL192Final()
459 Encode(digest, context->state, 24); in PHP_HAVAL192Final()
481 Encode(bits + 2, context->count, 8); in PHP_HAVAL224Final()
500 Encode(digest, context->state, 28); in PHP_HAVAL224Final()
522 Encode(bits + 2, context->count, 8); in PHP_HAVAL256Final()
[all …]
H A Dhash_md.c68 static void Encode(unsigned char *output, uint32_t *input, unsigned int len) in Encode() function
329 Encode(bits, context->count, 8); in PHP_MD5Final()
341 Encode(digest, context->state, 16); in PHP_MD5Final()
587 Encode(bits, context->count, 8); in PHP_MD4Final()
599 Encode(digest, context->state, 16); in PHP_MD4Final()

Completed in 10 milliseconds