Home
last modified time | relevance | path

Searched refs:unauth_attr (Results 1 – 25 of 65) sorted by relevance

123

/third_party/node/deps/openssl/openssl/crypto/pkcs7/
Dpk7_doit.c1168 return get_attribute(si->unauth_attr, nid); in PKCS7_get_attribute()
1212 sk_X509_ATTRIBUTE_pop_free(p7si->unauth_attr, X509_ATTRIBUTE_free); in PKCS7_set_attributes()
1213 p7si->unauth_attr = sk_X509_ATTRIBUTE_dup(sk); in PKCS7_set_attributes()
1214 if (p7si->unauth_attr == NULL) in PKCS7_set_attributes()
1217 if ((sk_X509_ATTRIBUTE_set(p7si->unauth_attr, i, in PKCS7_set_attributes()
1235 return add_attribute(&(p7si->unauth_attr), nid, atrtype, value); in PKCS7_add_attribute()
/third_party/openssl/crypto/pkcs7/
Dpk7_doit.c1168 return get_attribute(si->unauth_attr, nid); in PKCS7_get_attribute()
1212 sk_X509_ATTRIBUTE_pop_free(p7si->unauth_attr, X509_ATTRIBUTE_free); in PKCS7_set_attributes()
1213 p7si->unauth_attr = sk_X509_ATTRIBUTE_dup(sk); in PKCS7_set_attributes()
1214 if (p7si->unauth_attr == NULL) in PKCS7_set_attributes()
1217 if ((sk_X509_ATTRIBUTE_set(p7si->unauth_attr, i, in PKCS7_set_attributes()
1235 return add_attribute(&(p7si->unauth_attr), nid, atrtype, value); in PKCS7_add_attribute()
/third_party/openssl/ohos_lite/include/openssl/
Dpkcs7.h44 STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
152 # define PKCS7_get_attributes(si) ((si)->unauth_attr)
/third_party/openssl/include/openssl/
Dpkcs7.h.in62 STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
179 # define PKCS7_get_attributes(si) ((si)->unauth_attr)
/third_party/node/deps/openssl/openssl/include/openssl/
Dpkcs7.h.in62 STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
179 # define PKCS7_get_attributes(si) ((si)->unauth_attr)
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dpkcs7.rs127 pub unauth_attr: *mut stack_st_X509_ATTRIBUTE, /* [ 1 ] */ field
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
Dpkcs7.h61 STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
250 # define PKCS7_get_attributes(si) ((si)->unauth_attr)
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/include/openssl/
Dpkcs7.h61 STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
250 # define PKCS7_get_attributes(si) ((si)->unauth_attr)
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
Dpkcs7.h61 STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
250 # define PKCS7_get_attributes(si) ((si)->unauth_attr)
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm_avx2/include/openssl/
Dpkcs7.h61 STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
250 # define PKCS7_get_attributes(si) ((si)->unauth_attr)
/third_party/node/deps/openssl/config/archs/linux-ppc64le/no-asm/include/openssl/
Dpkcs7.h61 STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
250 # define PKCS7_get_attributes(si) ((si)->unauth_attr)
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm_avx2/include/openssl/
Dpkcs7.h61 STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
250 # define PKCS7_get_attributes(si) ((si)->unauth_attr)
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
Dpkcs7.h61 STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
250 # define PKCS7_get_attributes(si) ((si)->unauth_attr)
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/include/openssl/
Dpkcs7.h61 STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
250 # define PKCS7_get_attributes(si) ((si)->unauth_attr)
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/include/openssl/
Dpkcs7.h61 STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
250 # define PKCS7_get_attributes(si) ((si)->unauth_attr)
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/no-asm/include/openssl/
Dpkcs7.h61 STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
250 # define PKCS7_get_attributes(si) ((si)->unauth_attr)
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/no-asm/include/openssl/
Dpkcs7.h61 STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
250 # define PKCS7_get_attributes(si) ((si)->unauth_attr)
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
Dpkcs7.h61 STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
250 # define PKCS7_get_attributes(si) ((si)->unauth_attr)
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/include/openssl/
Dpkcs7.h61 STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
250 # define PKCS7_get_attributes(si) ((si)->unauth_attr)
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
Dpkcs7.h61 STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
250 # define PKCS7_get_attributes(si) ((si)->unauth_attr)
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/include/openssl/
Dpkcs7.h61 STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
250 # define PKCS7_get_attributes(si) ((si)->unauth_attr)
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/include/openssl/
Dpkcs7.h61 STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
250 # define PKCS7_get_attributes(si) ((si)->unauth_attr)
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/include/openssl/
Dpkcs7.h61 STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
250 # define PKCS7_get_attributes(si) ((si)->unauth_attr)
/third_party/node/deps/openssl/config/archs/VC-WIN64A/no-asm/include/openssl/
Dpkcs7.h61 STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
250 # define PKCS7_get_attributes(si) ((si)->unauth_attr)
/third_party/node/deps/openssl/config/archs/linux64-mips64/no-asm/include/openssl/
Dpkcs7.h61 STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
250 # define PKCS7_get_attributes(si) ((si)->unauth_attr)

123