Home
last modified time | relevance | path

Searched refs:SMIME_SIGN (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/libressl/apps/openssl/
H A Dsmime.c80 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS) macro
556 .value = SMIME_SIGN,
870 } else if (smime_config.operation == SMIME_SIGN) { in smime_main()
957 if (smime_config.operation == SMIME_SIGN) { in smime_main()
995 if ((smime_config.operation == SMIME_SIGN) && in smime_main()
H A Dcms.c85 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS) macro
931 .value = SMIME_SIGN,
1341 } else if ((cms_config.operation == SMIME_SIGN) || in cms_main()
1547 if (cms_config.operation == SMIME_SIGN) { in cms_main()
1621 if ((cms_config.operation == SMIME_SIGN) && in cms_main()