OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ovec
(Results
1 - 5
of
5
) sorted by null
/external/boringssl/src/crypto/modes/
cfb.c
162
uint8_t
ovec
[16 * 2 + 1]; /* +1 because we dererefence (but don't use) one
local
170
memcpy(
ovec
, ivec, 16);
177
out[n] = (
ovec
[16 + n] = in[n] ^ ivec[n]);
182
out[n] = (
ovec
[16 + n] = in[n]) ^ ivec[n];
185
/* shift
ovec
left... */
189
memcpy(ivec,
ovec
+ num, 16);
192
ivec[n] =
ovec
[n + num] << rem |
ovec
[n + num + 1] >> (8 - rem);
196
/* it is not necessary to cleanse
ovec
, since the IV is not secret */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
signal.h
332
reset to SIG_DFL before `sv_handler' is entered. If
OVEC
is non-NULL,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
signal.h
332
reset to SIG_DFL before `sv_handler' is entered. If
OVEC
is non-NULL,
/external/pcre/dist/
NEWS
696
pcre_exec(pattern, extra, subject, length, options,
ovec
, ovecsize)
698
pcre_exec(pattern, extra, subject, length, 0, options,
ovec
, ovecsize)
/external/pcre/dist/doc/
pcre.txt
[
all
...]
Completed in 171 milliseconds