Searched refs:PARM_NAME_ENABLE_ENCRYPTION (Results 1 – 2 of 2) sorted by relevance
439 else if (strcmp(key, PARM_NAME_ENABLE_ENCRYPTION) == 0) { in translate_option()440 DBG_TRACE(DbgInfo, "%s, value: %s\n", PARM_NAME_ENABLE_ENCRYPTION, value); in translate_option()446 DBG_WARNING(DbgInfo, "%s invalid; will be ignored\n", PARM_NAME_ENABLE_ENCRYPTION); in translate_option()
196 #define PARM_NAME_ENABLE_ENCRYPTION TEXT("EnableEncryption") macro