Lines Matching refs:operation

116     int operation = 0;
172 operation = SMIME_ENCRYPT;
174 operation = SMIME_DECRYPT;
176 operation = SMIME_SIGN;
178 operation = SMIME_SIGN_RECEIPT;
180 operation = SMIME_RESIGN;
182 operation = SMIME_VERIFY;
186 operation = SMIME_VERIFY_RECEIPT;
192 operation = SMIME_CMSOUT;
194 operation = SMIME_DATAOUT;
196 operation = SMIME_DATA_CREATE;
198 operation = SMIME_DIGEST_VERIFY;
200 operation = SMIME_DIGEST_CREATE;
202 operation = SMIME_COMPRESS;
204 operation = SMIME_UNCOMPRESS;
206 operation = SMIME_ENCRYPTED_DECRYPT;
208 operation = SMIME_ENCRYPTED_ENCRYPT;
399 if (operation == SMIME_ENCRYPT) {
448 if (operation == SMIME_ENCRYPT) {
526 if (!(operation & SMIME_SIGNERS) && (rr_to || rr_from)) {
530 if (!(operation & SMIME_SIGNERS) && (skkeys || sksigners)) {
535 if (operation & SMIME_SIGNERS) {
560 else if (operation == SMIME_DECRYPT) {
566 } else if (operation == SMIME_ENCRYPT) {
572 } else if (!operation)
682 if (!(operation & SMIME_SIGNERS))
685 if (operation & SMIME_OP) {
693 if (operation & SMIME_IP) {
701 if (operation == SMIME_ENCRYPT) {
736 if (recipfile && (operation == SMIME_DECRYPT)) {
744 if (operation == SMIME_SIGN_RECEIPT) {
752 if (operation == SMIME_DECRYPT) {
755 } else if ((operation == SMIME_SIGN) || (operation == SMIME_SIGN_RECEIPT)) {
776 if (operation & SMIME_IP) {
851 if ((operation == SMIME_VERIFY) || (operation == SMIME_VERIFY_RECEIPT)) {
861 if (operation == SMIME_DATA_CREATE) {
863 } else if (operation == SMIME_DIGEST_CREATE) {
865 } else if (operation == SMIME_COMPRESS) {
867 } else if (operation == SMIME_ENCRYPT) {
925 } else if (operation == SMIME_ENCRYPTED_ENCRYPT) {
929 } else if (operation == SMIME_SIGN_RECEIPT) {
942 } else if (operation & SMIME_SIGNERS) {
948 if (operation == SMIME_SIGN) {
1013 if ((operation == SMIME_SIGN) && !(flags & CMS_STREAM)) {
1025 if (operation == SMIME_DECRYPT) {
1056 } else if (operation == SMIME_DATAOUT) {
1059 } else if (operation == SMIME_UNCOMPRESS) {
1062 } else if (operation == SMIME_DIGEST_VERIFY) {
1069 } else if (operation == SMIME_ENCRYPTED_DECRYPT) {
1073 } else if (operation == SMIME_VERIFY) {
1096 } else if (operation == SMIME_VERIFY_RECEIPT) {
1114 if (operation == SMIME_RESIGN)