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

  /external/openssl/crypto/pkcs7/
pk7_attr.c 78 return PKCS7_add_signed_attribute(si, NID_SMIMECapabilities,
134 return PKCS7_add_signed_attribute(si, NID_pkcs9_contentType,
146 return PKCS7_add_signed_attribute(si, NID_pkcs9_signingTime,
158 || !PKCS7_add_signed_attribute(si, NID_pkcs9_messageDigest,
sign.c 121 PKCS7_add_signed_attribute(si, NID_pkcs9_contentType, V_ASN1_OBJECT,
example.c 15 PKCS7_add_signed_attribute(si,NID_pkcs9_signingTime,
43 PKCS7_add_signed_attribute(si,signed_string_nid,
109 PKCS7_add_signed_attribute(si,signed_seq2string_nid,
pkcs7.h 348 int PKCS7_add_signed_attribute(PKCS7_SIGNER_INFO *p7si,int nid,int type,
pk7_doit.c 1194 int PKCS7_add_signed_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int atrtype,
  /external/openssl/include/openssl/
pkcs7.h 348 int PKCS7_add_signed_attribute(PKCS7_SIGNER_INFO *p7si,int nid,int type,

Completed in 34 milliseconds