Home
last modified time | relevance | path

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

/PHP-5.5/ext/hash/
H A Dhash_snefru.c123 static inline void SnefruTransform(PHP_SNEFRU_CTX *context, const unsigned char input[32]) in SnefruTransform() function
161 SnefruTransform(context, context->buffer); in PHP_SNEFRUUpdate()
165 SnefruTransform(context, input + i); in PHP_SNEFRUUpdate()
179 SnefruTransform(context, context->buffer); in PHP_SNEFRUFinal()

Completed in 6 milliseconds