Home
last modified time | relevance | path

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

/openssl/crypto/cms/
H 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/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
/openssl/crypto/evp/
H 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/crypto/x509/
H A Dx509_req.c231 const char *attrname, int type, in X509_REQ_add1_attr_by_txt() argument
234 if (X509at_add1_attr_by_txt(&req->req_info.attributes, attrname, in X509_REQ_add1_attr_by_txt()
H A Dx509_att.c154 **x, const char *attrname, in STACK_OF()
162 attr = X509_ATTRIBUTE_create_by_txt(NULL, attrname, type, bytes, len); in STACK_OF()
/openssl/include/openssl/
H A Dcms.h.in326 const char *attrname, int type,
347 const char *attrname, int type,
H A Dx509.h.in719 const char *attrname, int type,
960 **x, const char *attrname,
1000 const char *attrname, int type,
H A Dpkcs12.h.in194 int PKCS12_add1_attr_by_txt(PKCS12_SAFEBAG *bag, const char *attrname, int type,

Completed in 21 milliseconds