Lines Matching refs:PKCS7
64 long PKCS7_ctrl(PKCS7 *p7, int cmd, long larg, char *parg) in PKCS7_ctrl()
114 int PKCS7_content_new(PKCS7 *p7, int type) in PKCS7_content_new()
116 PKCS7 *ret=NULL; in PKCS7_content_new()
128 int PKCS7_set_content(PKCS7 *p7, PKCS7 *p7_data) in PKCS7_set_content()
158 int PKCS7_set_type(PKCS7 *p7, int type) in PKCS7_set_type()
228 int PKCS7_set0_type_other(PKCS7 *p7, int type, ASN1_TYPE *other) in PKCS7_set0_type_other()
235 int PKCS7_add_signer(PKCS7 *p7, PKCS7_SIGNER_INFO *psi) in PKCS7_add_signer()
294 int PKCS7_add_certificate(PKCS7 *p7, X509 *x509) in PKCS7_add_certificate()
329 int PKCS7_add_crl(PKCS7 *p7, X509_CRL *crl) in PKCS7_add_crl()
442 PKCS7_SIGNER_INFO *PKCS7_add_signature(PKCS7 *p7, X509 *x509, EVP_PKEY *pkey, in PKCS7_add_signature()
456 int PKCS7_set_digest(PKCS7 *p7, const EVP_MD *md) in PKCS7_set_digest()
474 STACK_OF(PKCS7_SIGNER_INFO) *PKCS7_get_signer_info(PKCS7 *p7) in STACK_OF()
488 PKCS7_RECIP_INFO *PKCS7_add_recipient(PKCS7 *p7, X509 *x509) in PKCS7_add_recipient()
501 int PKCS7_add_recipient_info(PKCS7 *p7, PKCS7_RECIP_INFO *ri) in PKCS7_add_recipient_info()
548 X509 *PKCS7_cert_from_signer_info(PKCS7 *p7, PKCS7_SIGNER_INFO *si) in PKCS7_cert_from_signer_info()
558 int PKCS7_set_cipher(PKCS7 *p7, const EVP_CIPHER *cipher) in PKCS7_set_cipher()