HomeSort by relevance Sort by last modified time
    Searched refs:SMIME_SIGN (Results 1 - 2 of 2) sorted by null

  /external/openssl/apps/
smime.c 80 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS)
143 operation = SMIME_SIGN;
593 else if (operation == SMIME_SIGN)
694 if (operation == SMIME_SIGN)
731 if ((operation == SMIME_SIGN) && !(flags & PKCS7_STREAM))
cms.c 83 #define SMIME_SIGN (3 | SMIME_OP | SMIME_SIGNERS)
167 operation = SMIME_SIGN;
769 else if ((operation == SMIME_SIGN) || (operation == SMIME_SIGN_RECEIPT))
975 if (operation == SMIME_SIGN)
1028 if ((operation == SMIME_SIGN) && !(flags & CMS_STREAM))
    [all...]

Completed in 341 milliseconds