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

  /src/crypto/external/apache2/openssl/dist/apps/
smime.c 30 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS)
177 case SMIME_SIGN:
261 if (!SET_OPERATION(SMIME_SIGN))
549 } else if (operation == SMIME_SIGN) {
624 if (operation == SMIME_SIGN) {
662 if ((operation == SMIME_SIGN) && !(flags & PKCS7_STREAM)) {
cms.c 37 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS)
419 operation = SMIME_SIGN;
954 } else if ((operation == SMIME_SIGN) || (operation == SMIME_SIGN_RECEIPT)) {
968 if (operation != SMIME_SIGN) {
1153 if (operation == SMIME_SIGN) {
1216 if (operation == SMIME_SIGN && digestbin != NULL
1221 } else if (operation == SMIME_SIGN && (flags & CMS_STREAM) == 0) {
  /src/crypto/external/bsd/openssl/dist/apps/
smime.c 30 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS)
196 operation = SMIME_SIGN;
487 } else if (operation == SMIME_SIGN) {
561 if (operation == SMIME_SIGN) {
599 if ((operation == SMIME_SIGN) && !(flags & PKCS7_STREAM)) {
cms.c 38 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS)
348 operation = SMIME_SIGN;
884 } else if ((operation == SMIME_SIGN) || (operation == SMIME_SIGN_RECEIPT)) {
1059 if (operation == SMIME_SIGN) {
1122 if ((operation == SMIME_SIGN) && !(flags & CMS_STREAM)) {
  /src/crypto/external/bsd/openssl.old/dist/apps/
smime.c 30 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS)
173 operation = SMIME_SIGN;
429 } else if (operation == SMIME_SIGN) {
495 if (operation == SMIME_SIGN) {
533 if ((operation == SMIME_SIGN) && !(flags & PKCS7_STREAM)) {
cms.c 40 # define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS)
254 operation = SMIME_SIGN;
718 } else if ((operation == SMIME_SIGN) || (operation == SMIME_SIGN_RECEIPT)) {
896 if (operation == SMIME_SIGN) {
960 if ((operation == SMIME_SIGN) && !(flags & CMS_STREAM)) {

Completed in 33 milliseconds