HomeSort by: relevance | last modified time | path
    Searched refs:SMIME_VERIFY (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/apps/
smime.c 32 #define SMIME_VERIFY (4 | SMIME_IP)
181 case SMIME_VERIFY:
269 if (!SET_OPERATION(SMIME_VERIFY))
602 if (operation == SMIME_VERIFY) {
679 } else if (operation == SMIME_VERIFY) {
cms.c 38 #define SMIME_VERIFY (4 | SMIME_IP)
422 operation = SMIME_VERIFY;
815 if (operation == SMIME_VERIFY
1035 if ((operation == SMIME_VERIFY) || (operation == SMIME_VERIFY_RECEIPT)) {
1281 } else if (operation == SMIME_VERIFY) {
  /src/crypto/external/bsd/openssl/dist/apps/
smime.c 31 #define SMIME_VERIFY (4 | SMIME_IP)
202 operation = SMIME_VERIFY;
540 if (operation == SMIME_VERIFY) {
616 } else if (operation == SMIME_VERIFY) {
cms.c 39 #define SMIME_VERIFY (4 | SMIME_IP)
351 operation = SMIME_VERIFY;
741 if (operation == SMIME_VERIFY
944 if ((operation == SMIME_VERIFY) || (operation == SMIME_VERIFY_RECEIPT)) {
1182 } else if (operation == SMIME_VERIFY) {
  /src/crypto/external/bsd/openssl.old/dist/apps/
smime.c 31 #define SMIME_VERIFY (4 | SMIME_IP)
179 operation = SMIME_VERIFY;
475 if (operation == SMIME_VERIFY) {
550 } else if (operation == SMIME_VERIFY) {
cms.c 41 # define SMIME_VERIFY (4 | SMIME_IP)
263 operation = SMIME_VERIFY;
799 if ((operation == SMIME_VERIFY) || (operation == SMIME_VERIFY_RECEIPT)) {
1020 } else if (operation == SMIME_VERIFY) {

Completed in 30 milliseconds