HomeSort by: relevance | last modified time | path
    Searched refs:unauth_attr (Results 1 - 9 of 9) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/crypto/pkcs7/
pk7_doit.c 1078 return get_attribute(si->unauth_attr, nid);
1122 sk_X509_ATTRIBUTE_pop_free(p7si->unauth_attr, X509_ATTRIBUTE_free);
1123 p7si->unauth_attr = sk_X509_ATTRIBUTE_dup(sk);
1124 if (p7si->unauth_attr == NULL)
1127 if ((sk_X509_ATTRIBUTE_set(p7si->unauth_attr, i,
1145 return add_attribute(&(p7si->unauth_attr), nid, atrtype, value);
pk7_asn1.c 105 ASN1_IMP_SET_OF_OPT(PKCS7_SIGNER_INFO, unauth_attr, X509_ATTRIBUTE, 1)
  /src/crypto/external/bsd/openssl/dist/crypto/pkcs7/
pk7_doit.c 1168 return get_attribute(si->unauth_attr, nid);
1212 sk_X509_ATTRIBUTE_pop_free(p7si->unauth_attr, X509_ATTRIBUTE_free);
1213 p7si->unauth_attr = sk_X509_ATTRIBUTE_dup(sk);
1214 if (p7si->unauth_attr == NULL)
1217 if ((sk_X509_ATTRIBUTE_set(p7si->unauth_attr, i,
1235 return add_attribute(&(p7si->unauth_attr), nid, atrtype, value);
pk7_asn1.c 160 ASN1_IMP_SET_OF_OPT(PKCS7_SIGNER_INFO, unauth_attr, X509_ATTRIBUTE, 1)
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
pkcs7.h 44 STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */ member in struct:pkcs7_signer_info_st
152 # define PKCS7_get_attributes(si) ((si)->unauth_attr)
  /src/crypto/external/apache2/openssl/dist/crypto/pkcs7/
pk7_asn1.c 158 ASN1_IMP_SET_OF_OPT(PKCS7_SIGNER_INFO, unauth_attr, X509_ATTRIBUTE, 1)
pk7_doit.c 1215 return get_attribute(si->unauth_attr, nid);
1250 sk_X509_ATTRIBUTE_pop_free(p7si->unauth_attr, X509_ATTRIBUTE_free);
1251 p7si->unauth_attr = sk_X509_ATTRIBUTE_deep_copy(sk, X509_ATTRIBUTE_dup, X509_ATTRIBUTE_free);
1252 if (p7si->unauth_attr == NULL)
1266 return add_attribute(&(p7si->unauth_attr), nid, atrtype, value);
  /src/crypto/external/apache2/openssl/dist/include/openssl/
pkcs7.h.in 66 STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
187 #define PKCS7_get_attributes(si) ((si)->unauth_attr)
  /src/crypto/external/bsd/openssl/dist/include/openssl/
pkcs7.h.in 62 STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
179 # define PKCS7_get_attributes(si) ((si)->unauth_attr)

Completed in 31 milliseconds