Searched refs:atrtype (Results 1 – 6 of 6) sorted by relevance
/openssl/crypto/x509/ |
H A D | x509_att.c | 269 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 D | x_attrib.c | 37 X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value) 53 ASN1_TYPE_set(val, atrtype, value);
|
/openssl/doc/man3/ |
H A D | X509_ATTRIBUTE.pod | 49 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 D | pk7_doit.c | 21 static int add_attribute(STACK_OF(X509_ATTRIBUTE) **sk, int nid, int atrtype, 1272 int PKCS7_add_signed_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int atrtype, in PKCS7_add_signed_attribute() argument 1275 return add_attribute(&(p7si->auth_attr), nid, atrtype, value); in PKCS7_add_signed_attribute() 1278 int PKCS7_add_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int atrtype, in PKCS7_add_attribute() argument 1281 return add_attribute(&(p7si->unauth_attr), nid, atrtype, value); in PKCS7_add_attribute() 1284 static int add_attribute(STACK_OF(X509_ATTRIBUTE) **sk, int nid, int atrtype, in add_attribute() argument 1304 attr = X509_ATTRIBUTE_create(nid, atrtype, value); in add_attribute()
|
/openssl/include/openssl/ |
H A D | x509.h.in | 560 X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value); 986 int atrtype, const void *data, 990 int atrtype, const void *data, 999 void *X509_ATTRIBUTE_get0_data(X509_ATTRIBUTE *attr, int idx, int atrtype,
|
H A D | pkcs7.h.in | 308 int PKCS7_add_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int atrtype,
|
Completed in 21 milliseconds