Home
last modified time | relevance | path

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

/PHP-5.5/ext/hash/
H A Dhash_gost.c227 static inline void GostTransform(PHP_GOST_CTX *context, const unsigned char input[32]) in GostTransform() function
269 GostTransform(context, context->buffer); in PHP_GOSTUpdate()
273 GostTransform(context, input + i); in PHP_GOSTUpdate()
287 GostTransform(context, context->buffer); in PHP_GOSTFinal()

Completed in 6 milliseconds