Home
last modified time | relevance | path

Searched refs:add_attribute (Results 1 – 6 of 6) sorted by relevance

/third_party/elfio/elfio/
Delfio_modinfo.hpp73 Elf_Word add_attribute( const std::string& field, const std::string& value ) in add_attribute() function in ELFIO::modinfo_section_accessor_template
/third_party/elfio/tests/
DELFIOTest2.cpp91 modinfo.add_attribute( "test1", "value1" ); in TEST()
92 modinfo.add_attribute( "test2", "value2" ); in TEST()
/third_party/node/deps/openssl/openssl/crypto/pkcs7/
Dpk7_doit.c20 static int add_attribute(STACK_OF(X509_ATTRIBUTE) **sk, int nid, int atrtype,
1229 return add_attribute(&(p7si->auth_attr), nid, atrtype, value); in PKCS7_add_signed_attribute()
1235 return add_attribute(&(p7si->unauth_attr), nid, atrtype, value); in PKCS7_add_attribute()
1238 static int add_attribute(STACK_OF(X509_ATTRIBUTE) **sk, int nid, int atrtype, in add_attribute() function
/third_party/openssl/crypto/pkcs7/
Dpk7_doit.c20 static int add_attribute(STACK_OF(X509_ATTRIBUTE) **sk, int nid, int atrtype,
1229 return add_attribute(&(p7si->auth_attr), nid, atrtype, value); in PKCS7_add_signed_attribute()
1235 return add_attribute(&(p7si->unauth_attr), nid, atrtype, value); in PKCS7_add_attribute()
1238 static int add_attribute(STACK_OF(X509_ATTRIBUTE) **sk, int nid, int atrtype, in add_attribute() function
/third_party/elfio/c_wrapper/
Delfio_c_wrapper.cpp427 return pmodinfo->add_attribute( field, value ); in elfio_modinfo_add_attribute()
/third_party/elfio/examples/c_wrapper/
Delfio_c_wrapper.cpp428 return pmodinfo->add_attribute( field, value ); in elfio_modinfo_add_attribute()