OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ctr32
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/crypto/fipsmodule/modes/
ctr.c
161
unsigned int n,
ctr32
;
local
175
ctr32
= GETU32(ivec + 12);
188
ctr32
+= (uint32_t)blocks;
189
if (
ctr32
< blocks) {
190
blocks -=
ctr32
;
191
ctr32
= 0;
195
PUTU32(ivec + 12,
ctr32
);
197
if (
ctr32
== 0) {
208
++
ctr32
;
209
PUTU32(ivec + 12,
ctr32
);
[
all
...]
/hardware/google/av/media/sfplugin/
ReflectedParamUpdater.h
43
* int32 => int32,
ctr32
or uint32
Completed in 267 milliseconds