Searched refs:OPTION_ENCRYPT (Results 1 – 1 of 1) sorted by relevance
593 OPTION_ENCRYPT = 0x08, in main() enumerator623 nOptions |= OPTION_ENCRYPT; in main()689 if (nOptions & (OPTION_DECRYPT | OPTION_ENCRYPT | OPTION_SIGN)) in main()716 nDefaults |= OPTION_ENCRYPT; in main()730 if (nOptions & (OPTION_ENCRYPT | OPTION_SIGN)) in main()747 if (nOptions & OPTION_ENCRYPT) in main()774 nOptions &= ~OPTION_ENCRYPT; in main()
Completed in 25 milliseconds