Searched refs:ovec (Results 1 – 10 of 10) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/des/ |
D | cfb_enc.c | 41 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 …]
|
D | cfb64ede.c | 101 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/ |
D | cfb_enc.c | 41 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 …]
|
D | cfb64ede.c | 101 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/ |
D | cfb128.c | 156 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/ |
D | cfb128.c | 156 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/ |
D | pcre1.rs | 83 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/ |
D | vmlinux.h | 76377 struct xfrm_offload ovec[1]; member
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v0.abi | 18936 …<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="…
|
D | test-PR27569-v1.abi | 18936 …<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="…
|