Searched refs:atrtype (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/lib/libcrypto/asn1/
H A Dx_attrib.c132 X509_ATTRIBUTE_create(int nid, int atrtype, void *value) argument
148 ASN1_TYPE_set(val, atrtype, value);
/openbsd-current/lib/libcrypto/x509/
H A Dx509_att.c238 X509_ATTRIBUTE_create_by_NID(X509_ATTRIBUTE **attr, int nid, int atrtype, argument
249 ret = X509_ATTRIBUTE_create_by_OBJ(attr, obj, atrtype, data, len);
258 int atrtype, const void *data, int len)
272 if (!X509_ATTRIBUTE_set1_data(ret, atrtype, data, len))
390 X509_ATTRIBUTE_get0_data(X509_ATTRIBUTE *attr, int idx, int atrtype, void *data) argument
397 if (atrtype != ASN1_TYPE_get(ttmp)){
257 X509_ATTRIBUTE_create_by_OBJ(X509_ATTRIBUTE **attr, const ASN1_OBJECT *obj, int atrtype, const void *data, int len) argument
H A Dx509.h579 X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value);
943 int atrtype, const void *data, int len);
945 const ASN1_OBJECT *obj, int atrtype, const void *data, int len);
951 int atrtype, void *data);
/openbsd-current/lib/libcrypto/pkcs7/
H A Dpk7_doit.c1208 add_attribute(STACK_OF(X509_ATTRIBUTE) **sk, int nid, int atrtype, void *value)
1217 if (!(attr = X509_ATTRIBUTE_create(nid, atrtype, value)))
1230 attr = X509_ATTRIBUTE_create(nid, atrtype,
1248 PKCS7_add_signed_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int atrtype, argument
1251 return add_attribute(&(p7si->auth_attr), nid, atrtype, value);
1256 PKCS7_add_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int atrtype, void *value) argument
1258 return add_attribute(&(p7si->unauth_attr), nid, atrtype, value);
H A Dpkcs7.h367 int PKCS7_add_attribute (PKCS7_SIGNER_INFO *p7si, int nid, int atrtype,

Completed in 189 milliseconds