• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/

Lines Matching refs:PKCS7

217 	} PKCS7;
219 DECLARE_STACK_OF(PKCS7)
220 DECLARE_ASN1_SET_OF(PKCS7)
221 DECLARE_PKCS12_STACK_OF(PKCS7)
288 PKCS7 *d2i_PKCS7_fp(FILE *fp,PKCS7 **p7);
289 int i2d_PKCS7_fp(FILE *fp,PKCS7 *p7);
291 PKCS7 *PKCS7_dup(PKCS7 *p7);
292 PKCS7 *d2i_PKCS7_bio(BIO *bp,PKCS7 **p7);
293 int i2d_PKCS7_bio(BIO *bp,PKCS7 *p7);
304 DECLARE_ASN1_FUNCTIONS(PKCS7)
309 DECLARE_ASN1_NDEF_FUNCTION(PKCS7)
311 long PKCS7_ctrl(PKCS7 *p7, int cmd, long larg, char *parg);
313 int PKCS7_set_type(PKCS7 *p7, int type);
314 int PKCS7_set0_type_other(PKCS7 *p7, int type, ASN1_TYPE *other);
315 int PKCS7_set_content(PKCS7 *p7, PKCS7 *p7_data);
318 int PKCS7_add_signer(PKCS7 *p7, PKCS7_SIGNER_INFO *p7i);
319 int PKCS7_add_certificate(PKCS7 *p7, X509 *x509);
320 int PKCS7_add_crl(PKCS7 *p7, X509_CRL *x509);
321 int PKCS7_content_new(PKCS7 *p7, int nid);
323 BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si);
324 int PKCS7_signatureVerify(BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si,
327 BIO *PKCS7_dataInit(PKCS7 *p7, BIO *bio);
328 int PKCS7_dataFinal(PKCS7 *p7, BIO *bio);
329 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);
332 PKCS7_SIGNER_INFO *PKCS7_add_signature(PKCS7 *p7, X509 *x509,
334 X509 *PKCS7_cert_from_signer_info(PKCS7 *p7, PKCS7_SIGNER_INFO *si);
335 int PKCS7_set_digest(PKCS7 *p7, const EVP_MD *md);
336 STACK_OF(PKCS7_SIGNER_INFO) *PKCS7_get_signer_info(PKCS7 *p7);
338 PKCS7_RECIP_INFO *PKCS7_add_recipient(PKCS7 *p7, X509 *x509);
339 int PKCS7_add_recipient_info(PKCS7 *p7, PKCS7_RECIP_INFO *ri);
341 int PKCS7_set_cipher(PKCS7 *p7, const EVP_CIPHER *cipher);
343 PKCS7_ISSUER_AND_SERIAL *PKCS7_get_issuer_and_serial(PKCS7 *p7, int idx);
356 PKCS7 *PKCS7_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs,
358 int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store,
360 STACK_OF(X509) *PKCS7_get0_signers(PKCS7 *p7, STACK_OF(X509) *certs, int flags);
361 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher,
363 int PKCS7_decrypt(PKCS7 *p7, EVP_PKEY *pkey, X509 *cert, BIO *data, int flags);
370 int SMIME_write_PKCS7(BIO *bio, PKCS7 *p7, BIO *data, int flags);
371 PKCS7 *SMIME_read_PKCS7(BIO *bio, BIO **bcont);
381 /* Error codes for the PKCS7 functions. */