Home
last modified time | relevance | path

Searched refs:ci (Results 1 – 15 of 15) sorted by relevance

/openssl/crypto/cms/
H A Dcms_io.c39 CMS_ContentInfo *ci; in d2i_CMS_bio() local
42 ci = ASN1_item_d2i_bio_ex(ASN1_ITEM_rptr(CMS_ContentInfo), bp, cms, in d2i_CMS_bio()
45 if (ci != NULL) { in d2i_CMS_bio()
47 ossl_cms_resolve_libctx(ci); in d2i_CMS_bio()
50 return ci; in d2i_CMS_bio()
103 CMS_ContentInfo *ci; in SMIME_read_CMS_ex() local
106 ci = (CMS_ContentInfo *)SMIME_read_ASN1_ex(bio, flags, bcont, in SMIME_read_CMS_ex()
111 if (ci != NULL) { in SMIME_read_CMS_ex()
113 ossl_cms_resolve_libctx(ci); in SMIME_read_CMS_ex()
116 return ci; in SMIME_read_CMS_ex()
H A Dcms_lib.c30 CMS_ContentInfo *ci; in IMPLEMENT_ASN1_PRINT_FUNCTION() local
37 if (ci != NULL) { in IMPLEMENT_ASN1_PRINT_FUNCTION()
39 ossl_cms_resolve_libctx(ci); in IMPLEMENT_ASN1_PRINT_FUNCTION()
42 return ci; in IMPLEMENT_ASN1_PRINT_FUNCTION()
52 CMS_ContentInfo *ci; in CMS_ContentInfo_new_ex() local
56 if (ci != NULL) { in CMS_ContentInfo_new_ex()
57 ci->ctx.libctx = libctx; in CMS_ContentInfo_new_ex()
58 ci->ctx.propq = NULL; in CMS_ContentInfo_new_ex()
61 if (ci->ctx.propq == NULL) { in CMS_ContentInfo_new_ex()
63 ci = NULL; in CMS_ContentInfo_new_ex()
[all …]
H A Dcms_sd.c1082 CMS_ContentInfo *ci; in CMS_SignedData_verify() local
1091 if ((ci = CMS_ContentInfo_new_ex(libctx, propq)) == NULL) in CMS_SignedData_verify()
1095 ci->contentType = OBJ_nid2obj(NID_pkcs7_signed); in CMS_SignedData_verify()
1096 ci->d.signedData = sd; in CMS_SignedData_verify()
1099 if (!CMS_add1_cert(ci, sk_X509_value(extra, i))) in CMS_SignedData_verify()
1102 if (!CMS_add1_crl(ci, sk_X509_CRL_value(crls, i))) in CMS_SignedData_verify()
1104 res = CMS_verify(ci, scerts, store, detached_data, bio, flags); in CMS_SignedData_verify()
1107 if (ci != NULL) in CMS_SignedData_verify()
1108 ci->d.signedData = NULL; /* do not indirectly free |sd| */ in CMS_SignedData_verify()
1109 CMS_ContentInfo_free(ci); in CMS_SignedData_verify()
H A Dcms_env.c260 CMS_ContentInfo *ci; in CMS_EnvelopedData_decrypt() local
269 if ((ci = CMS_ContentInfo_new_ex(libctx, propq)) == NULL in CMS_EnvelopedData_decrypt()
272 ci->contentType = OBJ_nid2obj(NID_pkcs7_enveloped); in CMS_EnvelopedData_decrypt()
273 ci->d.envelopedData = env; in CMS_EnvelopedData_decrypt()
275 && CMS_decrypt_set1_password(ci, (unsigned char *) in CMS_EnvelopedData_decrypt()
279 res = CMS_decrypt(ci, secret == NULL ? pkey : NULL, in CMS_EnvelopedData_decrypt()
283 if (ci != NULL) { in CMS_EnvelopedData_decrypt()
284 ci->d.envelopedData = NULL; /* do not indirectly free |env| */ in CMS_EnvelopedData_decrypt()
285 ci->contentType = NULL; in CMS_EnvelopedData_decrypt()
287 CMS_ContentInfo_free(ci); in CMS_EnvelopedData_decrypt()
H A Dcms_local.h394 void ossl_cms_resolve_libctx(CMS_ContentInfo *ci);
/openssl/.github/workflows/
H A Dbuild_quic_interop_container.yml17 docker login -u openssl-ci+machine -p ${{ secrets.QUAY_IO_PASSWORD }} quay.io
21 docker build -t quay.io/openssl-ci/openssl-quic-interop:latest .
24 docker push quay.io/openssl-ci/openssl-quic-interop:latest
H A Dci.yml104 name: "ci@basic-gcc"
126 name: "ci@basic-clang"
173 name: "ci@minimal"
195 name: "ci@no-deprecated"
217 name: "ci@no-shared-ubuntu"
270 name: "ci@non-caching"
322 name: "ci@fuzz_tests"
350 name: "ci@memory_sanitizer"
430 name: "ci@full_featured"
452 name: "ci@no-legacy"
[all …]
H A Drun_quic_interop.yml30 jq '.openssl = { image: "quay.io/openssl-ci/openssl-quic-interop"
H A Dstatic-analysis-on-prem.yml21 container: quay.io/openssl-ci/coverity-analysis:2024.3.1
H A Dinterop-tests.yml2 # /__w/openssl is the path that github bind-mounts into the container so the ci
/openssl/
H A DREADME.md6 [![github actions ci badge]][github actions ci]
7 ![Nightly OS Zoo ci badge](https://github.com/openssl/openssl/actions/workflows/os-zoo.yml/badge.sv…
260 [github actions ci badge]:
264 [github actions ci]:
269 <https://ci.appveyor.com/api/projects/status/8e10o7xfrg73v98f/branch/master?svg=true>
273 <https://ci.appveyor.com/project/openssl/openssl/branch/master>
/openssl/crypto/chacha/asm/
H A Dchacha-x86.pl73 my ($ai,$bi,$ci,$di,$i)=@_;
74 my ($an,$bn,$cn,$dn)=map(($_&~3)+(($_+1)&3),($ai,$bi,$ci,$di)); # next
75 my ($ap,$bp,$cp,$dp)=map(($_&~3)+(($_-1)&3),($ai,$bi,$ci,$di)); # previous
381 my ($ai,$bi,$ci,$di,$i)=@_;
382 my ($an,$bn,$cn,$dn)=map(($_&~3)+(($_+1)&3),($ai,$bi,$ci,$di)); # next
383 my ($ap,$bp,$cp,$dp)=map(($_&~3)+(($_-1)&3),($ai,$bi,$ci,$di)); # previous
795 my ($ai,$bi,$ci,$di,$i)=@_;
796 my ($an,$bn,$cn,$dn)=map(($_&~3)+(($_+1)&3),($ai,$bi,$ci,$di)); # next
797 my ($ap,$bp,$cp,$dp)=map(($_&~3)+(($_-1)&3),($ai,$bi,$ci,$di)); # previous
/openssl/test/quic-openssl-docker/
H A DREADME.md19 `docker build -t quay.io/openssl-ci/openssl-quic-interop:latest .`
/openssl/apps/
H A Dcms.c248 CMS_ContentInfo *ret, *ci; in load_content_info() local
257 ci = SMIME_read_CMS_ex(in, flags, indata, &ret); in load_content_info()
260 ci = PEM_read_bio_CMS(in, &ret, NULL, NULL); in load_content_info()
263 ci = d2i_CMS_bio(in, &ret); in load_content_info()
269 if (ci == NULL) { in load_content_info()
/openssl/include/openssl/
H A Dcms.h.in121 CMS_ContentInfo *SMIME_read_CMS_ex(BIO *bio, int flags, BIO **bcont, CMS_ContentInfo **ci);

Completed in 42 milliseconds