Searched refs:unauth_attr (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dpk7_doit.c1019 return(get_attribute(si->unauth_attr,nid));
1075 if (p7si->unauth_attr != NULL)
1076 sk_X509_ATTRIBUTE_pop_free(p7si->unauth_attr,
1078 p7si->unauth_attr=sk_X509_ATTRIBUTE_dup(sk);
1079 if (p7si->unauth_attr == NULL)
1083 if ((sk_X509_ATTRIBUTE_set(p7si->unauth_attr,i,
1100 return(add_attribute(&(p7si->unauth_attr),nid,atrtype,value));
H A Dpkcs7.h100 STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */ member in struct:pkcs7_signer_info_st
227 #define PKCS7_get_attributes(si) ((si)->unauth_attr)
H A Dpk7_asn1.c122 ASN1_IMP_SET_OF_OPT(PKCS7_SIGNER_INFO, unauth_attr, X509_ATTRIBUTE, 1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pkcs7/
H A Dpk7_doit.c1174 return (get_attribute(si->unauth_attr, nid));
1231 if (p7si->unauth_attr != NULL)
1232 sk_X509_ATTRIBUTE_pop_free(p7si->unauth_attr, X509_ATTRIBUTE_free);
1233 p7si->unauth_attr = sk_X509_ATTRIBUTE_dup(sk);
1234 if (p7si->unauth_attr == NULL)
1237 if ((sk_X509_ATTRIBUTE_set(p7si->unauth_attr, i,
1255 return (add_attribute(&(p7si->unauth_attr), nid, atrtype, value));
H A Dpkcs7.h98 STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */ member in struct:pkcs7_signer_info_st
210 # define PKCS7_get_attributes(si) ((si)->unauth_attr)
H A Dpk7_asn1.c154 ASN1_IMP_SET_OF_OPT(PKCS7_SIGNER_INFO, unauth_attr, X509_ATTRIBUTE, 1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pkcs7/
H A Dpk7_doit.c1174 return (get_attribute(si->unauth_attr, nid));
1231 if (p7si->unauth_attr != NULL)
1232 sk_X509_ATTRIBUTE_pop_free(p7si->unauth_attr, X509_ATTRIBUTE_free);
1233 p7si->unauth_attr = sk_X509_ATTRIBUTE_dup(sk);
1234 if (p7si->unauth_attr == NULL)
1237 if ((sk_X509_ATTRIBUTE_set(p7si->unauth_attr, i,
1255 return (add_attribute(&(p7si->unauth_attr), nid, atrtype, value));
H A Dpkcs7.h98 STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */ member in struct:pkcs7_signer_info_st
210 # define PKCS7_get_attributes(si) ((si)->unauth_attr)
H A Dpk7_asn1.c154 ASN1_IMP_SET_OF_OPT(PKCS7_SIGNER_INFO, unauth_attr, X509_ATTRIBUTE, 1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dpkcs7.h100 STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */ member in struct:pkcs7_signer_info_st
227 #define PKCS7_get_attributes(si) ((si)->unauth_attr)

Completed in 65 milliseconds