Searched refs:SMIME_OP (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/crypto/openssl/apps/
H A Dcms.c79 # define SMIME_OP 0x10 macro
82 # define SMIME_ENCRYPT (1 | SMIME_OP)
84 # define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS)
86 # define SMIME_CMSOUT (5 | SMIME_IP | SMIME_OP)
87 # define SMIME_RESIGN (6 | SMIME_IP | SMIME_OP | SMIME_SIGNERS)
89 # define SMIME_DATA_CREATE (8 | SMIME_OP)
91 # define SMIME_DIGEST_CREATE (10 | SMIME_OP)
93 # define SMIME_COMPRESS (12 | SMIME_OP)
95 # define SMIME_ENCRYPTED_ENCRYPT (14 | SMIME_OP)
96 # define SMIME_SIGN_RECEIPT (15 | SMIME_IP | SMIME_OP)
[all...]
H A Dsmime.c76 #define SMIME_OP 0x10 macro
77 #define SMIME_ENCRYPT (1 | SMIME_OP)
79 #define SMIME_SIGN (3 | SMIME_OP)
446 if (operation & SMIME_OP) {

Completed in 85 milliseconds