Searched refs:dcont (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/cms/
H A Dcms_ddec.c11 BIO *in = NULL, *out = NULL, *tbio = NULL, *dcont = NULL; local
49 dcont = BIO_new_file("smencr.out", "rb");
59 if (!CMS_decrypt(cms, rkey, rcert, dcont, out, 0))
84 if (dcont)
85 BIO_free(dcont);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/cms/
H A Dcms_ddec.c11 BIO *in = NULL, *out = NULL, *tbio = NULL, *dcont = NULL; local
49 dcont = BIO_new_file("smencr.out", "rb");
59 if (!CMS_decrypt(cms, rkey, rcert, dcont, out, 0))
84 if (dcont)
85 BIO_free(dcont);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/cms/
H A Dcms_smime.c171 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out, argument
181 if (!dcont && !check_content(cms))
184 cont = CMS_dataInit(cms, dcont);
190 do_free_upto(cont, dcont);
216 BIO *dcont, BIO *out, unsigned int flags)
226 if (!dcont && !check_content(cms))
231 cont = CMS_dataInit(cms, dcont);
235 do_free_upto(cont, dcont);
300 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags)
310 if (!dcont
214 CMS_EncryptedData_decrypt(CMS_ContentInfo *cms, const unsigned char *key, size_t keylen, BIO *dcont, BIO *out, unsigned int flags) argument
299 CMS_verify(CMS_ContentInfo *cms, STACK_OF(X509) *certs, X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags) argument
725 CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pk, X509 *cert, BIO *dcont, BIO *out, unsigned int flags) argument
752 CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, unsigned int flags) argument
781 CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out, unsigned int flags) argument
823 CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out, unsigned int flags) argument
[all...]
H A Dcms.h143 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont,
157 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
164 BIO *dcont, BIO *out, unsigned int flags);
174 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags);
186 BIO *dcont, BIO *out, unsigned int flags);
245 int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/cms/
H A Dcms_smime.c171 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out, argument
181 if (!dcont && !check_content(cms))
184 cont = CMS_dataInit(cms, dcont);
190 do_free_upto(cont, dcont);
216 BIO *dcont, BIO *out, unsigned int flags)
226 if (!dcont && !check_content(cms))
231 cont = CMS_dataInit(cms, dcont);
235 do_free_upto(cont, dcont);
300 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags)
310 if (!dcont
214 CMS_EncryptedData_decrypt(CMS_ContentInfo *cms, const unsigned char *key, size_t keylen, BIO *dcont, BIO *out, unsigned int flags) argument
299 CMS_verify(CMS_ContentInfo *cms, STACK_OF(X509) *certs, X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags) argument
725 CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pk, X509 *cert, BIO *dcont, BIO *out, unsigned int flags) argument
752 CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont, unsigned int flags) argument
781 CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out, unsigned int flags) argument
823 CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out, unsigned int flags) argument
[all...]
H A Dcms.h143 int CMS_final(CMS_ContentInfo *cms, BIO *data, BIO *dcont,
157 int CMS_digest_verify(CMS_ContentInfo *cms, BIO *dcont, BIO *out,
164 BIO *dcont, BIO *out, unsigned int flags);
174 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags);
186 BIO *dcont, BIO *out, unsigned int flags);
245 int CMS_uncompress(CMS_ContentInfo *cms, BIO *dcont, BIO *out,

Completed in 49 milliseconds