Searched refs:attrname (Results 1 – 9 of 9) sorted by relevance
/openssl-master/crypto/cms/ |
A D | cms_att.c | 120 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 D | p12_attr.c | 86 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 D | PKCS12_add1_attr_by_NID.pod | 14 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 D | evp_pkey.c | 216 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 D | x509_req.c | 248 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 D | x509_att.c | 140 **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 D | cms.h.in | 311 const char *attrname, int type, 332 const char *attrname, int type,
|
A D | x509.h.in | 716 const char *attrname, int type, 956 **x, const char *attrname, 996 const char *attrname, int type,
|
A D | pkcs12.h.in | 190 int PKCS12_add1_attr_by_txt(PKCS12_SAFEBAG *bag, const char *attrname, int type,
|
Completed in 12 milliseconds