OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buf_used_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/crypto/
ghash.cc
72
buf_used_
= 0;
87
if (
buf_used_
> 0) {
88
memset(&buf_[
buf_used_
], 0, sizeof(buf_)-
buf_used_
);
90
buf_used_
= 0;
103
if (
buf_used_
> 0) {
106
memset(&buf_[
buf_used_
], 0, sizeof(buf_)-
buf_used_
);
108
buf_used_
= 0;
231
if (
buf_used_
> 0)
[
all
...]
ghash.h
82
size_t
buf_used_
;
member in class:crypto::GaloisHash
Completed in 69 milliseconds