Lines Matching refs:p7

246 #define PKCS7_is_detached(p7) (PKCS7_type_is_signed(p7) && PKCS7_get_detached(p7))
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);
290 int i2d_PKCS7_bio_stream(BIO *out, PKCS7 *p7, BIO *in, int flags);
291 int PEM_write_bio_PKCS7_stream(BIO *out, PKCS7 *p7, BIO *in, int flags);
309 long PKCS7_ctrl(PKCS7 *p7, int cmd, long larg, char *parg);
311 int PKCS7_set_type(PKCS7 *p7, int type);
312 int PKCS7_set0_type_other(PKCS7 *p7, int type, ASN1_TYPE *other);
313 int PKCS7_set_content(PKCS7 *p7, PKCS7 *p7_data);
317 int PKCS7_add_signer(PKCS7 *p7, PKCS7_SIGNER_INFO *p7i);
318 int PKCS7_add_certificate(PKCS7 *p7, X509 *x509);
319 int PKCS7_add_crl(PKCS7 *p7, X509_CRL *x509);
320 int PKCS7_content_new(PKCS7 *p7, int nid);
322 BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si);
323 int PKCS7_signatureVerify(BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si,
326 BIO *PKCS7_dataInit(PKCS7 *p7, BIO *bio);
327 int PKCS7_dataFinal(PKCS7 *p7, BIO *bio);
328 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert);
331 PKCS7_SIGNER_INFO *PKCS7_add_signature(PKCS7 *p7, X509 *x509,
333 X509 *PKCS7_cert_from_signer_info(PKCS7 *p7, PKCS7_SIGNER_INFO *si);
334 int PKCS7_set_digest(PKCS7 *p7, const EVP_MD *md);
335 STACK_OF(PKCS7_SIGNER_INFO) *PKCS7_get_signer_info(PKCS7 *p7);
337 PKCS7_RECIP_INFO *PKCS7_add_recipient(PKCS7 *p7, X509 *x509);
341 int PKCS7_add_recipient_info(PKCS7 *p7, PKCS7_RECIP_INFO *ri);
343 int PKCS7_set_cipher(PKCS7 *p7, const EVP_CIPHER *cipher);
344 int PKCS7_stream(unsigned char ***boundary, PKCS7 *p7);
346 PKCS7_ISSUER_AND_SERIAL *PKCS7_get_issuer_and_serial(PKCS7 *p7, int idx);
362 PKCS7_SIGNER_INFO *PKCS7_sign_add_signer(PKCS7 *p7,
366 int PKCS7_final(PKCS7 *p7, BIO *data, int flags);
367 int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store,
369 STACK_OF(X509) *PKCS7_get0_signers(PKCS7 *p7, STACK_OF(X509) *certs, int flags);
372 int PKCS7_decrypt(PKCS7 *p7, EVP_PKEY *pkey, X509 *cert, BIO *data, int flags);
384 int SMIME_write_PKCS7(BIO *bio, PKCS7 *p7, BIO *data, int flags);
387 BIO *BIO_new_PKCS7(BIO *out, PKCS7 *p7);