Home
last modified time | relevance | path

Searched refs:ovec (Results 1 – 25 of 358) sorted by relevance

12345678910>>...15

/dports/science/PETSc/petsc-3.14.1/src/binding/petsc4py/test/
H A Dtest_dmshell.py82 ovec[...] = ivec[...]
84 ovec[...] += ivec[...]
85 def end(dm, ivec, mode, ovec): argument
92 ovec.setSizes((10, None))
93 ovec.setUp()
103 ovec[...] = ivec[...]
105 ovec[...] += ivec[...]
113 ovec.setSizes((10, None))
114 ovec.setUp()
124 ovec[...] = ivec[...]
[all …]
/dports/www/nginx-full/lua-nginx-module-0.10.19/src/
H A Dngx_http_lua_lex.c661 ovec[0] = matched_0; in ngx_http_lua_lex()
662 ovec[1] = matched_1; in ngx_http_lua_lex()
675 ovec[0] = matched_0; in ngx_http_lua_lex()
676 ovec[1] = matched_1; in ngx_http_lua_lex()
775 ovec[0] = matched_0; in ngx_http_lua_lex()
776 ovec[1] = matched_1; in ngx_http_lua_lex()
1249 ovec[0] = matched_0; in ngx_http_lua_lex()
1250 ovec[1] = matched_1; in ngx_http_lua_lex()
1278 ovec[0] = matched_0; in ngx_http_lua_lex()
1279 ovec[1] = matched_1; in ngx_http_lua_lex()
[all …]
/dports/emulators/qemu60/qemu-6.0.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/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/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/security/libressl-static/libressl-3.3.5/crypto/des/
H A Dcfb_enc.c80 unsigned char ovec[16]; in DES_cfb_encrypt() local
113 iv=&ovec[0]; in DES_cfb_encrypt()
122 memmove(ovec,ovec+num,8); in DES_cfb_encrypt()
125 ovec[i]=ovec[i+num]<<rem | in DES_cfb_encrypt()
126 ovec[i+num+1]>>(8-rem); in DES_cfb_encrypt()
130 iv=&ovec[0]; in DES_cfb_encrypt()
156 iv=&ovec[0]; in DES_cfb_encrypt()
165 memmove(ovec,ovec+num,8); in DES_cfb_encrypt()
168 ovec[i]=ovec[i+num]<<rem | in DES_cfb_encrypt()
169 ovec[i+num+1]>>(8-rem); in DES_cfb_encrypt()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/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/emulators/qemu42/qemu-4.2.1/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/libressl/libressl-3.4.3/crypto/des/
H A Dcfb_enc.c80 unsigned char ovec[16]; in DES_cfb_encrypt() local
113 iv=&ovec[0]; in DES_cfb_encrypt()
122 memmove(ovec,ovec+num,8); in DES_cfb_encrypt()
125 ovec[i]=ovec[i+num]<<rem | in DES_cfb_encrypt()
126 ovec[i+num+1]>>(8-rem); in DES_cfb_encrypt()
130 iv=&ovec[0]; in DES_cfb_encrypt()
156 iv=&ovec[0]; in DES_cfb_encrypt()
165 memmove(ovec,ovec+num,8); in DES_cfb_encrypt()
168 ovec[i]=ovec[i+num]<<rem | in DES_cfb_encrypt()
169 ovec[i+num+1]>>(8-rem); in DES_cfb_encrypt()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/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/emulators/qemu-utils/qemu-4.2.1/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/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/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/emulators/citra/citra-ac98458e0/externals/libressl/crypto/des/
H A Dcfb_enc.c80 unsigned char ovec[16]; in DES_cfb_encrypt() local
113 iv=&ovec[0]; in DES_cfb_encrypt()
122 memmove(ovec,ovec+num,8); in DES_cfb_encrypt()
125 ovec[i]=ovec[i+num]<<rem | in DES_cfb_encrypt()
126 ovec[i+num+1]>>(8-rem); in DES_cfb_encrypt()
130 iv=&ovec[0]; in DES_cfb_encrypt()
156 iv=&ovec[0]; in DES_cfb_encrypt()
165 memmove(ovec,ovec+num,8); in DES_cfb_encrypt()
168 ovec[i]=ovec[i+num]<<rem | in DES_cfb_encrypt()
169 ovec[i+num+1]>>(8-rem); in DES_cfb_encrypt()
[all …]
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/crypto/des/
H A Dcfb_enc.c81 unsigned char ovec[16]; in DES_cfb_encrypt() local
119 iv=&ovec[0]; in DES_cfb_encrypt()
128 memmove(ovec,ovec+num,8); in DES_cfb_encrypt()
131 ovec[i]=ovec[i+num]<<rem | in DES_cfb_encrypt()
132 ovec[i+num+1]>>(8-rem); in DES_cfb_encrypt()
136 iv=&ovec[0]; in DES_cfb_encrypt()
162 iv=&ovec[0]; in DES_cfb_encrypt()
171 memmove(ovec,ovec+num,8); in DES_cfb_encrypt()
174 ovec[i]=ovec[i+num]<<rem | in DES_cfb_encrypt()
175 ovec[i+num+1]>>(8-rem); in DES_cfb_encrypt()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/crypto/des/
H A Dcfb_enc.c80 unsigned char ovec[16]; in DES_cfb_encrypt() local
113 iv=&ovec[0]; in DES_cfb_encrypt()
122 memmove(ovec,ovec+num,8); in DES_cfb_encrypt()
125 ovec[i]=ovec[i+num]<<rem | in DES_cfb_encrypt()
126 ovec[i+num+1]>>(8-rem); in DES_cfb_encrypt()
130 iv=&ovec[0]; in DES_cfb_encrypt()
156 iv=&ovec[0]; in DES_cfb_encrypt()
165 memmove(ovec,ovec+num,8); in DES_cfb_encrypt()
168 ovec[i]=ovec[i+num]<<rem | in DES_cfb_encrypt()
169 ovec[i+num+1]>>(8-rem); in DES_cfb_encrypt()
[all …]
/dports/www/obhttpd/libressl-3.4.1/crypto/des/
H A Dcfb_enc.c80 unsigned char ovec[16]; in DES_cfb_encrypt() local
113 iv=&ovec[0]; in DES_cfb_encrypt()
122 memmove(ovec,ovec+num,8); in DES_cfb_encrypt()
125 ovec[i]=ovec[i+num]<<rem | in DES_cfb_encrypt()
126 ovec[i+num+1]>>(8-rem); in DES_cfb_encrypt()
130 iv=&ovec[0]; in DES_cfb_encrypt()
156 iv=&ovec[0]; in DES_cfb_encrypt()
165 memmove(ovec,ovec+num,8); in DES_cfb_encrypt()
168 ovec[i]=ovec[i+num]<<rem | in DES_cfb_encrypt()
169 ovec[i+num+1]>>(8-rem); in DES_cfb_encrypt()
[all …]
/dports/emulators/qemu5/qemu-5.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/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/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/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/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/devel/godot2/godot-2.1.6-stable/thirdparty/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/devel/godot2-tools/godot-2.1.6-stable/thirdparty/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/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/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/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.15.0+1.1.1k/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/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/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/security/bdes/bdes.src/des/
H A Dcfb_enc.c81 unsigned char ovec[16]; in DES_cfb_encrypt() local
119 iv=&ovec[0]; in DES_cfb_encrypt()
128 memmove(ovec,ovec+num,8); in DES_cfb_encrypt()
131 ovec[i]=ovec[i+num]<<rem | in DES_cfb_encrypt()
132 ovec[i+num+1]>>(8-rem); in DES_cfb_encrypt()
136 iv=&ovec[0]; in DES_cfb_encrypt()
162 iv=&ovec[0]; in DES_cfb_encrypt()
171 memmove(ovec,ovec+num,8); in DES_cfb_encrypt()
174 ovec[i]=ovec[i+num]<<rem | in DES_cfb_encrypt()
175 ovec[i+num+1]>>(8-rem); in DES_cfb_encrypt()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/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 …]

12345678910>>...15