Home
last modified time | relevance | path

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

/PHP-5.3/ext/hash/
H A Dphp_hash_gost.h32 } PHP_GOST_CTX; typedef
34 PHP_HASH_API void PHP_GOSTInit(PHP_GOST_CTX *);
35 PHP_HASH_API void PHP_GOSTUpdate(PHP_GOST_CTX *, const unsigned char *, size_t);
36 PHP_HASH_API void PHP_GOSTFinal(unsigned char[64], PHP_GOST_CTX *);
H A Dhash_gost.c227 static inline void GostTransform(PHP_GOST_CTX *context, const unsigned char input[32]) in GostTransform()
243 PHP_HASH_API void PHP_GOSTInit(PHP_GOST_CTX *context) in PHP_GOSTInit()
250 PHP_HASH_API void PHP_GOSTUpdate(PHP_GOST_CTX *context, const unsigned char *input, size_t len) in PHP_GOSTUpdate()
282 PHP_HASH_API void PHP_GOSTFinal(unsigned char digest[32], PHP_GOST_CTX *context) in PHP_GOSTFinal()
312 sizeof(PHP_GOST_CTX)

Completed in 8 milliseconds