Searched refs:atrtype (Results 1 – 5 of 5) sorted by relevance
| /trueos/crypto/openssl/crypto/x509/ |
| HD | x509_att.c | 220 int atrtype, const void *data, in X509_ATTRIBUTE_create_by_NID() argument 231 ret = X509_ATTRIBUTE_create_by_OBJ(attr, obj, atrtype, data, len); in X509_ATTRIBUTE_create_by_NID() 239 int atrtype, const void *data, in X509_ATTRIBUTE_create_by_OBJ() argument 255 if (!X509_ATTRIBUTE_set1_data(ret, atrtype, data, len)) in X509_ATTRIBUTE_create_by_OBJ() 361 int atrtype, void *data) in X509_ATTRIBUTE_get0_data() argument 367 if (atrtype != ASN1_TYPE_get(ttmp)) { in X509_ATTRIBUTE_get0_data()
|
| HD | x509.h | 806 X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value); 1119 int atrtype, const void *data, 1123 int atrtype, const void *data, 1132 void *X509_ATTRIBUTE_get0_data(X509_ATTRIBUTE *attr, int idx, int atrtype,
|
| /trueos/crypto/openssl/crypto/asn1/ |
| HD | x_attrib.c | 100 X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value) 116 ASN1_TYPE_set(val, atrtype, value);
|
| /trueos/crypto/openssl/crypto/pkcs7/ |
| HD | pk7_doit.c | 67 static int add_attribute(STACK_OF(X509_ATTRIBUTE) **sk, int nid, int atrtype, 1245 int PKCS7_add_signed_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int atrtype, in PKCS7_add_signed_attribute() argument 1248 return (add_attribute(&(p7si->auth_attr), nid, atrtype, value)); in PKCS7_add_signed_attribute() 1251 int PKCS7_add_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int atrtype, in PKCS7_add_attribute() argument 1254 return (add_attribute(&(p7si->unauth_attr), nid, atrtype, value)); in PKCS7_add_attribute() 1257 static int add_attribute(STACK_OF(X509_ATTRIBUTE) **sk, int nid, int atrtype, in add_attribute() argument 1267 if (!(attr = X509_ATTRIBUTE_create(nid, atrtype, value))) in add_attribute() 1280 attr = X509_ATTRIBUTE_create(nid, atrtype, value); in add_attribute()
|
| HD | pkcs7.h | 329 int PKCS7_add_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int atrtype,
|