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

  /src/crypto/external/apache2/openssl/dist/apps/
smime.c 27 #define SMIME_SIGNERS 0x40
30 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS)
31 #define SMIME_RESIGN (6 | SMIME_IP | SMIME_OP | SMIME_SIGNERS)
444 if (!(operation & SMIME_SIGNERS) && (skkeys != NULL || sksigners != NULL)) {
454 if (operation & SMIME_SIGNERS) {
499 if (!(operation & SMIME_SIGNERS))
618 } else if (operation & SMIME_SIGNERS) {
cms.c 34 #define SMIME_SIGNERS 0x400
37 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS)
39 #define SMIME_RESIGN (5 | SMIME_IP | SMIME_OP | SMIME_SIGNERS)
800 if (!(operation & SMIME_SIGNERS) && (rr_to != NULL || rr_from != NULL)) {
804 if (!(operation & SMIME_SIGNERS) && (skkeys != NULL || sksigners != NULL)) {
823 if (operation & SMIME_SIGNERS) {
873 if ((operation & SMIME_SIGNERS) == 0) {
892 if ((operation & SMIME_SIGNERS) != 0 && (flags & CMS_DETACHED) != 0)
1147 } else if (operation & SMIME_SIGNERS) {
  /src/crypto/external/bsd/openssl/dist/apps/
smime.c 27 #define SMIME_SIGNERS 0x40
30 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS)
33 #define SMIME_RESIGN (6 | SMIME_IP | SMIME_OP | SMIME_SIGNERS)
377 if (!(operation & SMIME_SIGNERS) && (skkeys != NULL || sksigners != NULL)) {
387 if (operation & SMIME_SIGNERS) {
432 if (!(operation & SMIME_SIGNERS))
555 } else if (operation & SMIME_SIGNERS) {
cms.c 35 #define SMIME_SIGNERS 0x400
38 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS)
40 #define SMIME_RESIGN (5 | SMIME_IP | SMIME_OP | SMIME_SIGNERS)
726 if (!(operation & SMIME_SIGNERS) && (rr_to != NULL || rr_from != NULL)) {
730 if (!(operation & SMIME_SIGNERS) && (skkeys != NULL || sksigners != NULL)) {
749 if (operation & SMIME_SIGNERS) {
799 if ((operation & SMIME_SIGNERS) == 0) {
818 if ((operation & SMIME_SIGNERS) != 0 && (flags & CMS_DETACHED) != 0)
1053 } else if (operation & SMIME_SIGNERS) {
  /src/crypto/external/bsd/openssl.old/dist/apps/
smime.c 27 #define SMIME_SIGNERS 0x40
30 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS)
33 #define SMIME_RESIGN (6 | SMIME_IP | SMIME_OP | SMIME_SIGNERS)
324 if (!(operation & SMIME_SIGNERS) && (skkeys != NULL || sksigners != NULL)) {
329 if (operation & SMIME_SIGNERS) {
374 if (!(operation & SMIME_SIGNERS))
489 } else if (operation & SMIME_SIGNERS) {
cms.c 37 # define SMIME_SIGNERS 0x40
40 # define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS)
43 # define SMIME_RESIGN (6 | SMIME_IP | SMIME_OP | SMIME_SIGNERS)
595 if (!(operation & SMIME_SIGNERS) && (rr_to != NULL || rr_from != NULL)) {
599 if (!(operation & SMIME_SIGNERS) && (skkeys != NULL || sksigners != NULL)) {
604 if (operation & SMIME_SIGNERS) {
652 if (!(operation & SMIME_SIGNERS))
890 } else if (operation & SMIME_SIGNERS) {

Completed in 29 milliseconds