Searched defs:MECH_ALIASES_COUNT (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-crypto/digest/
H A Ddigest.c104 #define MECH_ALIASES_COUNT 11 macro
254 for (mech = 0; mech < MECH_ALIASES_COUNT; mech++) {
394 for (mech_match = 0; mech_match < MECH_ALIASES_COUNT;
404 if (mech_match == MECH_ALIASES_COUNT) {
493 for (mek = 0; mek < MECH_ALIASES_COUNT; mek++) {
/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c155 #define MECH_ALIASES_COUNT 4 macro
312 for (mech = 0; mech < MECH_ALIASES_COUNT; mech++) {
454 for (mech_match = 0; mech_match < MECH_ALIASES_COUNT;
463 if (mech_match == MECH_ALIASES_COUNT) {
545 for (mek = 0; mek < MECH_ALIASES_COUNT; mek++) {

Completed in 71 milliseconds