Home | History | Annotate | Download | only in apps

Lines Matching full:operation

105 	int operation = 0;
162 operation = SMIME_ENCRYPT;
164 operation = SMIME_DECRYPT;
166 operation = SMIME_SIGN;
168 operation = SMIME_SIGN_RECEIPT;
170 operation = SMIME_RESIGN;
172 operation = SMIME_VERIFY;
177 operation = SMIME_VERIFY_RECEIPT;
184 operation = SMIME_CMSOUT;
186 operation = SMIME_DATAOUT;
188 operation = SMIME_DATA_CREATE;
190 operation = SMIME_DIGEST_VERIFY;
192 operation = SMIME_DIGEST_CREATE;
194 operation = SMIME_COMPRESS;
196 operation = SMIME_UNCOMPRESS;
198 operation = SMIME_ENCRYPTED_DECRYPT;
200 operation = SMIME_ENCRYPTED_ENCRYPT;
520 if (!(operation & SMIME_SIGNERS) && (rr_to || rr_from))
525 if (!(operation & SMIME_SIGNERS) && (skkeys || sksigners))
531 if (operation & SMIME_SIGNERS)
560 else if (operation == SMIME_DECRYPT)
568 else if (operation == SMIME_ENCRYPT)
577 else if (!operation)
668 if (!(operation & SMIME_SIGNERS))
671 if (operation & SMIME_OP)
682 if (operation & SMIME_IP)
693 if (operation == SMIME_ENCRYPT)
734 if (recipfile && (operation == SMIME_DECRYPT))
744 if (operation == SMIME_SIGN_RECEIPT)
754 if (operation == SMIME_DECRYPT)
759 else if ((operation == SMIME_SIGN) || (operation == SMIME_SIGN_RECEIPT))
786 if (operation & SMIME_IP)
879 if ((operation == SMIME_VERIFY) || (operation == SMIME_VERIFY_RECEIPT))
891 if (operation == SMIME_DATA_CREATE)
895 else if (operation == SMIME_DIGEST_CREATE)
899 else if (operation == SMIME_COMPRESS)
903 else if (operation == SMIME_ENCRYPT)
926 else if (operation == SMIME_ENCRYPTED_ENCRYPT)
933 else if (operation == SMIME_SIGN_RECEIPT)
948 else if (operation & SMIME_SIGNERS)
954 if (operation == SMIME_SIGN)
1007 if ((operation == SMIME_SIGN) && !(flags & CMS_STREAM))
1021 if (operation == SMIME_DECRYPT)
1052 else if (operation == SMIME_DATAOUT)
1057 else if (operation == SMIME_UNCOMPRESS)
1062 else if (operation == SMIME_DIGEST_VERIFY)
1072 else if (operation == SMIME_ENCRYPTED_DECRYPT)
1078 else if (operation == SMIME_VERIFY)
1107 else if (operation == SMIME_VERIFY_RECEIPT)
1132 if (operation == SMIME_RESIGN)