Searched refs:sc_mech_type (Results 1 – 5 of 5) sorted by relevance
46 sha2_mech_type_t sc_mech_type; /* type of context */ member
154 skein_mech_type_t sc_mech_type; member168 switch (sc->sc_mech_type) { \413 SKEIN_CTX(ctx)->sc_mech_type = mechanism->cm_type; in skein_digest_init()555 skein_ctx.sc_mech_type = mechanism->cm_type; in skein_digest_atomic()591 ctx->sc_mech_type = mechanism->cm_type; in skein_mac_ctx_build()
281 PROV_SHA2_CTX(ctx)->sc_mech_type = mechanism->cm_type; in sha2_digest_init()451 switch (PROV_SHA2_CTX(ctx)->sc_mech_type) { in sha2_digest()568 switch (PROV_SHA2_CTX(ctx)->sc_mech_type) { in sha2_digest_final()1389 if (PROV_SHA2_CTX(ctx)->sc_mech_type % 3 == 0) in sha2_free_context()
256 PROV_SHA1_CTX(ctx)->sc_mech_type = SHA1_MECH_INFO_TYPE; in sha1_digest_init()1216 mech_type = PROV_SHA1_CTX(ctx)->sc_mech_type; in sha1_free_context()
54 sha1_mech_type_t sc_mech_type; /* type of context */ member