/third_party/openssl/crypto/cms/ |
D | cms_smime.c | 141 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out, in CMS_digest_verify() argument 152 if (dcont == NULL && !check_content(cms)) in CMS_digest_verify() 155 cont = CMS_dataInit(cms, dcont); in CMS_digest_verify() 162 do_free_upto(cont, dcont); in CMS_digest_verify() 200 BIO *dcont, BIO *out, unsigned int flags) in CMS_EncryptedData_decrypt() argument 210 if (dcont == NULL && !check_content(cms)) in CMS_EncryptedData_decrypt() 215 cont = CMS_dataInit(cms, dcont); in CMS_EncryptedData_decrypt() 219 do_free_upto(cont, dcont); in CMS_EncryptedData_decrypt() 305 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags) in CMS_verify() argument 318 if (dcont == NULL && !check_content(cms)) in CMS_verify() [all …]
|
/third_party/node/deps/openssl/openssl/crypto/cms/ |
D | cms_smime.c | 141 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out, in CMS_digest_verify() argument 152 if (dcont == NULL && !check_content(cms)) in CMS_digest_verify() 155 cont = CMS_dataInit(cms, dcont); in CMS_digest_verify() 162 do_free_upto(cont, dcont); in CMS_digest_verify() 200 BIO *dcont, BIO *out, unsigned int flags) in CMS_EncryptedData_decrypt() argument 210 if (dcont == NULL && !check_content(cms)) in CMS_EncryptedData_decrypt() 215 cont = CMS_dataInit(cms, dcont); in CMS_EncryptedData_decrypt() 219 do_free_upto(cont, dcont); in CMS_EncryptedData_decrypt() 305 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags) in CMS_verify() argument 318 if (dcont == NULL && !check_content(cms)) in CMS_verify() [all …]
|
/third_party/openssl/demos/cms/ |
D | cms_ddec.c | 20 BIO *in = NULL, *out = NULL, *tbio = NULL, *dcont = NULL; in main() local 58 dcont = BIO_new_file("smencr.out", "rb"); in main() 68 if (!CMS_decrypt(cms, rkey, rcert, dcont, out, 0)) in main() 86 BIO_free(dcont); in main()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | cms.h | 100 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, 114 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out, 121 BIO *dcont, BIO *out, unsigned int flags); 131 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags); 143 BIO *dcont, BIO *out, unsigned int flags); 202 int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
|
/third_party/openssl/doc/man3/ |
D | CMS_decrypt.pod | 14 BIO *dcont, BIO *out, unsigned int flags); 33 provides the content unless I<cert>, I<dcont>, and I<out> are NULL as well. 34 The I<dcont> parameter is used in the rare case where the encrypted content 42 should be followed by C<CMS_decrypt(cms, NULL, NULL, dcont, out, flags)>. 51 should be followed by C<CMS_decrypt(cms, NULL, NULL, dcont, out, flags)>.
|
D | CMS_final.pod | 11 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, unsigned int flags); 18 processed. The B<dcont> parameter contains a BIO to write content to after
|
D | CMS_EncryptedData_decrypt.pod | 14 BIO *dcont, BIO *out, unsigned int flags); 21 I<dcont> is used in the rare case where the encrypted content is detached. It
|
D | CMS_uncompress.pod | 11 int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out, unsigned int flags); 19 The B<dcont> parameter is used in the rare case where the compressed content
|
/third_party/openssl/include/openssl/ |
D | cms.h.in | 120 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, 140 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out, 150 BIO *dcont, BIO *out, unsigned int flags); 165 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags); 180 BIO *dcont, BIO *out, unsigned int flags); 251 int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | cms.h.in | 120 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, 140 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out, 150 BIO *dcont, BIO *out, unsigned int flags); 165 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags); 180 BIO *dcont, BIO *out, unsigned int flags); 251 int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
D | cms.h | 218 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, 238 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out, 248 BIO *dcont, BIO *out, unsigned int flags); 263 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags); 278 BIO *dcont, BIO *out, unsigned int flags); 349 int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/no-asm/include/openssl/ |
D | cms.h | 218 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, 238 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out, 248 BIO *dcont, BIO *out, unsigned int flags); 263 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags); 278 BIO *dcont, BIO *out, unsigned int flags); 349 int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/include/openssl/ |
D | cms.h | 218 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, 238 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out, 248 BIO *dcont, BIO *out, unsigned int flags); 263 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags); 278 BIO *dcont, BIO *out, unsigned int flags); 349 int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/include/openssl/ |
D | cms.h | 218 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, 238 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out, 248 BIO *dcont, BIO *out, unsigned int flags); 263 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags); 278 BIO *dcont, BIO *out, unsigned int flags); 349 int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
|
/third_party/node/deps/openssl/config/archs/VC-WIN64-ARM/no-asm/include/openssl/ |
D | cms.h | 218 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, 238 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out, 248 BIO *dcont, BIO *out, unsigned int flags); 263 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags); 278 BIO *dcont, BIO *out, unsigned int flags); 349 int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
|
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/include/openssl/ |
D | cms.h | 218 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, 238 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out, 248 BIO *dcont, BIO *out, unsigned int flags); 263 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags); 278 BIO *dcont, BIO *out, unsigned int flags); 349 int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/ |
D | cms.h | 218 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, 238 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out, 248 BIO *dcont, BIO *out, unsigned int flags); 263 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags); 278 BIO *dcont, BIO *out, unsigned int flags); 349 int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/include/openssl/ |
D | cms.h | 218 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, 238 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out, 248 BIO *dcont, BIO *out, unsigned int flags); 263 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags); 278 BIO *dcont, BIO *out, unsigned int flags); 349 int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
|
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/include/openssl/ |
D | cms.h | 218 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, 238 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out, 248 BIO *dcont, BIO *out, unsigned int flags); 263 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags); 278 BIO *dcont, BIO *out, unsigned int flags); 349 int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
D | cms.h | 218 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, 238 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out, 248 BIO *dcont, BIO *out, unsigned int flags); 263 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags); 278 BIO *dcont, BIO *out, unsigned int flags); 349 int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
D | cms.h | 218 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, 238 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out, 248 BIO *dcont, BIO *out, unsigned int flags); 263 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags); 278 BIO *dcont, BIO *out, unsigned int flags); 349 int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
D | cms.h | 218 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, 238 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out, 248 BIO *dcont, BIO *out, unsigned int flags); 263 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags); 278 BIO *dcont, BIO *out, unsigned int flags); 349 int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/include/openssl/ |
D | cms.h | 218 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, 238 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out, 248 BIO *dcont, BIO *out, unsigned int flags); 263 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags); 278 BIO *dcont, BIO *out, unsigned int flags); 349 int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
D | cms.h | 218 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, 238 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out, 248 BIO *dcont, BIO *out, unsigned int flags); 263 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags); 278 BIO *dcont, BIO *out, unsigned int flags); 349 int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/ |
D | cms.h | 218 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, 238 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out, 248 BIO *dcont, BIO *out, unsigned int flags); 263 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags); 278 BIO *dcont, BIO *out, unsigned int flags); 349 int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
|