Searched refs:PARM_NAME_ENCRYPTION (Results 1 – 2 of 2) sorted by relevance
447 } else if (strcmp(key, PARM_NAME_ENCRYPTION) == 0) { in translate_option()448 DBG_TRACE(DbgInfo, "%s, value: %s\n", PARM_NAME_ENCRYPTION, value); in translate_option()455 DBG_WARNING(DbgInfo, "%s too long; will be truncated\n", PARM_NAME_ENCRYPTION); in translate_option()
194 #define PARM_NAME_ENCRYPTION TEXT("Encryption") macro