Home
last modified time | relevance | path

Searched refs:hcopy (Results 1 – 25 of 60) sorted by relevance

123

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/lestrrat-go/jwx/jwe/
H A Dserializer.go19 hcopy := NewHeader()
25 err := hcopy.Copy(m.ProtectedHeader.Header)
29 hcopy, err = hcopy.Merge(m.UnprotectedHeader)
33 hcopy, err = hcopy.Merge(recipient.Header)
38 protected, err := EncodedHeader{Header: hcopy}.Base64Encode()
/dports/security/openct/openct-0.6.20/src/ct/
H A Dsocket.c414 header_t hcopy; in ct_socket_put_packet() local
432 hcopy = *hdr; in ct_socket_put_packet()
434 hcopy.error = ntohs(hcopy.error); in ct_socket_put_packet()
435 hcopy.count = ntohs(hcopy.count); in ct_socket_put_packet()
437 ct_buf_put(bp, &hcopy, sizeof(hcopy)); in ct_socket_put_packet()
676 hcopy.error = htons(hcopy.error); in ct_socket_send()
677 hcopy.count = htons(hcopy.count); in ct_socket_send()
679 if (ct_socket_write(sock, &hcopy, sizeof(hcopy)) < 0 in ct_socket_send()
693 hcopy.error = htons(hcopy.error); in ct_socket_recv()
694 hcopy.count = htons(hcopy.count); in ct_socket_recv()
[all …]
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/lestrrat-go/jwx/jwe/
H A Dserializer.go34 hcopy, err := m.protectedHeaders.Clone(ctx)
38 hcopy, err = hcopy.Merge(ctx, m.unprotectedHeaders)
42 hcopy, err = hcopy.Merge(ctx, recipient.Headers())
47 protected, err := hcopy.Encode()
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/lestrrat-go/jwx/jwe/
H A Dserializer.go34 hcopy, err := m.protectedHeaders.Clone(ctx)
38 hcopy, err = hcopy.Merge(ctx, m.unprotectedHeaders)
42 hcopy, err = hcopy.Merge(ctx, recipient.Headers())
47 protected, err := hcopy.Encode()
/dports/math/arb/arb-2.21.1/acb_dirichlet/
H A Dzeta_jet.c25 acb_t pi, hcopy; in _acb_dirichlet_zeta_jet() local
30 acb_init(hcopy); in _acb_dirichlet_zeta_jet()
37 acb_set(hcopy, h); in _acb_dirichlet_zeta_jet()
55 acb_sub_ui(f, hcopy, 1, prec); in _acb_dirichlet_zeta_jet()
61 acb_sub_ui(f, hcopy, 1, prec); in _acb_dirichlet_zeta_jet()
74 acb_sub_ui(u, hcopy, 1, prec); in _acb_dirichlet_zeta_jet()
83 acb_clear(hcopy); in _acb_dirichlet_zeta_jet()
/dports/audio/gnupod/gnupod-0.99.8/src/ext/
H A DXMLhelper.pm160 my %hcopy = %{$hr->{$base}};
163 if($magic->{addid} && int($hcopy{id}) < 1) {
165 $hcopy{id} = $xid;
170 foreach (sort(keys %hcopy)) {
171 $r .= "$_=\"".xescaped($hcopy{$_})."\" ";
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/
H A DDistrMPolyInlFpPP.C726 summand* hcopy = ans.myCopySummand(hterm); in add() local
727 ans.myPushBack(hcopy); in add()
760 summand* hcopy = ans.myCopySummand(hterm); in add() local
761 ans.myPushBack(hcopy); in add()
824 summand* hcopy = ans.myCopySummand(hterm); in sub() local
825 hcopy->myCoeff = Fp.myNegate(hcopy->myCoeff); in sub()
826 ans.myPushBack(hcopy); in sub()
858 summand* hcopy = ans.myCopySummand(hterm); in sub() local
859 hcopy->myCoeff = Fp.myNegate(hcopy->myCoeff); in sub()
860 ans.myPushBack(hcopy); in sub()
H A DDistrMPolyClean.C760 summand* hcopy = ans.myCopySummand(hterm); in add() local
761 ans.myPushBack(hcopy); in add()
794 summand* hcopy = ans.myCopySummand(hterm); in add() local
795 ans.myPushBack(hcopy); in add()
853 summand* hcopy = ans.myCopySummand(hterm); in sub() local
854 R->myNegate(raw(hcopy->myCoeff), raw(hcopy->myCoeff)); //??? can this throw? in sub()
855 ans.myPushBack(hcopy); in sub()
887 summand* hcopy = ans.myCopySummand(hterm); in sub() local
888 R->myNegate(raw(hcopy->myCoeff), raw(hcopy->myCoeff)); //??? can this throw? in sub()
889 ans.myPushBack(hcopy); in sub()
H A DDistrMPolyInlPP.C851 summand* hcopy = ans.myCopySummand(hterm); in add() local
852 ans.myPushBack(hcopy); in add()
885 summand* hcopy = ans.myCopySummand(hterm); in add() local
886 ans.myPushBack(hcopy); in add()
949 summand* hcopy = ans.myCopySummand(hterm); in sub() local
950 R->myNegate(hcopy->myCoeff, hcopy->myCoeff); //??? can this throw? in sub()
951 ans.myPushBack(hcopy); in sub()
983 summand* hcopy = ans.myCopySummand(hterm); in sub() local
984 R->myNegate(hcopy->myCoeff, hcopy->myCoeff); //??? can this throw? in sub()
985 ans.myPushBack(hcopy); in sub()
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/
H A DDistrMPolyInlFpPP.C726 summand* hcopy = ans.myCopySummand(hterm); in add() local
727 ans.myPushBack(hcopy); in add()
760 summand* hcopy = ans.myCopySummand(hterm); in add() local
761 ans.myPushBack(hcopy); in add()
824 summand* hcopy = ans.myCopySummand(hterm); in sub() local
825 hcopy->myCoeff = Fp.myNegate(hcopy->myCoeff); in sub()
826 ans.myPushBack(hcopy); in sub()
858 summand* hcopy = ans.myCopySummand(hterm); in sub() local
859 hcopy->myCoeff = Fp.myNegate(hcopy->myCoeff); in sub()
860 ans.myPushBack(hcopy); in sub()
H A DDistrMPolyClean.C760 summand* hcopy = ans.myCopySummand(hterm); in add() local
761 ans.myPushBack(hcopy); in add()
794 summand* hcopy = ans.myCopySummand(hterm); in add() local
795 ans.myPushBack(hcopy); in add()
853 summand* hcopy = ans.myCopySummand(hterm); in sub() local
854 R->myNegate(raw(hcopy->myCoeff), raw(hcopy->myCoeff)); //??? can this throw? in sub()
855 ans.myPushBack(hcopy); in sub()
887 summand* hcopy = ans.myCopySummand(hterm); in sub() local
888 R->myNegate(raw(hcopy->myCoeff), raw(hcopy->myCoeff)); //??? can this throw? in sub()
889 ans.myPushBack(hcopy); in sub()
H A DDistrMPolyInlPP.C851 summand* hcopy = ans.myCopySummand(hterm); in add() local
852 ans.myPushBack(hcopy); in add()
885 summand* hcopy = ans.myCopySummand(hterm); in add() local
886 ans.myPushBack(hcopy); in add()
949 summand* hcopy = ans.myCopySummand(hterm); in sub() local
950 R->myNegate(hcopy->myCoeff, hcopy->myCoeff); //??? can this throw? in sub()
951 ans.myPushBack(hcopy); in sub()
983 summand* hcopy = ans.myCopySummand(hterm); in sub() local
984 R->myNegate(hcopy->myCoeff, hcopy->myCoeff); //??? can this throw? in sub()
985 ans.myPushBack(hcopy); in sub()
/dports/sysutils/hfsutils/hfsutils-3.2.6/
H A DTODO40 * preserve timestamps (-p) for hcopy
41 * recursive hcopy (-r)
47 * glob hcopy destination HFS path?
H A DMakefile.in65 CLITARGETS = hattrib hcd hcopy hdel hdir hformat hls hmkdir hmount hpwd \
85 CLIDOCS = hattrib.1 hcd.1 hcopy.1 hdel.1 hdir.1 hformat.1 hls.1 \
90 CLIOBJS = hattrib.o hcd.o hcopy.o hdel.o hformat.o hls.o hmkdir.o \
285 hcopy.o: hcopy.c config.h libhfs/hfs.h hcwd.h hfsutil.h hcopy.h \
293 glob.h version.h hattrib.h hcd.h hcopy.h hdel.h hformat.h hls.h \
/dports/astro/py-astropy/astropy-5.0/astropy/io/fits/
H A Dfitstime.py457 hcopy = hdr.copy(strip=True)
464 hcopy.remove(key)
470 hcopy.remove(key)
498 return hcopy
/dports/science/qmcpack/qmcpack-3.11.0/src/Estimators/
H A DCSEnergyEstimator.cpp30 CSEnergyEstimator::CSEnergyEstimator(QMCHamiltonian& h, int hcopy) in CSEnergyEstimator() argument
34 NumCopies = hcopy; in CSEnergyEstimator()
H A DCSEnergyEstimator.h53 CSEnergyEstimator(QMCHamiltonian& h, int hcopy = 1);
/dports/cad/ngspice_rework/ngspice-35/src/frontend/plotting/
H A Dplotit.h4 bool plotit(wordlist *wl, const char *hcopy, const char *devname);
H A Dgraf.h14 const char *hcopy,
/dports/cad/jspice3/jspice3-2.5/src/include/
H A Dplotdefs.h33 char *hcopy; /* The raster file. */ member
/dports/www/openarc/OpenARC-eb430db/libopenarc/
H A Darc.c1348 u_char *hcopy; in arc_process_set() local
1368 if (hcopy == NULL) in arc_process_set()
1378 ARC_FREE(hcopy); in arc_process_set()
1398 set->set_data = hcopy; in arc_process_set()
1407 *p, p - hcopy, settype); in arc_process_set()
1428 settype, *p, p - hcopy); in arc_process_set()
1449 settype, *p, p - hcopy); in arc_process_set()
1592 hcopy = ARC_STRDUP(p); in arc_process_set()
1593 if (hcopy == NULL) in arc_process_set()
1611 ARC_FREE(hcopy); in arc_process_set()
[all …]
/dports/security/putty/putty-0.76/
H A Dsshblake2.c157 static void blake2b_copyfrom(ssh_hash *hcopy, ssh_hash *horig) in blake2b_copyfrom() argument
159 blake2b *copy = container_of(hcopy, blake2b, hash); in blake2b_copyfrom()
/dports/security/putty-nogtk/putty-0.76/
H A Dsshblake2.c157 static void blake2b_copyfrom(ssh_hash *hcopy, ssh_hash *horig) in blake2b_copyfrom() argument
159 blake2b *copy = container_of(hcopy, blake2b, hash); in blake2b_copyfrom()
H A Dsshsh256.c295 static void sha256_sw_copyfrom(ssh_hash *hcopy, ssh_hash *horig) in sha256_sw_copyfrom() argument
297 sha256_sw *copy = container_of(hcopy, sha256_sw, hash); in sha256_sw_copyfrom()
641 static void sha256_ni_copyfrom(ssh_hash *hcopy, ssh_hash *horig) in sha256_ni_copyfrom() argument
643 sha256_ni *copy = container_of(hcopy, sha256_ni, hash); in sha256_ni_copyfrom()
855 static void sha256_neon_copyfrom(ssh_hash *hcopy, ssh_hash *horig) in sha256_neon_copyfrom() argument
857 sha256_neon *copy = container_of(hcopy, sha256_neon, hash); in sha256_neon_copyfrom()
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dsshblake2.c157 static void blake2b_copyfrom(ssh_hash *hcopy, ssh_hash *horig) in blake2b_copyfrom() argument
159 blake2b *copy = container_of(hcopy, blake2b, hash); in blake2b_copyfrom()

123