Home | History | Annotate | Download | only in apps

Lines Matching refs:operation

105 	int operation = 0;
163 operation = SMIME_ENCRYPT;
165 operation = SMIME_DECRYPT;
167 operation = SMIME_SIGN;
169 operation = SMIME_SIGN_RECEIPT;
171 operation = SMIME_RESIGN;
173 operation = SMIME_VERIFY;
178 operation = SMIME_VERIFY_RECEIPT;
185 operation = SMIME_CMSOUT;
187 operation = SMIME_DATAOUT;
189 operation = SMIME_DATA_CREATE;
191 operation = SMIME_DIGEST_VERIFY;
193 operation = SMIME_DIGEST_CREATE;
195 operation = SMIME_COMPRESS;
197 operation = SMIME_UNCOMPRESS;
199 operation = SMIME_ENCRYPTED_DECRYPT;
201 operation = SMIME_ENCRYPTED_ENCRYPT;
530 if (!(operation & SMIME_SIGNERS) && (rr_to || rr_from))
535 if (!(operation & SMIME_SIGNERS) && (skkeys || sksigners))
541 if (operation & SMIME_SIGNERS)
570 else if (operation == SMIME_DECRYPT)
578 else if (operation == SMIME_ENCRYPT)
587 else if (!operation)
678 if (!(operation & SMIME_SIGNERS))
681 if (operation & SMIME_OP)
692 if (operation & SMIME_IP)
703 if (operation == SMIME_ENCRYPT)
744 if (recipfile && (operation == SMIME_DECRYPT))
754 if (operation == SMIME_SIGN_RECEIPT)
764 if (operation == SMIME_DECRYPT)
769 else if ((operation == SMIME_SIGN) || (operation == SMIME_SIGN_RECEIPT))
796 if (operation & SMIME_IP)
889 if ((operation == SMIME_VERIFY) || (operation == SMIME_VERIFY_RECEIPT))
901 if (operation == SMIME_DATA_CREATE)
905 else if (operation == SMIME_DIGEST_CREATE)
909 else if (operation == SMIME_COMPRESS)
913 else if (operation == SMIME_ENCRYPT)
947 else if (operation == SMIME_ENCRYPTED_ENCRYPT)
954 else if (operation == SMIME_SIGN_RECEIPT)
969 else if (operation & SMIME_SIGNERS)
975 if (operation == SMIME_SIGN)
1028 if ((operation == SMIME_SIGN) && !(flags & CMS_STREAM))
1042 if (operation == SMIME_DECRYPT)
1085 else if (operation == SMIME_DATAOUT)
1090 else if (operation == SMIME_UNCOMPRESS)
1095 else if (operation == SMIME_DIGEST_VERIFY)
1105 else if (operation == SMIME_ENCRYPTED_DECRYPT)
1111 else if (operation == SMIME_VERIFY)
1140 else if (operation == SMIME_VERIFY_RECEIPT)
1165 if (operation == SMIME_RESIGN)