Searched refs:algotype (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsha2.h70 uint32_t algotype; /* Algorithm Type */ member in struct:__anon466
/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c750 ctx->algotype = (uint32_t)mech;
793 uint32_t algotype = ctx->algotype; local
803 if (algotype <= SHA256_HMAC_GEN_MECH_INFO_TYPE) {
845 if (algotype <= SHA256_HMAC_GEN_MECH_INFO_TYPE)
854 if (algotype <= SHA256_HMAC_GEN_MECH_INFO_TYPE) {
865 if (algotype <= SHA256_HMAC_GEN_MECH_INFO_TYPE) {
919 uint32_t algotype = ctx->algotype; local
921 if (algotype <
[all...]
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dsha2_mod.c380 if (((sha2_ctx->algotype <= SHA256_HMAC_GEN_MECH_INFO_TYPE) &&
382 ((sha2_ctx->algotype > SHA256_HMAC_GEN_MECH_INFO_TYPE) &&
523 if (((sha2_ctx->algotype <= SHA256_HMAC_GEN_MECH_INFO_TYPE) &&
525 ((sha2_ctx->algotype > SHA256_HMAC_GEN_MECH_INFO_TYPE) &&

Completed in 68 milliseconds