Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/des/
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 …]
Dcfb64ede.c101 unsigned char ovec[16]; in DES_ede3_cfb_encrypt() local
131 iv = &ovec[0]; in DES_ede3_cfb_encrypt()
137 memmove(ovec, ovec + num / 8, 8 + (num % 8 ? 1 : 0)); in DES_ede3_cfb_encrypt()
141 ovec[i] <<= num % 8; in DES_ede3_cfb_encrypt()
142 ovec[i] |= ovec[i + 1] >> (8 - num % 8); in DES_ede3_cfb_encrypt()
144 iv = &ovec[0]; in DES_ede3_cfb_encrypt()
168 iv = &ovec[0]; in DES_ede3_cfb_encrypt()
174 memmove(ovec, ovec + num / 8, 8 + (num % 8 ? 1 : 0)); in DES_ede3_cfb_encrypt()
178 ovec[i] <<= num % 8; in DES_ede3_cfb_encrypt()
179 ovec[i] |= ovec[i + 1] >> (8 - num % 8); in DES_ede3_cfb_encrypt()
[all …]
/third_party/openssl/crypto/des/
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 …]
Dcfb64ede.c101 unsigned char ovec[16]; in DES_ede3_cfb_encrypt() local
131 iv = &ovec[0]; in DES_ede3_cfb_encrypt()
137 memmove(ovec, ovec + num / 8, 8 + (num % 8 ? 1 : 0)); in DES_ede3_cfb_encrypt()
141 ovec[i] <<= num % 8; in DES_ede3_cfb_encrypt()
142 ovec[i] |= ovec[i + 1] >> (8 - num % 8); in DES_ede3_cfb_encrypt()
144 iv = &ovec[0]; in DES_ede3_cfb_encrypt()
168 iv = &ovec[0]; in DES_ede3_cfb_encrypt()
174 memmove(ovec, ovec + num / 8, 8 + (num % 8 ? 1 : 0)); in DES_ede3_cfb_encrypt()
178 ovec[i] <<= num % 8; in DES_ede3_cfb_encrypt()
179 ovec[i] |= ovec[i + 1] >> (8 - num % 8); in DES_ede3_cfb_encrypt()
[all …]
/third_party/node/deps/openssl/openssl/crypto/modes/
Dcfb128.c156 unsigned char ovec[16 * 2 + 1]; /* +1 because we dereference (but don't in cfbr_encrypt_block() local
163 memcpy(ovec, ivec, 16); in cfbr_encrypt_block()
169 out[n] = (ovec[16 + n] = in[n] ^ ivec[n]); in cfbr_encrypt_block()
172 out[n] = (ovec[16 + n] = in[n]) ^ ivec[n]; in cfbr_encrypt_block()
177 memcpy(ivec, ovec + num, 16); in cfbr_encrypt_block()
180 ivec[n] = ovec[n + num] << rem | ovec[n + num + 1] >> (8 - rem); in cfbr_encrypt_block()
/third_party/openssl/crypto/modes/
Dcfb128.c156 unsigned char ovec[16 * 2 + 1]; /* +1 because we dereference (but don't in cfbr_encrypt_block() local
163 memcpy(ovec, ivec, 16); in cfbr_encrypt_block()
169 out[n] = (ovec[16 + n] = in[n] ^ ivec[n]); in cfbr_encrypt_block()
172 out[n] = (ovec[16 + n] = in[n]) ^ ivec[n]; in cfbr_encrypt_block()
177 memcpy(ivec, ovec + num, 16); in cfbr_encrypt_block()
180 ivec[n] = ovec[n + num] << rem | ovec[n + num + 1] >> (8 - rem); in cfbr_encrypt_block()
/third_party/rust/crates/regex/bench/src/ffi/
Dpcre1.rs83 let mut ovec: [c_int; OVEC_SIZE] = [0; OVEC_SIZE]; in find_at() localVariable
92 ovec.as_mut_ptr(), in find_at()
101 Some((ovec[0] as usize, ovec[1] as usize)) in find_at()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h76377 struct xfrm_offload ovec[1]; member
/third_party/libabigail/tests/data/test-diff-filter/
Dtest-PR27569-v0.abi18936 …<var-decl name="ovec" type-id="65bfff87" visibility="default" filepath="include/net/xfrm.h" line="…
24260 …<var-decl name="ovec" type-id="65bfff87" visibility="default" filepath="include/net/xfrm.h" line="…
Dtest-PR27569-v1.abi18936 …<var-decl name="ovec" type-id="65bfff87" visibility="default" filepath="include/net/xfrm.h" line="…
24281 …<var-decl name="ovec" type-id="65bfff87" visibility="default" filepath="include/net/xfrm.h" line="…