Searched defs:sc_mech_type (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2_impl.h46 sha2_mech_type_t sc_mech_type; /* type of context */ member in struct:sha2_ctx
/illumos-gate/usr/src/common/crypto/sha1/
H A Dsha1_impl.h55 sha1_mech_type_t sc_mech_type; /* type of context */ member in struct:sha1_ctx
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dskein_mod.c159 skein_mech_type_t sc_mech_type; member in struct:skein_ctx
172 switch (sc->sc_mech_type) { \
510 SKEIN_CTX(ctx)->sc_mech_type = mechanism->cm_type;
658 skein_ctx.sc_mech_type = mechanism->cm_type;
694 ctx->sc_mech_type = mechanism->cm_type;

Completed in 64 milliseconds