Home
last modified time | relevance | path

Searched refs:sc_mech_type (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dskein_mod.c159 skein_mech_type_t sc_mech_type; member
172 switch (sc->sc_mech_type) { \
510 SKEIN_CTX(ctx)->sc_mech_type = mechanism->cm_type; in skein_digest_init()
658 skein_ctx.sc_mech_type = mechanism->cm_type; in skein_digest_atomic()
694 ctx->sc_mech_type = mechanism->cm_type; in skein_mac_ctx_build()
H A Dsha2_mod.c284 PROV_SHA2_CTX(ctx)->sc_mech_type = mechanism->cm_type; in sha2_digest_init()
594 switch (PROV_SHA2_CTX(ctx)->sc_mech_type) { in sha2_digest()
729 switch (PROV_SHA2_CTX(ctx)->sc_mech_type) { in sha2_digest_final()
1628 switch (PROV_SHA2_CTX(ctx)->sc_mech_type) { in sha2_free_context()
1652 PROV_SHA2_CTX(ctx)->sc_mech_type); in sha2_free_context()
H A Dsha1_mod.c255 PROV_SHA1_CTX(ctx)->sc_mech_type = SHA1_MECH_INFO_TYPE; in sha1_digest_init()
1529 mech_type = PROV_SHA1_CTX(ctx)->sc_mech_type; in sha1_free_context()
/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2_impl.h46 sha2_mech_type_t sc_mech_type; /* type of context */ member
/illumos-gate/usr/src/common/crypto/sha1/
H A Dsha1_impl.h55 sha1_mech_type_t sc_mech_type; /* type of context */ member