Home
last modified time | relevance | path

Searched refs:attrname (Results 1 – 17 of 17) sorted by relevance

/openssl/crypto/cms/
H A Dcms_att.c121 const char *attrname, int type, in CMS_signed_add1_attr_by_txt() argument
124 if (ossl_x509at_add1_attr_by_txt(&si->signedAttrs, attrname, type, bytes, in CMS_signed_add1_attr_by_txt()
190 const char *attrname, int type, in CMS_unsigned_add1_attr_by_txt() argument
193 if (ossl_x509at_add1_attr_by_txt(&si->unsignedAttrs, attrname, in CMS_unsigned_add1_attr_by_txt()
/openssl/crypto/pkcs12/
H A Dp12_attr.c86 int PKCS12_add1_attr_by_txt(PKCS12_SAFEBAG *bag, const char *attrname, int type, in PKCS12_add1_attr_by_txt() argument
89 if (X509at_add1_attr_by_txt(&bag->attrib, attrname, type, bytes, len) != NULL) in PKCS12_add1_attr_by_txt()
/openssl/doc/man3/
H A DPKCS12_add1_attr_by_NID.pod14 int PKCS12_add1_attr_by_txt(PKCS12_SAFEBAG *bag, const char *attrname, int type,
24 PKCS12_add1_attr_by_txt() adds an attribute of type B<attrname> with a value of
H A DX509_ACERT_add1_attr.pod21 int X509_ACERT_add1_attr_by_txt(X509_ACERT *x, const char *attrname, int type,
34 X509_ACERT_add1_attr_by_txt() adds an attribute of type I<attrname> with a value of
H A DEVP_PKEY_get_attr.pod31 const char *attrname, int type,
71 that it passes a name I<attrname> associated with the object.
H A DX509_REQ_get_attr.pod30 const char *attrname, int type,
68 that it passes a name I<attrname> associated with the object.
H A DCMS_signed_get_attr.pod38 const char *attrname, int type,
59 const char *attrname, int type,
107 except that it passes a name I<attrname> associated with the object.
H A DX509_ATTRIBUTE.pod43 **x, const char *attrname,
138 passes a name I<attrname> associated with the object.
/openssl/crypto/x509/
H A Dx509_att.c202 const char *attrname, in STACK_OF()
210 attr = X509_ATTRIBUTE_create_by_txt(NULL, attrname, type, bytes, len); in STACK_OF()
219 **x, const char *attrname, in STACK_OF()
227 attr = X509_ATTRIBUTE_create_by_txt(NULL, attrname, type, bytes, len); in STACK_OF()
H A Dx509_req.c256 const char *attrname, int type, in X509_REQ_add1_attr_by_txt() argument
263 if (!X509at_add1_attr_by_txt(&req->req_info.attributes, attrname, in X509_REQ_add1_attr_by_txt()
H A Dx509_acert.c241 int X509_ACERT_add1_attr_by_txt(X509_ACERT *x, const char *attrname, int type, in X509_ACERT_add1_attr_by_txt() argument
246 return X509at_add1_attr_by_txt(attrs, attrname, type, bytes, len) != NULL; in X509_ACERT_add1_attr_by_txt()
/openssl/crypto/evp/
H A Devp_pkey.c237 const char *attrname, int type, in EVP_PKEY_add1_attr_by_txt() argument
240 if (X509at_add1_attr_by_txt(&key->attributes, attrname, type, bytes, len)) in EVP_PKEY_add1_attr_by_txt()
/openssl/include/crypto/
H A Dx509.h387 const char *attrname,
/openssl/include/openssl/
H A Dx509_acert.h.in99 int X509_ACERT_add1_attr_by_txt(X509_ACERT *x, const char *attrname, int type,
H A Dcms.h.in326 const char *attrname, int type,
347 const char *attrname, int type,
H A Dx509.h.in731 const char *attrname, int type,
972 **x, const char *attrname,
1012 const char *attrname, int type,
H A Dpkcs12.h.in196 int PKCS12_add1_attr_by_txt(PKCS12_SAFEBAG *bag, const char *attrname, int type,

Completed in 34 milliseconds