Home
last modified time | relevance | path

Searched refs:atrtype (Results 1 – 6 of 6) sorted by relevance

/openssl/crypto/x509/
H A Dx509_att.c269 int atrtype, const void *data, in X509_ATTRIBUTE_create_by_NID() argument
279 ret = X509_ATTRIBUTE_create_by_OBJ(attr, obj, atrtype, data, len); in X509_ATTRIBUTE_create_by_NID()
287 int atrtype, const void *data, in X509_ATTRIBUTE_create_by_OBJ() argument
303 if (!X509_ATTRIBUTE_set1_data(ret, atrtype, data, len)) in X509_ATTRIBUTE_create_by_OBJ()
421 int atrtype, void *data) in X509_ATTRIBUTE_get0_data() argument
427 if (atrtype == V_ASN1_BOOLEAN in X509_ATTRIBUTE_get0_data()
428 || atrtype == V_ASN1_NULL in X509_ATTRIBUTE_get0_data()
429 || atrtype != ASN1_TYPE_get(ttmp)) { in X509_ATTRIBUTE_get0_data()
H A Dx_attrib.c37 X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value)
53 ASN1_TYPE_set(val, atrtype, value);
/openssl/doc/man3/
H A DX509_ATTRIBUTE.pod49 X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value);
51 int atrtype, const void *data,
55 int atrtype, const void *data,
64 void *X509_ATTRIBUTE_get0_data(X509_ATTRIBUTE *attr, int idx, int atrtype,
158 to set the B<ASN1_OBJECT> OID and the I<atrtype> and I<value> to set the
162 X509_ATTRIBUTE_set1_data() to assign a new I<obj> with type I<atrtype> and
186 An error will occur if the attribute type I<atrtype> does not match the type of
187 the B<ASN1_TYPE> object at index I<idx> OR if I<atrtype> is either
/openssl/crypto/pkcs7/
H A Dpk7_doit.c21 static int add_attribute(STACK_OF(X509_ATTRIBUTE) **sk, int nid, int atrtype,
1221 int PKCS7_add_signed_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int atrtype, in PKCS7_add_signed_attribute() argument
1224 return add_attribute(&(p7si->auth_attr), nid, atrtype, value); in PKCS7_add_signed_attribute()
1227 int PKCS7_add_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int atrtype, in PKCS7_add_attribute() argument
1230 return add_attribute(&(p7si->unauth_attr), nid, atrtype, value); in PKCS7_add_attribute()
1233 static int add_attribute(STACK_OF(X509_ATTRIBUTE) **sk, int nid, int atrtype, in add_attribute() argument
1253 attr = X509_ATTRIBUTE_create(nid, atrtype, value); in add_attribute()
/openssl/include/openssl/
H A Dx509.h.in560 X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value);
987 int atrtype, const void *data,
991 int atrtype, const void *data,
1000 void *X509_ATTRIBUTE_get0_data(X509_ATTRIBUTE *attr, int idx, int atrtype,
H A Dpkcs7.h.in308 int PKCS7_add_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int atrtype,

Completed in 17 milliseconds