Home
last modified time | relevance | path

Searched refs:ovec (Results 26 – 50 of 358) sorted by relevance

12345678910>>...15

/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/des/
H A Dcfb_enc.c41 unsigned char ovec[16]; in DES_cfb_encrypt() local
44 unsigned char *ovec = (unsigned char *)sh; in DES_cfb_encrypt() local
81 iv = &ovec[0]; in DES_cfb_encrypt()
90 memmove(ovec, ovec + num, 8); in DES_cfb_encrypt()
93 ovec[i] = ovec[i + num] << rem | in DES_cfb_encrypt()
94 ovec[i + num + 1] >> (8 - rem); in DES_cfb_encrypt()
98 iv = &ovec[0]; in DES_cfb_encrypt()
124 iv = &ovec[0]; in DES_cfb_encrypt()
133 memmove(ovec, ovec + num, 8); in DES_cfb_encrypt()
136 ovec[i] = ovec[i + num] << rem | in DES_cfb_encrypt()
[all …]
/dports/www/websocat/websocat-1.9.0/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/des/
H A Dcfb_enc.c35 unsigned char ovec[16]; in DES_cfb_encrypt() local
38 unsigned char *ovec = (unsigned char *)sh; in DES_cfb_encrypt() local
75 iv = &ovec[0]; in DES_cfb_encrypt()
84 memmove(ovec, ovec + num, 8); in DES_cfb_encrypt()
87 ovec[i] = ovec[i + num] << rem | in DES_cfb_encrypt()
88 ovec[i + num + 1] >> (8 - rem); in DES_cfb_encrypt()
92 iv = &ovec[0]; in DES_cfb_encrypt()
118 iv = &ovec[0]; in DES_cfb_encrypt()
127 memmove(ovec, ovec + num, 8); in DES_cfb_encrypt()
130 ovec[i] = ovec[i + num] << rem | in DES_cfb_encrypt()
[all …]
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/des/
H A Dcfb_enc.c41 unsigned char ovec[16]; in DES_cfb_encrypt() local
44 unsigned char *ovec = (unsigned char *)sh; in DES_cfb_encrypt() local
81 iv = &ovec[0]; in DES_cfb_encrypt()
90 memmove(ovec, ovec + num, 8); in DES_cfb_encrypt()
93 ovec[i] = ovec[i + num] << rem | in DES_cfb_encrypt()
94 ovec[i + num + 1] >> (8 - rem); in DES_cfb_encrypt()
98 iv = &ovec[0]; in DES_cfb_encrypt()
124 iv = &ovec[0]; in DES_cfb_encrypt()
133 memmove(ovec, ovec + num, 8); in DES_cfb_encrypt()
136 ovec[i] = ovec[i + num] << rem | in DES_cfb_encrypt()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/openssl-src/openssl/crypto/des/
H A Dcfb_enc.c35 unsigned char ovec[16]; in DES_cfb_encrypt() local
38 unsigned char *ovec = (unsigned char *)sh; in DES_cfb_encrypt() local
75 iv = &ovec[0]; in DES_cfb_encrypt()
84 memmove(ovec, ovec + num, 8); in DES_cfb_encrypt()
87 ovec[i] = ovec[i + num] << rem | in DES_cfb_encrypt()
88 ovec[i + num + 1] >> (8 - rem); in DES_cfb_encrypt()
92 iv = &ovec[0]; in DES_cfb_encrypt()
118 iv = &ovec[0]; in DES_cfb_encrypt()
127 memmove(ovec, ovec + num, 8); in DES_cfb_encrypt()
130 ovec[i] = ovec[i + num] << rem | in DES_cfb_encrypt()
[all …]
/dports/security/openssl-devel/openssl-3.0.2/crypto/des/
H A Dcfb_enc.c41 unsigned char ovec[16]; in DES_cfb_encrypt() local
44 unsigned char *ovec = (unsigned char *)sh; in DES_cfb_encrypt() local
81 iv = &ovec[0]; in DES_cfb_encrypt()
90 memmove(ovec, ovec + num, 8); in DES_cfb_encrypt()
93 ovec[i] = ovec[i + num] << rem | in DES_cfb_encrypt()
94 ovec[i + num + 1] >> (8 - rem); in DES_cfb_encrypt()
98 iv = &ovec[0]; in DES_cfb_encrypt()
124 iv = &ovec[0]; in DES_cfb_encrypt()
133 memmove(ovec, ovec + num, 8); in DES_cfb_encrypt()
136 ovec[i] = ovec[i + num] << rem | in DES_cfb_encrypt()
[all …]
/dports/security/openssl-legacy-static/openssl-1.0.2u/crypto/des/
H A Dcfb_enc.c84 unsigned char ovec[16]; in DES_cfb_encrypt() local
87 unsigned char *ovec = (unsigned char *)sh; in DES_cfb_encrypt() local
124 iv = &ovec[0]; in DES_cfb_encrypt()
133 memmove(ovec, ovec + num, 8); in DES_cfb_encrypt()
136 ovec[i] = ovec[i + num] << rem | in DES_cfb_encrypt()
137 ovec[i + num + 1] >> (8 - rem); in DES_cfb_encrypt()
141 iv = &ovec[0]; in DES_cfb_encrypt()
167 iv = &ovec[0]; in DES_cfb_encrypt()
176 memmove(ovec, ovec + num, 8); in DES_cfb_encrypt()
179 ovec[i] = ovec[i + num] << rem | in DES_cfb_encrypt()
[all …]
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/crypto/des/
H A Dcfb_enc.c41 unsigned char ovec[16]; in DES_cfb_encrypt() local
44 unsigned char *ovec = (unsigned char *)sh; in DES_cfb_encrypt() local
81 iv = &ovec[0]; in DES_cfb_encrypt()
90 memmove(ovec, ovec + num, 8); in DES_cfb_encrypt()
93 ovec[i] = ovec[i + num] << rem | in DES_cfb_encrypt()
94 ovec[i + num + 1] >> (8 - rem); in DES_cfb_encrypt()
98 iv = &ovec[0]; in DES_cfb_encrypt()
124 iv = &ovec[0]; in DES_cfb_encrypt()
133 memmove(ovec, ovec + num, 8); in DES_cfb_encrypt()
136 ovec[i] = ovec[i + num] << rem | in DES_cfb_encrypt()
[all …]
/dports/security/openssl-unsafe/openssl-c9ba19c/crypto/des/
H A Dcfb_enc.c84 unsigned char ovec[16]; in DES_cfb_encrypt() local
87 unsigned char *ovec = (unsigned char *)sh; in DES_cfb_encrypt() local
124 iv = &ovec[0]; in DES_cfb_encrypt()
133 memmove(ovec, ovec + num, 8); in DES_cfb_encrypt()
136 ovec[i] = ovec[i + num] << rem | in DES_cfb_encrypt()
137 ovec[i + num + 1] >> (8 - rem); in DES_cfb_encrypt()
141 iv = &ovec[0]; in DES_cfb_encrypt()
167 iv = &ovec[0]; in DES_cfb_encrypt()
176 memmove(ovec, ovec + num, 8); in DES_cfb_encrypt()
179 ovec[i] = ovec[i + num] << rem | in DES_cfb_encrypt()
[all …]
/dports/security/openssl/openssl-1.1.1n/crypto/des/
H A Dcfb_enc.c35 unsigned char ovec[16]; in DES_cfb_encrypt() local
38 unsigned char *ovec = (unsigned char *)sh; in DES_cfb_encrypt() local
75 iv = &ovec[0]; in DES_cfb_encrypt()
84 memmove(ovec, ovec + num, 8); in DES_cfb_encrypt()
87 ovec[i] = ovec[i + num] << rem | in DES_cfb_encrypt()
88 ovec[i + num + 1] >> (8 - rem); in DES_cfb_encrypt()
92 iv = &ovec[0]; in DES_cfb_encrypt()
118 iv = &ovec[0]; in DES_cfb_encrypt()
127 memmove(ovec, ovec + num, 8); in DES_cfb_encrypt()
130 ovec[i] = ovec[i + num] << rem | in DES_cfb_encrypt()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/des/
H A Dcfb_enc.c35 unsigned char ovec[16]; in DES_cfb_encrypt() local
38 unsigned char *ovec = (unsigned char *)sh; in DES_cfb_encrypt() local
75 iv = &ovec[0]; in DES_cfb_encrypt()
84 memmove(ovec, ovec + num, 8); in DES_cfb_encrypt()
87 ovec[i] = ovec[i + num] << rem | in DES_cfb_encrypt()
88 ovec[i + num + 1] >> (8 - rem); in DES_cfb_encrypt()
92 iv = &ovec[0]; in DES_cfb_encrypt()
118 iv = &ovec[0]; in DES_cfb_encrypt()
127 memmove(ovec, ovec + num, 8); in DES_cfb_encrypt()
130 ovec[i] = ovec[i + num] << rem | in DES_cfb_encrypt()
[all …]
/dports/security/openssl-static/openssl-1.1.1l/crypto/des/
H A Dcfb_enc.c35 unsigned char ovec[16]; in DES_cfb_encrypt() local
38 unsigned char *ovec = (unsigned char *)sh; in DES_cfb_encrypt() local
75 iv = &ovec[0]; in DES_cfb_encrypt()
84 memmove(ovec, ovec + num, 8); in DES_cfb_encrypt()
87 ovec[i] = ovec[i + num] << rem | in DES_cfb_encrypt()
88 ovec[i + num + 1] >> (8 - rem); in DES_cfb_encrypt()
92 iv = &ovec[0]; in DES_cfb_encrypt()
118 iv = &ovec[0]; in DES_cfb_encrypt()
127 memmove(ovec, ovec + num, 8); in DES_cfb_encrypt()
130 ovec[i] = ovec[i + num] << rem | in DES_cfb_encrypt()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/crypto/des/
H A Dcfb_enc.c35 unsigned char ovec[16];
38 unsigned char *ovec = (unsigned char *)sh;
75 iv = &ovec[0];
84 memmove(ovec, ovec + num, 8);
87 ovec[i] = ovec[i + num] << rem |
88 ovec[i + num + 1] >> (8 - rem);
92 iv = &ovec[0];
118 iv = &ovec[0];
127 memmove(ovec, ovec + num, 8);
130 ovec[i] = ovec[i + num] << rem |
[all …]
/dports/sysutils/exa/exa-0.10.1/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/crypto/des/
H A Dcfb_enc.c35 unsigned char ovec[16];
38 unsigned char *ovec = (unsigned char *)sh;
75 iv = &ovec[0]; in ChaCha20_ctr32()
84 memmove(ovec, ovec + num, 8); in ChaCha20_ctr32()
87 ovec[i] = ovec[i + num] << rem | in ChaCha20_ctr32()
88 ovec[i + num + 1] >> (8 - rem); in ChaCha20_ctr32()
92 iv = &ovec[0]; in ChaCha20_ctr32()
118 iv = &ovec[0];
127 memmove(ovec, ovec + num, 8);
130 ovec[i] = ovec[i + num] << rem |
[all …]
/dports/www/node10/node-v10.24.1/deps/openssl/openssl/crypto/des/
H A Dcfb_enc.c35 unsigned char ovec[16]; in DES_cfb_encrypt() local
38 unsigned char *ovec = (unsigned char *)sh; in DES_cfb_encrypt() local
75 iv = &ovec[0]; in DES_cfb_encrypt()
84 memmove(ovec, ovec + num, 8); in DES_cfb_encrypt()
87 ovec[i] = ovec[i + num] << rem | in DES_cfb_encrypt()
88 ovec[i + num + 1] >> (8 - rem); in DES_cfb_encrypt()
92 iv = &ovec[0]; in DES_cfb_encrypt()
118 iv = &ovec[0]; in DES_cfb_encrypt()
127 memmove(ovec, ovec + num, 8); in DES_cfb_encrypt()
130 ovec[i] = ovec[i + num] << rem | in DES_cfb_encrypt()
[all …]
/dports/sysutils/shim/shim-0.9/Cryptlib/OpenSSL/crypto/des/
H A Dcfb_enc.c84 unsigned char ovec[16]; in DES_cfb_encrypt() local
87 unsigned char *ovec = (unsigned char *)sh; in DES_cfb_encrypt() local
124 iv = &ovec[0]; in DES_cfb_encrypt()
133 memmove(ovec, ovec + num, 8); in DES_cfb_encrypt()
136 ovec[i] = ovec[i + num] << rem | in DES_cfb_encrypt()
137 ovec[i + num + 1] >> (8 - rem); in DES_cfb_encrypt()
141 iv = &ovec[0]; in DES_cfb_encrypt()
167 iv = &ovec[0]; in DES_cfb_encrypt()
176 memmove(ovec, ovec + num, 8); in DES_cfb_encrypt()
179 ovec[i] = ovec[i + num] << rem | in DES_cfb_encrypt()
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/GWW/pw4gww/
H A Ddiago_cg.f90111 ovec(ig,iw)=rr
120 aux(:,2)=ovec(:,m)
179 ovec2(:,:)=ovec(:,:)
180 ovec(:,:)=0.d0
214 spsi(:)=ovec(:,m)
233 ovec(:,m) = ovec(:,m) - lagrange(j) * ovec(:,j)
242 ovec(:,m) = ovec(:,m) / psi_norm
461 ovec(:,m) = cost * ovec(:,m) + sint / cg0 * cg(:)
514 ppsi(:) = ovec(:,m)
520 ovec(:,j) = ovec(:,j-1)
[all …]
H A Ddiago_cg_g.f90112 ovec(ig,iw)=rr
172 ovec2(:,:)=ovec(:,:)
173 ovec(:,:)=0.d0
176 call mp_sum(ovec(:,:),world_comm)
206 call gradient_s(ovec(:,m),spsi)
219 ovec(:,m) = ovec(:,m) - lagrange(j) * ovec(:,j)
227 ovec(:,m) = ovec(:,m) / psi_norm
413 ovec(:,m) = cost * ovec(:,m) + sint / cg0 * cg(:)
466 ppsi(:) = ovec(:,m)
472 ovec(:,j) = ovec(:,j-1)
[all …]
/dports/www/mod_auth_openidc/mod_auth_openidc-2.4.7/src/
H A Dpcre_subst.c62 printf(" %d", ovec[i]); in dumpmatch()
65 dumpstr(str, len, ovec[i], ovec[i+1]); in dumpmatch()
110 edit(const char *str, int len, const char *rep, int nmat, const int *ovec) in edit() argument
113 const int *mvec = ovec; in edit()
118 ovec += 2; in edit()
120 replen[i] = ovec[i * 2 + 1] - ovec[i * 2]; in edit()
121 repstr[i] = &str[ovec[i * 2]]; in edit()
150 int ovec[OIDC_PCRE_MAXCAPTURE * 3]; in pcre_subst() local
152 ovec, sizeof(ovec)); in pcre_subst()
154 dumpmatch(str, len, rep, nmat, ovec); in pcre_subst()
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/src/
H A Dregexp.c44 int static_ovec[9] = {0}, *ovec; in git_regexp_search() local
50 ovec = static_ovec; in git_regexp_search()
52 ovec = git__calloc(nmatches * 3, sizeof(*ovec)); in git_regexp_search()
53 GIT_ERROR_CHECK_ALLOC(ovec); in git_regexp_search()
62 matches[i].start = (ovec[i * 2] < 0) ? -1 : ovec[i * 2]; in git_regexp_search()
63 matches[i].end = (ovec[i * 2 + 1] < 0) ? -1 : ovec[i * 2 + 1]; in git_regexp_search()
70 git__free(ovec); in git_regexp_search()
122 PCRE2_SIZE *ovec; in git_regexp_search() local
137 ovec = pcre2_get_ovector_pointer(data); in git_regexp_search()
140 matches[i].start = (ovec[i * 2] == PCRE2_UNSET) ? -1 : (ssize_t) ovec[i * 2]; in git_regexp_search()
[all …]
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dregexp.c44 int static_ovec[9] = {0}, *ovec; in git_regexp_search() local
50 ovec = static_ovec; in git_regexp_search()
52 ovec = git__calloc(nmatches * 3, sizeof(*ovec)); in git_regexp_search()
53 GIT_ERROR_CHECK_ALLOC(ovec); in git_regexp_search()
62 matches[i].start = (ovec[i * 2] < 0) ? -1 : ovec[i * 2]; in git_regexp_search()
63 matches[i].end = (ovec[i * 2 + 1] < 0) ? -1 : ovec[i * 2 + 1]; in git_regexp_search()
70 git__free(ovec); in git_regexp_search()
122 PCRE2_SIZE *ovec; in git_regexp_search() local
137 ovec = pcre2_get_ovector_pointer(data); in git_regexp_search()
140 matches[i].start = (ovec[i * 2] == PCRE2_UNSET) ? -1 : (ssize_t) ovec[i * 2]; in git_regexp_search()
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dregexp.c44 int static_ovec[9] = {0}, *ovec; in git_regexp_search() local
50 ovec = static_ovec; in git_regexp_search()
52 ovec = git__calloc(nmatches * 3, sizeof(*ovec)); in git_regexp_search()
53 GIT_ERROR_CHECK_ALLOC(ovec); in git_regexp_search()
62 matches[i].start = (ovec[i * 2] < 0) ? -1 : ovec[i * 2]; in git_regexp_search()
63 matches[i].end = (ovec[i * 2 + 1] < 0) ? -1 : ovec[i * 2 + 1]; in git_regexp_search()
70 git__free(ovec); in git_regexp_search()
122 PCRE2_SIZE *ovec; in git_regexp_search() local
137 ovec = pcre2_get_ovector_pointer(data); in git_regexp_search()
140 matches[i].start = (ovec[i * 2] == PCRE2_UNSET) ? -1 : (ssize_t) ovec[i * 2]; in git_regexp_search()
[all …]
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dregexp.c44 int static_ovec[9] = {0}, *ovec; in git_regexp_search() local
50 ovec = static_ovec; in git_regexp_search()
52 ovec = git__calloc(nmatches * 3, sizeof(*ovec)); in git_regexp_search()
53 GIT_ERROR_CHECK_ALLOC(ovec); in git_regexp_search()
62 matches[i].start = (ovec[i * 2] < 0) ? -1 : ovec[i * 2]; in git_regexp_search()
63 matches[i].end = (ovec[i * 2 + 1] < 0) ? -1 : ovec[i * 2 + 1]; in git_regexp_search()
70 git__free(ovec); in git_regexp_search()
122 PCRE2_SIZE *ovec; in git_regexp_search() local
137 ovec = pcre2_get_ovector_pointer(data); in git_regexp_search()
140 matches[i].start = (ovec[i * 2] == PCRE2_UNSET) ? -1 : (ssize_t) ovec[i * 2]; in git_regexp_search()
[all …]
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dregexp.c44 int static_ovec[9] = {0}, *ovec; in git_regexp_search() local
50 ovec = static_ovec; in git_regexp_search()
52 ovec = git__calloc(nmatches * 3, sizeof(*ovec)); in git_regexp_search()
53 GIT_ERROR_CHECK_ALLOC(ovec); in git_regexp_search()
62 matches[i].start = (ovec[i * 2] < 0) ? -1 : ovec[i * 2]; in git_regexp_search()
63 matches[i].end = (ovec[i * 2 + 1] < 0) ? -1 : ovec[i * 2 + 1]; in git_regexp_search()
70 git__free(ovec); in git_regexp_search()
122 PCRE2_SIZE *ovec; in git_regexp_search() local
137 ovec = pcre2_get_ovector_pointer(data); in git_regexp_search()
140 matches[i].start = (ovec[i * 2] == PCRE2_UNSET) ? -1 : (ssize_t) ovec[i * 2]; in git_regexp_search()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dregexp.c44 int static_ovec[9], *ovec; in git_regexp_search() local
50 ovec = static_ovec; in git_regexp_search()
52 ovec = git__calloc(nmatches * 3, sizeof(*ovec)); in git_regexp_search()
53 GIT_ERROR_CHECK_ALLOC(ovec); in git_regexp_search()
62 matches[i].start = (ovec[i * 2] < 0) ? -1 : ovec[i * 2]; in git_regexp_search()
63 matches[i].end = (ovec[i * 2 + 1] < 0) ? -1 : ovec[i * 2 + 1]; in git_regexp_search()
70 git__free(ovec); in git_regexp_search()
122 PCRE2_SIZE *ovec; in git_regexp_search() local
137 ovec = pcre2_get_ovector_pointer(data); in git_regexp_search()
140 matches[i].start = (ovec[i * 2] == PCRE2_UNSET) ? -1 : (ssize_t) ovec[i * 2]; in git_regexp_search()
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.19+1.1.0/libgit2/src/
H A Dregexp.c44 int static_ovec[9] = {0}, *ovec; in git_regexp_search() local
50 ovec = static_ovec; in git_regexp_search()
52 ovec = git__calloc(nmatches * 3, sizeof(*ovec)); in git_regexp_search()
53 GIT_ERROR_CHECK_ALLOC(ovec); in git_regexp_search()
62 matches[i].start = (ovec[i * 2] < 0) ? -1 : ovec[i * 2]; in git_regexp_search()
63 matches[i].end = (ovec[i * 2 + 1] < 0) ? -1 : ovec[i * 2 + 1]; in git_regexp_search()
70 git__free(ovec); in git_regexp_search()
122 PCRE2_SIZE *ovec; in git_regexp_search() local
137 ovec = pcre2_get_ovector_pointer(data); in git_regexp_search()
140 matches[i].start = (ovec[i * 2] == PCRE2_UNSET) ? -1 : (ssize_t) ovec[i * 2]; in git_regexp_search()
[all …]

12345678910>>...15