• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pkcs7/

Lines Matching refs:PKCS7

200 } PKCS7;
202 DECLARE_STACK_OF(PKCS7)
203 DECLARE_ASN1_SET_OF(PKCS7)
204 DECLARE_PKCS12_STACK_OF(PKCS7)
264 PKCS7 *d2i_PKCS7_fp(FILE *fp, PKCS7 **p7);
265 int i2d_PKCS7_fp(FILE *fp, PKCS7 *p7);
267 PKCS7 *PKCS7_dup(PKCS7 *p7);
268 PKCS7 *d2i_PKCS7_bio(BIO *bp, PKCS7 **p7);
269 int i2d_PKCS7_bio(BIO *bp, PKCS7 *p7);
270 int i2d_PKCS7_bio_stream(BIO *out, PKCS7 *p7, BIO *in, int flags);
271 int PEM_write_bio_PKCS7_stream(BIO *out, PKCS7 *p7, BIO *in, int flags);
281 DECLARE_ASN1_FUNCTIONS(PKCS7)
286 DECLARE_ASN1_NDEF_FUNCTION(PKCS7)
287 DECLARE_ASN1_PRINT_FUNCTION(PKCS7)
289 long PKCS7_ctrl(PKCS7 *p7, int cmd, long larg, char *parg);
291 int PKCS7_set_type(PKCS7 *p7, int type);
292 int PKCS7_set0_type_other(PKCS7 *p7, int type, ASN1_TYPE *other);
293 int PKCS7_set_content(PKCS7 *p7, PKCS7 *p7_data);
297 int PKCS7_add_signer(PKCS7 *p7, PKCS7_SIGNER_INFO *p7i);
298 int PKCS7_add_certificate(PKCS7 *p7, X509 *x509);
299 int PKCS7_add_crl(PKCS7 *p7, X509_CRL *x509);
300 int PKCS7_content_new(PKCS7 *p7, int nid);
302 BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si);
303 int PKCS7_signatureVerify(BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si,
306 BIO *PKCS7_dataInit(PKCS7 *p7, BIO *bio);
307 int PKCS7_dataFinal(PKCS7 *p7, BIO *bio);
308 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);
310 PKCS7_SIGNER_INFO *PKCS7_add_signature(PKCS7 *p7, X509 *x509,
312 X509 *PKCS7_cert_from_signer_info(PKCS7 *p7, PKCS7_SIGNER_INFO *si);
313 int PKCS7_set_digest(PKCS7 *p7, const EVP_MD *md);
314 STACK_OF(PKCS7_SIGNER_INFO) *PKCS7_get_signer_info(PKCS7 *p7);
316 PKCS7_RECIP_INFO *PKCS7_add_recipient(PKCS7 *p7, X509 *x509);
320 int PKCS7_add_recipient_info(PKCS7 *p7, PKCS7_RECIP_INFO *ri);
322 int PKCS7_set_cipher(PKCS7 *p7, const EVP_CIPHER *cipher);
323 int PKCS7_stream(unsigned char ***boundary, PKCS7 *p7);
325 PKCS7_ISSUER_AND_SERIAL *PKCS7_get_issuer_and_serial(PKCS7 *p7, int idx);
338 PKCS7 *PKCS7_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs,
341 PKCS7_SIGNER_INFO *PKCS7_sign_add_signer(PKCS7 *p7,
345 int PKCS7_final(PKCS7 *p7, BIO *data, int flags);
346 int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store,
348 STACK_OF(X509) *PKCS7_get0_signers(PKCS7 *p7, STACK_OF(X509) *certs,
350 PKCS7 *PKCS7_encrypt(STACK_OF(X509) *certs, BIO *in, const EVP_CIPHER *cipher,
352 int PKCS7_decrypt(PKCS7 *p7, EVP_PKEY *pkey, X509 *cert, BIO *data,
365 int SMIME_write_PKCS7(BIO *bio, PKCS7 *p7, BIO *data, int flags);
366 PKCS7 *SMIME_read_PKCS7(BIO *bio, BIO **bcont);
368 BIO *BIO_new_PKCS7(BIO *out, PKCS7 *p7);
377 /* Error codes for the PKCS7 functions. */