Searched refs:atrtype (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/lib/libssl/src/crypto/x509/ |
| D | x509_att.c | 191 int atrtype, const void *data, int len) in X509_ATTRIBUTE_create_by_NID() argument 202 ret=X509_ATTRIBUTE_create_by_OBJ(attr,obj,atrtype,data,len); in X509_ATTRIBUTE_create_by_NID() 208 const ASN1_OBJECT *obj, int atrtype, const void *data, int len) in X509_ATTRIBUTE_create_by_OBJ() argument 225 if (!X509_ATTRIBUTE_set1_data(ret,atrtype,data,len)) in X509_ATTRIBUTE_create_by_OBJ() 308 int atrtype, void *data) in X509_ATTRIBUTE_get0_data() argument 313 if(atrtype != ASN1_TYPE_get(ttmp)){ in X509_ATTRIBUTE_get0_data()
|
| D | x509.h | 863 X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value); 1141 int atrtype, const void *data, int len); 1143 const ASN1_OBJECT *obj, int atrtype, const void *data, int len); 1149 int atrtype, void *data);
|
| /mirbsd/src/lib/libssl/src/crypto/asn1/ |
| D | x_attrib.c | 99 X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value) 112 ASN1_TYPE_set(val,atrtype,value);
|
| /mirbsd/src/lib/libssl/src/crypto/pkcs7/ |
| D | pk7_doit.c | 66 static int add_attribute(STACK_OF(X509_ATTRIBUTE) **sk, int nid, int atrtype, 969 int PKCS7_add_signed_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int atrtype, in PKCS7_add_signed_attribute() argument 972 return(add_attribute(&(p7si->auth_attr),nid,atrtype,value)); in PKCS7_add_signed_attribute() 975 int PKCS7_add_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int atrtype, in PKCS7_add_attribute() argument 978 return(add_attribute(&(p7si->unauth_attr),nid,atrtype,value)); in PKCS7_add_attribute() 981 static int add_attribute(STACK_OF(X509_ATTRIBUTE) **sk, int nid, int atrtype, in add_attribute() argument 990 attr=X509_ATTRIBUTE_create(nid,atrtype,value); in add_attribute() 1003 attr=X509_ATTRIBUTE_create(nid,atrtype,value); in add_attribute()
|
| D | pkcs7.h | 340 int PKCS7_add_attribute (PKCS7_SIGNER_INFO *p7si, int nid, int atrtype,
|