Home
last modified time | relevance | path

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

/php-src/ext/hash/
H A Dphp_hash_sha3.h27 } PHP_SHA3_CTX; typedef
32 typedef PHP_SHA3_CTX PHP_SHA3_224_CTX;
33 typedef PHP_SHA3_CTX PHP_SHA3_256_CTX;
34 typedef PHP_SHA3_CTX PHP_SHA3_384_CTX;
35 typedef PHP_SHA3_CTX PHP_SHA3_512_CTX;
H A Dhash_sha3.c88 static void permute(PHP_SHA3_CTX* ctx) { in permute()
150 static void PHP_SHA3_Init(PHP_SHA3_CTX* ctx, in PHP_SHA3_Init()
152 memset(ctx, 0, sizeof(PHP_SHA3_CTX)); in PHP_SHA3_Init()
155 static void PHP_SHA3_Update(PHP_SHA3_CTX* ctx, in PHP_SHA3_Update()
180 PHP_SHA3_CTX* ctx, in PHP_SHA3_Final()
200 ZEND_SECURE_ZERO(ctx, sizeof(PHP_SHA3_CTX)); in PHP_SHA3_Final()
208 PHP_SHA3_CTX *ctx = (PHP_SHA3_CTX *) hash->context; in php_sha3_unserialize()
341 sizeof(PHP_SHA3_CTX), \

Completed in 8 milliseconds