Home
last modified time | relevance | path

Searched refs:auth_attr (Results 1 – 25 of 67) sorted by relevance

123

/third_party/node/deps/openssl/openssl/crypto/pkcs7/
Dpk7_doit.c836 sk = si->auth_attr; in PKCS7_dataFinal()
932 alen = ASN1_item_i2d((ASN1_VALUE *)si->auth_attr, &abuf, in PKCS7_SIGNER_INFO_sign()
1073 sk = si->auth_attr; in PKCS7_signatureVerify()
1163 return get_attribute(si->auth_attr, nid); in PKCS7_get_signed_attribute()
1193 sk_X509_ATTRIBUTE_pop_free(p7si->auth_attr, X509_ATTRIBUTE_free); in PKCS7_set_signed_attributes()
1194 p7si->auth_attr = sk_X509_ATTRIBUTE_dup(sk); in PKCS7_set_signed_attributes()
1195 if (p7si->auth_attr == NULL) in PKCS7_set_signed_attributes()
1198 if ((sk_X509_ATTRIBUTE_set(p7si->auth_attr, i, in PKCS7_set_signed_attributes()
1229 return add_attribute(&(p7si->auth_attr), nid, atrtype, value); in PKCS7_add_signed_attribute()
Dpk7_smime.c197 if (sk_X509_ATTRIBUTE_num(sitmp->auth_attr) <= 0) in pkcs7_copy_existing_digest()
200 osdig = PKCS7_digest_from_attributes(sitmp->auth_attr); in pkcs7_copy_existing_digest()
/third_party/openssl/crypto/pkcs7/
Dpk7_doit.c836 sk = si->auth_attr; in PKCS7_dataFinal()
932 alen = ASN1_item_i2d((ASN1_VALUE *)si->auth_attr, &abuf, in PKCS7_SIGNER_INFO_sign()
1073 sk = si->auth_attr; in PKCS7_signatureVerify()
1163 return get_attribute(si->auth_attr, nid); in PKCS7_get_signed_attribute()
1193 sk_X509_ATTRIBUTE_pop_free(p7si->auth_attr, X509_ATTRIBUTE_free); in PKCS7_set_signed_attributes()
1194 p7si->auth_attr = sk_X509_ATTRIBUTE_dup(sk); in PKCS7_set_signed_attributes()
1195 if (p7si->auth_attr == NULL) in PKCS7_set_signed_attributes()
1198 if ((sk_X509_ATTRIBUTE_set(p7si->auth_attr, i, in PKCS7_set_signed_attributes()
1229 return add_attribute(&(p7si->auth_attr), nid, atrtype, value); in PKCS7_add_signed_attribute()
Dpk7_smime.c197 if (sk_X509_ATTRIBUTE_num(sitmp->auth_attr) <= 0) in pkcs7_copy_existing_digest()
200 osdig = PKCS7_digest_from_attributes(sitmp->auth_attr); in pkcs7_copy_existing_digest()
/third_party/openssl/ohos_lite/include/openssl/
Dpkcs7.h41 STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
151 # define PKCS7_get_signed_attributes(si) ((si)->auth_attr)
/third_party/openssl/include/openssl/
Dpkcs7.h.in59 STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
178 # define PKCS7_get_signed_attributes(si) ((si)->auth_attr)
/third_party/node/deps/openssl/openssl/include/openssl/
Dpkcs7.h.in59 STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
178 # define PKCS7_get_signed_attributes(si) ((si)->auth_attr)
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dpkcs7.rs124 pub auth_attr: *mut stack_st_X509_ATTRIBUTE, /* [ 0 ] */ field
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
Dpkcs7.h58 STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
249 # define PKCS7_get_signed_attributes(si) ((si)->auth_attr)
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/include/openssl/
Dpkcs7.h58 STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
249 # define PKCS7_get_signed_attributes(si) ((si)->auth_attr)
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
Dpkcs7.h58 STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
249 # define PKCS7_get_signed_attributes(si) ((si)->auth_attr)
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm_avx2/include/openssl/
Dpkcs7.h58 STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
249 # define PKCS7_get_signed_attributes(si) ((si)->auth_attr)
/third_party/node/deps/openssl/config/archs/linux-ppc64le/no-asm/include/openssl/
Dpkcs7.h58 STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
249 # define PKCS7_get_signed_attributes(si) ((si)->auth_attr)
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm_avx2/include/openssl/
Dpkcs7.h58 STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
249 # define PKCS7_get_signed_attributes(si) ((si)->auth_attr)
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
Dpkcs7.h58 STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
249 # define PKCS7_get_signed_attributes(si) ((si)->auth_attr)
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/include/openssl/
Dpkcs7.h58 STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
249 # define PKCS7_get_signed_attributes(si) ((si)->auth_attr)
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/include/openssl/
Dpkcs7.h58 STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
249 # define PKCS7_get_signed_attributes(si) ((si)->auth_attr)
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/no-asm/include/openssl/
Dpkcs7.h58 STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
249 # define PKCS7_get_signed_attributes(si) ((si)->auth_attr)
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/no-asm/include/openssl/
Dpkcs7.h58 STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
249 # define PKCS7_get_signed_attributes(si) ((si)->auth_attr)
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
Dpkcs7.h58 STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
249 # define PKCS7_get_signed_attributes(si) ((si)->auth_attr)
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/include/openssl/
Dpkcs7.h58 STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
249 # define PKCS7_get_signed_attributes(si) ((si)->auth_attr)
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
Dpkcs7.h58 STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
249 # define PKCS7_get_signed_attributes(si) ((si)->auth_attr)
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/include/openssl/
Dpkcs7.h58 STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
249 # define PKCS7_get_signed_attributes(si) ((si)->auth_attr)
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/include/openssl/
Dpkcs7.h58 STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
249 # define PKCS7_get_signed_attributes(si) ((si)->auth_attr)
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/include/openssl/
Dpkcs7.h58 STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
249 # define PKCS7_get_signed_attributes(si) ((si)->auth_attr)

123