• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/pkcs7/

Lines Matching refs:PKCS7

217 	} PKCS7;
219 DECLARE_STACK_OF(PKCS7)
220 DECLARE_ASN1_SET_OF(PKCS7)
221 DECLARE_PKCS12_STACK_OF(PKCS7)
284 PKCS7 *d2i_PKCS7_fp(FILE *fp,PKCS7 **p7);
285 int i2d_PKCS7_fp(FILE *fp,PKCS7 *p7);
287 PKCS7 *PKCS7_dup(PKCS7 *p7);
288 PKCS7 *d2i_PKCS7_bio(BIO *bp,PKCS7 **p7);
289 int i2d_PKCS7_bio(BIO *bp,PKCS7 *p7);
300 DECLARE_ASN1_FUNCTIONS(PKCS7)
306 long PKCS7_ctrl(PKCS7 *p7, int cmd, long larg, char *parg);
308 int PKCS7_set_type(PKCS7 *p7, int type);
309 int PKCS7_set_content(PKCS7 *p7, PKCS7 *p7_data);
312 int PKCS7_add_signer(PKCS7 *p7, PKCS7_SIGNER_INFO *p7i);
313 int PKCS7_add_certificate(PKCS7 *p7, X509 *x509);
314 int PKCS7_add_crl(PKCS7 *p7, X509_CRL *x509);
315 int PKCS7_content_new(PKCS7 *p7, int nid);
317 BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si);
318 int PKCS7_signatureVerify(BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si,
321 BIO *PKCS7_dataInit(PKCS7 *p7, BIO *bio);
322 int PKCS7_dataFinal(PKCS7 *p7, BIO *bio);
323 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);
326 PKCS7_SIGNER_INFO *PKCS7_add_signature(PKCS7 *p7, X509 *x509,
328 X509 *PKCS7_cert_from_signer_info(PKCS7 *p7, PKCS7_SIGNER_INFO *si);
329 STACK_OF(PKCS7_SIGNER_INFO) *PKCS7_get_signer_info(PKCS7 *p7);
331 PKCS7_RECIP_INFO *PKCS7_add_recipient(PKCS7 *p7, X509 *x509);
332 int PKCS7_add_recipient_info(PKCS7 *p7, PKCS7_RECIP_INFO *ri);
334 int PKCS7_set_cipher(PKCS7 *p7, const EVP_CIPHER *cipher);
336 PKCS7_ISSUER_AND_SERIAL *PKCS7_get_issuer_and_serial(PKCS7 *p7, int idx);
349 PKCS7 *PKCS7_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs,
351 int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store,
353 STACK_OF(X509) *PKCS7_get0_signers(PKCS7 *p7, STACK_OF(X509) *certs, int flags);
354 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher,
356 int PKCS7_decrypt(PKCS7 *p7, EVP_PKEY *pkey, X509 *cert, BIO *data, int flags);
363 int SMIME_write_PKCS7(BIO *bio, PKCS7 *p7, BIO *data, int flags);
364 PKCS7 *SMIME_read_PKCS7(BIO *bio, BIO **bcont);
374 /* Error codes for the PKCS7 functions. */