Lines Matching defs:operation
152 int flags = PKCS7_DETACHED, operation = 0, ret = 0, indef = 0;
190 operation = SMIME_ENCRYPT;
193 operation = SMIME_DECRYPT;
196 operation = SMIME_SIGN;
199 operation = SMIME_RESIGN;
202 operation = SMIME_VERIFY;
205 operation = SMIME_PK7OUT;
373 if (!(operation & SMIME_SIGNERS) && (skkeys != NULL || sksigners != NULL)) {
377 if (!operation) {
379 "No operation (-encrypt|-sign|...) specified\n");
383 if (operation & SMIME_SIGNERS) {
406 } else if (operation == SMIME_DECRYPT) {
412 } else if (operation == SMIME_ENCRYPT) {
426 if (!(operation & SMIME_SIGNERS))
429 if (!(operation & SMIME_OP)) {
434 if (!(operation & SMIME_IP)) {
439 if (operation == SMIME_ENCRYPT) {
469 if (recipfile != NULL && (operation == SMIME_DECRYPT)) {
477 if (operation == SMIME_DECRYPT) {
480 } else if (operation == SMIME_SIGN) {
497 if (operation & SMIME_IP) {
533 if (operation == SMIME_VERIFY) {
544 if (operation == SMIME_ENCRYPT) {
548 } else if (operation & SMIME_SIGNERS) {
554 if (operation == SMIME_SIGN) {
592 if ((operation == SMIME_SIGN) && !(flags & PKCS7_STREAM)) {
604 if (operation == SMIME_DECRYPT) {
609 } else if (operation == SMIME_VERIFY) {
624 } else if (operation == SMIME_PK7OUT) {
634 if (operation == SMIME_RESIGN)