Home
last modified time | relevance | path

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

/PHP-8.3/ext/hash/
H A Dphp_hash_sha3.h29 } PHP_SHA3_CTX; typedef
34 typedef PHP_SHA3_CTX PHP_SHA3_224_CTX;
35 typedef PHP_SHA3_CTX PHP_SHA3_256_CTX;
36 typedef PHP_SHA3_CTX PHP_SHA3_384_CTX;
37 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()
201 ZEND_SECURE_ZERO(ctx, sizeof(PHP_SHA3_CTX)); in PHP_SHA3_Final()
209 PHP_SHA3_CTX *ctx = (PHP_SHA3_CTX *) hash->context; in php_sha3_unserialize()
342 sizeof(PHP_SHA3_CTX), \

Completed in 6 milliseconds