Searched refs:PHP_SHA3_CTX (Results 1 – 2 of 2) sorted by relevance
29 } PHP_SHA3_CTX; typedef34 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;
88 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 7 milliseconds