Searched refs:atrtype (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/crypto/x509/ |
D | x509_att.c | 189 int atrtype, const void *data, in X509_ATTRIBUTE_create_by_NID() argument 200 ret = X509_ATTRIBUTE_create_by_OBJ(attr, obj, atrtype, data, len); in X509_ATTRIBUTE_create_by_NID() 208 int atrtype, const void *data, in X509_ATTRIBUTE_create_by_OBJ() argument 223 if (!X509_ATTRIBUTE_set1_data(ret, atrtype, data, len)) in X509_ATTRIBUTE_create_by_OBJ() 329 int atrtype, void *data) in X509_ATTRIBUTE_get0_data() argument 335 if (atrtype == V_ASN1_BOOLEAN in X509_ATTRIBUTE_get0_data() 336 || atrtype == V_ASN1_NULL in X509_ATTRIBUTE_get0_data() 337 || atrtype != ASN1_TYPE_get(ttmp)) { in X509_ATTRIBUTE_get0_data()
|
D | x_attrib.c | 36 X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value) 52 ASN1_TYPE_set(val, atrtype, value);
|
/third_party/openssl/crypto/pkcs7/ |
D | pk7_doit.c | 20 static int add_attribute(STACK_OF(X509_ATTRIBUTE) **sk, int nid, int atrtype, 1226 int PKCS7_add_signed_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int atrtype, in PKCS7_add_signed_attribute() argument 1229 return add_attribute(&(p7si->auth_attr), nid, atrtype, value); in PKCS7_add_signed_attribute() 1232 int PKCS7_add_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int atrtype, in PKCS7_add_attribute() argument 1235 return add_attribute(&(p7si->unauth_attr), nid, atrtype, value); in PKCS7_add_attribute() 1238 static int add_attribute(STACK_OF(X509_ATTRIBUTE) **sk, int nid, int atrtype, in add_attribute() argument 1247 if ((attr = X509_ATTRIBUTE_create(nid, atrtype, value)) == NULL) in add_attribute() 1260 attr = X509_ATTRIBUTE_create(nid, atrtype, value); in add_attribute()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | x509.h | 539 X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value); 939 int atrtype, const void *data, 943 int atrtype, const void *data, 952 void *X509_ATTRIBUTE_get0_data(X509_ATTRIBUTE *attr, int idx, int atrtype,
|
D | pkcs7.h | 275 int PKCS7_add_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int atrtype,
|
/third_party/openssl/include/openssl/ |
D | x509.h.in | 540 X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value); 963 int atrtype, const void *data, 967 int atrtype, const void *data, 976 void *X509_ATTRIBUTE_get0_data(X509_ATTRIBUTE *attr, int idx, int atrtype,
|
D | pkcs7.h.in | 305 int PKCS7_add_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int atrtype,
|