Searched refs:algotype (Results 1 – 3 of 3) sorted by relevance
398 SHA2Init(int algotype, SHA2_CTX *ctx) in SHA2Init() argument403 ASSERT3S(algotype, >=, SHA512_HMAC_MECH_INFO_TYPE); in SHA2Init()404 ASSERT3S(algotype, <=, SHA512_256); in SHA2Init()407 ctx->algotype = algotype; in SHA2Init()408 switch (ctx->algotype) { in SHA2Init()461 switch (ctx->algotype) { in SHA2Update()479 switch (ctx->algotype) { in SHA2Final()
84 int algotype; member98 extern void SHA2Init(int algotype, SHA2_CTX *ctx);
239 ASSERT3U(sha2_ctx->algotype, ==, SHA512_HMAC_MECH_INFO_TYPE); in sha2_digest_final_uio()