Home
last modified time | relevance | path

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

/third_party/openssl/apps/
Dsmime.c31 #define SMIME_VERIFY (4 | SMIME_IP) macro
202 operation = SMIME_VERIFY; in smime_main()
533 if (operation == SMIME_VERIFY) { in smime_main()
609 } else if (operation == SMIME_VERIFY) { in smime_main()
Dcms.c39 #define SMIME_VERIFY (4 | SMIME_IP) macro
351 operation = SMIME_VERIFY; in cms_main()
733 if (operation == SMIME_VERIFY in cms_main()
936 if ((operation == SMIME_VERIFY) || (operation == SMIME_VERIFY_RECEIPT)) { in cms_main()
1167 } else if (operation == SMIME_VERIFY) { in cms_main()