/openssl/crypto/cms/ |
H A D | cms_att.c | 121 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 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/doc/man3/ |
H 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
|
H A D | X509_ACERT_add1_attr.pod | 21 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 D | EVP_PKEY_get_attr.pod | 31 const char *attrname, int type, 71 that it passes a name I<attrname> associated with the object.
|
H A D | X509_REQ_get_attr.pod | 30 const char *attrname, int type, 68 that it passes a name I<attrname> associated with the object.
|
H A D | CMS_signed_get_attr.pod | 38 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 D | X509_ATTRIBUTE.pod | 43 **x, const char *attrname, 138 passes a name I<attrname> associated with the object.
|
/openssl/crypto/x509/ |
H A D | x509_att.c | 205 const char *attrname, in STACK_OF() 213 attr = X509_ATTRIBUTE_create_by_txt(NULL, attrname, type, bytes, len); in STACK_OF() 222 **x, const char *attrname, in STACK_OF() 230 attr = X509_ATTRIBUTE_create_by_txt(NULL, attrname, type, bytes, len); in STACK_OF()
|
H A D | x509_req.c | 293 const char *attrname, int type, in X509_REQ_add1_attr_by_txt() argument 300 if (!X509at_add1_attr_by_txt(&req->req_info.attributes, attrname, in X509_REQ_add1_attr_by_txt()
|
H A D | x509_acert.c | 241 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 D | evp_pkey.c | 237 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 D | x509.h | 385 const char *attrname,
|
/openssl/include/openssl/ |
H A D | x509_acert.h.in | 99 int X509_ACERT_add1_attr_by_txt(X509_ACERT *x, const char *attrname, int type,
|
H A D | cms.h.in | 326 const char *attrname, int type, 347 const char *attrname, int type,
|
H A D | x509.h.in | 736 const char *attrname, int type, 979 **x, const char *attrname, 1019 const char *attrname, int type,
|
H A D | pkcs12.h.in | 196 int PKCS12_add1_attr_by_txt(PKCS12_SAFEBAG *bag, const char *attrname, int type,
|