Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/include/sha2/
H A Dsha2_impl.h46 sha2_mech_type_t sc_mech_type; /* type of context */ member
/f-stack/freebsd/contrib/openzfs/module/icp/io/
H A Dskein_mod.c154 skein_mech_type_t sc_mech_type; member
168 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()
H A Dsha2_mod.c281 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()
H A Dsha1_mod.c256 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()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sha1/
H A Dsha1_impl.h54 sha1_mech_type_t sc_mech_type; /* type of context */ member