Home
last modified time | relevance | path

Searched refs:MECH_ALIASES_COUNT (Results 1 – 2 of 2) sorted by relevance

/titanic_44/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++) { in algorithm_list()
394 for (mech_match = 0; mech_match < MECH_ALIASES_COUNT; in execute_cmd()
404 if (mech_match == MECH_ALIASES_COUNT) { in execute_cmd()
493 for (mek = 0; mek < MECH_ALIASES_COUNT; mek++) { in execute_cmd()
/titanic_44/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++) { in algorithm_list()
454 for (mech_match = 0; mech_match < MECH_ALIASES_COUNT; in execute_cmd()
463 if (mech_match == MECH_ALIASES_COUNT) { in execute_cmd()
545 for (mek = 0; mek < MECH_ALIASES_COUNT; mek++) { in execute_cmd()