Searched defs:SMIME_VERIFY (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/apps/
H A Dsmime.c81 #define SMIME_VERIFY (4 | SMIME_IP) macro
147 operation = SMIME_VERIFY;
670 if (operation == SMIME_VERIFY)
753 else if (operation == SMIME_VERIFY)
H A Dcms.c84 #define SMIME_VERIFY (4 | SMIME_IP) macro
173 operation = SMIME_VERIFY;
889 if ((operation == SMIME_VERIFY) || (operation == SMIME_VERIFY_RECEIPT))
1111 else if (operation == SMIME_VERIFY)
/external/openssl/apps/
H A Dsmime.c81 #define SMIME_VERIFY (4 | SMIME_IP) macro
147 operation = SMIME_VERIFY;
670 if (operation == SMIME_VERIFY)
753 else if (operation == SMIME_VERIFY)
H A Dcms.c84 #define SMIME_VERIFY (4 | SMIME_IP) macro
173 operation = SMIME_VERIFY;
889 if ((operation == SMIME_VERIFY) || (operation == SMIME_VERIFY_RECEIPT))
1111 else if (operation == SMIME_VERIFY)

Completed in 150 milliseconds