Home
last modified time | relevance | path

Searched defs:p7 (Results 1 – 25 of 71) sorted by relevance

123

/netbsd/crypto/external/bsd/openssl.old/dist/crypto/pkcs7/
H A Dpk7_lib.c17 long PKCS7_ctrl(PKCS7 *p7, int cmd, long larg, char *parg) in PKCS7_ctrl()
63 int PKCS7_content_new(PKCS7 *p7, int type) in PKCS7_content_new()
80 int PKCS7_set_content(PKCS7 *p7, PKCS7 *p7_data) in PKCS7_set_content()
107 int PKCS7_set_type(PKCS7 *p7, int type) in PKCS7_set_type()
185 int PKCS7_add_signer(PKCS7 *p7, PKCS7_SIGNER_INFO *psi) in PKCS7_add_signer()
238 int PKCS7_add_certificate(PKCS7 *p7, X509 *x509) in PKCS7_add_certificate()
270 int PKCS7_add_crl(PKCS7 *p7, X509_CRL *crl) in PKCS7_add_crl()
377 int PKCS7_set_digest(PKCS7 *p7, const EVP_MD *md) in PKCS7_set_digest()
422 PKCS7_RECIP_INFO *PKCS7_add_recipient(PKCS7 *p7, X509 *x509) in PKCS7_add_recipient()
517 int PKCS7_set_cipher(PKCS7 *p7, const EVP_CIPHER *cipher) in PKCS7_set_cipher()
[all …]
H A Dpk7_smime.c25 PKCS7 *p7; in PKCS7_sign() local
65 int PKCS7_final(PKCS7 *p7, BIO *data, int flags) in PKCS7_final()
109 PKCS7_SIGNER_INFO *PKCS7_sign_add_signer(PKCS7 *p7, X509 *signcert, in PKCS7_sign_add_signer()
176 static int pkcs7_copy_existing_digest(PKCS7 *p7, PKCS7_SIGNER_INFO *si) in pkcs7_copy_existing_digest()
204 int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store, in PKCS7_verify()
439 PKCS7 *p7; in PKCS7_encrypt() local
477 int PKCS7_decrypt(PKCS7 *p7, EVP_PKEY *pkey, X509 *cert, BIO *data, int flags) in PKCS7_decrypt()
H A Dpk7_mime.c17 int i2d_PKCS7_bio_stream(BIO *out, PKCS7 *p7, BIO *in, int flags) in i2d_PKCS7_bio_stream()
23 int PEM_write_bio_PKCS7_stream(BIO *out, PKCS7 *p7, BIO *in, int flags) in PEM_write_bio_PKCS7_stream()
29 int SMIME_write_PKCS7(BIO *bio, PKCS7 *p7, BIO *data, int flags) in SMIME_write_PKCS7()
H A Dpk7_doit.c22 static int PKCS7_type_is_other(PKCS7 *p7) in PKCS7_type_is_other()
45 static ASN1_OCTET_STRING *PKCS7_get_octet_string(PKCS7 *p7) in PKCS7_get_octet_string()
196 BIO *PKCS7_dataInit(PKCS7 *p7, BIO *bio) in PKCS7_dataInit()
359 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert) in PKCS7_dataDecode()
645 int PKCS7_dataFinal(PKCS7 *p7, BIO *bio) in PKCS7_dataFinal()
883 PKCS7 *p7, PKCS7_SIGNER_INFO *si) in PKCS7_dataVerify()
939 int PKCS7_signatureVerify(BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si, in PKCS7_signatureVerify()
1051 PKCS7_ISSUER_AND_SERIAL *PKCS7_get_issuer_and_serial(PKCS7 *p7, int idx) in PKCS7_get_issuer_and_serial()
H A Dbio_pk7.c21 BIO *BIO_new_PKCS7(BIO *out, PKCS7 *p7) in BIO_new_PKCS7()
/netbsd/crypto/external/bsd/openssl/dist/crypto/pkcs7/
H A Dpk7_lib.c20 long PKCS7_ctrl(PKCS7 *p7, int cmd, long larg, char *parg) in PKCS7_ctrl()
66 int PKCS7_content_new(PKCS7 *p7, int type) in PKCS7_content_new()
83 int PKCS7_set_content(PKCS7 *p7, PKCS7 *p7_data) in PKCS7_set_content()
110 int PKCS7_set_type(PKCS7 *p7, int type) in PKCS7_set_type()
188 int PKCS7_add_signer(PKCS7 *p7, PKCS7_SIGNER_INFO *psi) in PKCS7_add_signer()
251 int PKCS7_add_certificate(PKCS7 *p7, X509 *x509) in PKCS7_add_certificate()
272 int PKCS7_add_crl(PKCS7 *p7, X509_CRL *crl) in PKCS7_add_crl()
441 void ossl_pkcs7_resolve_libctx(PKCS7 *p7) in ossl_pkcs7_resolve_libctx()
475 const PKCS7_CTX *ossl_pkcs7_get0_ctx(const PKCS7 *p7) in ossl_pkcs7_get0_ctx()
520 int PKCS7_set_digest(PKCS7 *p7, const EVP_MD *md) in PKCS7_set_digest()
[all …]
H A Dpk7_mime.c18 int i2d_PKCS7_bio_stream(BIO *out, PKCS7 *p7, BIO *in, int flags) in i2d_PKCS7_bio_stream()
24 int PEM_write_bio_PKCS7_stream(BIO *out, PKCS7 *p7, BIO *in, int flags) in PEM_write_bio_PKCS7_stream()
30 int SMIME_write_PKCS7(BIO *bio, PKCS7 *p7, BIO *data, int flags) in SMIME_write_PKCS7()
49 PKCS7 *SMIME_read_PKCS7_ex(BIO *bio, BIO **bcont, PKCS7 **p7) in SMIME_read_PKCS7_ex()
H A Dpk7_smime.c27 PKCS7 *p7; in PKCS7_sign_ex() local
74 int PKCS7_final(PKCS7 *p7, BIO *data, int flags) in PKCS7_final()
117 PKCS7_SIGNER_INFO *PKCS7_sign_add_signer(PKCS7 *p7, X509 *signcert, in PKCS7_sign_add_signer()
186 static int pkcs7_copy_existing_digest(PKCS7 *p7, PKCS7_SIGNER_INFO *si) in pkcs7_copy_existing_digest()
213 int PKCS7_verify(PKCS7 *p7, STACK_OF(X509) *certs, X509_STORE *store, in PKCS7_verify()
449 PKCS7 *p7; in PKCS7_encrypt_ex() local
495 int PKCS7_decrypt(PKCS7 *p7, EVP_PKEY *pkey, X509 *cert, BIO *data, int flags) in PKCS7_decrypt()
H A Dpk7_doit.c24 int PKCS7_type_is_other(PKCS7 *p7) in PKCS7_type_is_other()
47 ASN1_OCTET_STRING *PKCS7_get_octet_string(PKCS7 *p7) in PKCS7_get_octet_string()
207 BIO *PKCS7_dataInit(PKCS7 *p7, BIO *bio) in PKCS7_dataInit()
395 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert) in PKCS7_dataDecode()
727 int PKCS7_dataFinal(PKCS7 *p7, BIO *bio) in PKCS7_dataFinal()
961 PKCS7 *p7, PKCS7_SIGNER_INFO *si) in PKCS7_dataVerify()
1014 int PKCS7_signatureVerify(BIO *bio, PKCS7 *p7, PKCS7_SIGNER_INFO *si, in PKCS7_signatureVerify()
1141 PKCS7_ISSUER_AND_SERIAL *PKCS7_get_issuer_and_serial(PKCS7 *p7, int idx) in PKCS7_get_issuer_and_serial()
H A Dbio_pk7.c21 BIO *BIO_new_PKCS7(BIO *out, PKCS7 *p7) in BIO_new_PKCS7()
/netbsd/crypto/external/bsd/openssl/dist/crypto/pkcs12/
H A Dp12_add.c51 PKCS7 *p7; in PKCS12_pack_p7data() local
91 PKCS7 *p7; in PKCS12_pack_p7encdata_ex() local
184 PKCS7 *p7; in STACK_OF() local
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/pkcs12/
H A Dp12_add.c48 PKCS7 *p7; in PKCS12_pack_p7data() local
88 PKCS7 *p7; in PKCS12_pack_p7encdata() local
/netbsd/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-generated-actions.h461 p6, p7, p8, p9) , typename p0##_type, typename p1##_type, \ argument
511 p7, p8)\ argument
521 p7, p8, p9)\ argument
573 p7) p0, p1, p2, p3, p4, p5, p6, p7 argument
575 p7, p8) p0, p1, p2, p3, p4, p5, p6, p7, p8 argument
577 p7, p8, p9) p0, p1, p2, p3, p4, p5, p6, p7, p8, p9 argument
643 p7) P8 argument
645 p7, p8) P9 argument
647 p7, p8, p9) P10 argument
1274 #define ACTION_P8(name, p0, p1, p2, p3, p4, p5, p6, p7)\ argument
[all …]
H A Dgmock-generated-matchers.h802 #define MATCHER_P8(name, p0, p1, p2, p3, p4, p5, p6, p7, description)\ argument
896 #define MATCHER_P9(name, p0, p1, p2, p3, p4, p5, p6, p7, p8, description)\ argument
994 #define MATCHER_P10(name, p0, p1, p2, p3, p4, p5, p6, p7, p8, p9, description)\ argument
/netbsd/external/bsd/pkg_install/dist/lib/
H A Dpkcs7.c117 PKCS7 *p7; in easy_pkcs7_verify() local
240 PKCS7 *p7; in easy_pkcs7_sign() local
/netbsd/crypto/external/bsd/openssl.old/dist/demos/smime/
H A Dsmdec.c20 PKCS7 *p7 = NULL; in main() local
H A Dsmenc.c20 PKCS7 *p7 = NULL; in main() local
H A Dsmsign.c20 PKCS7 *p7 = NULL; in main() local
H A Dsmver.c20 PKCS7 *p7 = NULL; in main() local
H A Dsmsign2.c20 PKCS7 *p7 = NULL; in main() local
/netbsd/crypto/external/bsd/openssl/dist/demos/smime/
H A Dsmdec.c20 PKCS7 *p7 = NULL; in main() local
H A Dsmenc.c20 PKCS7 *p7 = NULL; in main() local
H A Dsmsign.c20 PKCS7 *p7 = NULL; in main() local
H A Dsmver.c20 PKCS7 *p7 = NULL; in main() local
H A Dsmsign2.c20 PKCS7 *p7 = NULL; in main() local

123