Home
last modified time | relevance | path

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

/third_party/openssl/apps/
Dsmime.c30 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS) macro
196 operation = SMIME_SIGN; in smime_main()
480 } else if (operation == SMIME_SIGN) { in smime_main()
554 if (operation == SMIME_SIGN) { in smime_main()
592 if ((operation == SMIME_SIGN) && !(flags & PKCS7_STREAM)) { in smime_main()
Dcms.c38 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS) macro
348 operation = SMIME_SIGN; in cms_main()
876 } else if ((operation == SMIME_SIGN) || (operation == SMIME_SIGN_RECEIPT)) { in cms_main()
1044 if (operation == SMIME_SIGN) { in cms_main()
1107 if ((operation == SMIME_SIGN) && !(flags & CMS_STREAM)) { in cms_main()
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dmod.rs2023 pub const SMIME_SIGN: X509PurposeId = X509PurposeId(ffi::X509_PURPOSE_SMIME_SIGN); constant