Searched refs:hash_step (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/crypto/openssl/engines/ccgost/
H A Dgosthash.c90 static int hash_step(gost_ctx * c, byte * H, const byte * M) function
217 hash_step(ctx->cipher_ctx, ctx->H, ctx->remainder);
223 hash_step(ctx->cipher_ctx, ctx->H, block);
253 hash_step(ctx->cipher_ctx, H, buf);
264 hash_step(ctx->cipher_ctx, H, buf);
265 hash_step(ctx->cipher_ctx, H, S);

Completed in 49 milliseconds