Searched refs:SMIME_SIGN (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dsmime.c78 #define SMIME_SIGN (3 | SMIME_OP) macro
137 operation = SMIME_SIGN;
384 if (operation == SMIME_SIGN)
495 if (operation != SMIME_SIGN)
541 if (signerfile && (operation == SMIME_SIGN))
584 else if (operation == SMIME_SIGN)
645 else if (operation == SMIME_SIGN)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dsmime.c81 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS) macro
142 operation = SMIME_SIGN;
546 } else if (operation == SMIME_SIGN) {
627 if (operation == SMIME_SIGN) {
664 if ((operation == SMIME_SIGN) && !(flags & PKCS7_STREAM)) {
H A Dcms.c86 # define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS) macro
178 operation = SMIME_SIGN;
759 } else if ((operation == SMIME_SIGN) || (operation == SMIME_SIGN_RECEIPT)) {
952 if (operation == SMIME_SIGN) {
1013 if ((operation == SMIME_SIGN) && !(flags & CMS_STREAM)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dsmime.c81 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS) macro
142 operation = SMIME_SIGN;
546 } else if (operation == SMIME_SIGN) {
627 if (operation == SMIME_SIGN) {
664 if ((operation == SMIME_SIGN) && !(flags & PKCS7_STREAM)) {
H A Dcms.c86 # define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS) macro
178 operation = SMIME_SIGN;
759 } else if ((operation == SMIME_SIGN) || (operation == SMIME_SIGN_RECEIPT)) {
952 if (operation == SMIME_SIGN) {
1013 if ((operation == SMIME_SIGN) && !(flags & CMS_STREAM)) {

Completed in 47 milliseconds