Home
last modified time | relevance | path

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

/openssl-master/crypto/cms/
A Dcms_att.c120 const char *attrname, int type, in CMS_signed_add1_attr_by_txt() argument
123 if (X509at_add1_attr_by_txt(&si->signedAttrs, attrname, type, bytes, len)) in CMS_signed_add1_attr_by_txt()
188 const char *attrname, int type, in CMS_unsigned_add1_attr_by_txt() argument
191 if (X509at_add1_attr_by_txt(&si->unsignedAttrs, attrname, in CMS_unsigned_add1_attr_by_txt()
/openssl-master/crypto/pkcs12/
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-master/doc/man3/
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
/openssl-master/crypto/evp/
A Devp_pkey.c216 const char *attrname, int type, in EVP_PKEY_add1_attr_by_txt() argument
219 if (X509at_add1_attr_by_txt(&key->attributes, attrname, type, bytes, len)) in EVP_PKEY_add1_attr_by_txt()
/openssl-master/crypto/x509/
A Dx509_req.c248 const char *attrname, int type, in X509_REQ_add1_attr_by_txt() argument
251 if (X509at_add1_attr_by_txt(&req->req_info.attributes, attrname, in X509_REQ_add1_attr_by_txt()
A Dx509_att.c140 **x, const char *attrname, in STACK_OF()
147 attr = X509_ATTRIBUTE_create_by_txt(NULL, attrname, type, bytes, len); in STACK_OF()
/openssl-master/include/openssl/
A Dcms.h.in311 const char *attrname, int type,
332 const char *attrname, int type,
A Dx509.h.in716 const char *attrname, int type,
956 **x, const char *attrname,
996 const char *attrname, int type,
A Dpkcs12.h.in190 int PKCS12_add1_attr_by_txt(PKCS12_SAFEBAG *bag, const char *attrname, int type,

Completed in 12 milliseconds