OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MD5Context
(Results
1 - 25
of
52
) sorted by null
1
2
3
/external/libvpx/libvpx/
md5_utils.h
13
*
MD5Context
structure, pass it to MD5Init, call MD5Update as
29
typedef struct
MD5Context
MD5Context
;
30
struct
MD5Context
{
36
void MD5Init(struct
MD5Context
*context);
37
void MD5Update(struct
MD5Context
*context, md5byte const *buf, unsigned len);
38
void MD5Final(unsigned char digest[16], struct
MD5Context
*context);
/external/chromium_org/third_party/libjingle/source/talk/base/
md5.h
12
*
MD5Context
structure, pass it to MD5Init, call MD5Update as
27
typedef struct
MD5Context
MD5_CTX;
29
struct
MD5Context
{
35
void MD5Init(
MD5Context
* context);
36
void MD5Update(
MD5Context
* context, const uint8* data, size_t len);
37
void MD5Final(
MD5Context
* context, uint8 digest[16]);
/external/wpa_supplicant_8/src/crypto/
md5_i.h
12
struct
MD5Context
{
18
void MD5Init(struct
MD5Context
*context);
19
void MD5Update(struct
MD5Context
*context, unsigned char const *buf,
21
void MD5Final(unsigned char digest[16], struct
MD5Context
*context);
/external/chromium/third_party/libjingle/source/talk/base/
md5.h
12
*
MD5Context
structure, pass it to MD5Init, call MD5Update as
26
typedef struct
MD5Context
MD5_CTX;
30
struct
MD5Context
{
36
void MD5Init(struct
MD5Context
*context);
37
void MD5Update(struct
MD5Context
*context, md5byte const *buf, unsigned len);
38
void MD5Final(unsigned char digest[16], struct
MD5Context
*context);
/external/chromium_org/base/
md5.h
25
//
MD5Context
ctx; // intermediate MD5 data: do not use
43
typedef char
MD5Context
[88];
51
BASE_EXPORT void MD5Init(
MD5Context
* context);
56
BASE_EXPORT void MD5Update(
MD5Context
* context, const StringPiece& data);
59
BASE_EXPORT void MD5Final(MD5Digest* digest,
MD5Context
* context);
md5_unittest.cc
90
MD5Context
ctx;
108
MD5Context
ctx;
193
MD5Context
ctx;
md5.cc
19
*
MD5Context
structure, pass it to MD5Init, call MD5Update as
156
void MD5Init(
MD5Context
* context) {
170
void MD5Update(
MD5Context
* context, const StringPiece& data) {
222
void MD5Final(MD5Digest* digest,
MD5Context
* context) {
279
MD5Context
ctx;
/external/chromium_org/third_party/libaddressinput/chromium/cpp/src/util/
md5.h
28
//
MD5Context
ctx; // intermediate MD5 data: do not use
46
typedef char
MD5Context
[88];
54
void MD5Init(
MD5Context
* context);
59
void MD5Update(
MD5Context
* context, const std::string& data);
62
void MD5Final(MD5Digest* digest,
MD5Context
* context);
/external/chromium/base/
md5.h
25
//
MD5Context
ctx; // intermediate MD5 data: do not use
43
typedef char
MD5Context
[88];
51
BASE_API void MD5Init(
MD5Context
* context);
56
BASE_API void MD5Update(
MD5Context
* context, const void* buf, size_t len);
59
BASE_API void MD5Final(MD5Digest* digest,
MD5Context
* pCtx);
md5.cc
16
*
MD5Context
structure, pass it to MD5Init, call MD5Update as
148
void MD5Init(
MD5Context
*pCtx){
162
void MD5Update(
MD5Context
*pCtx, const void *inbuf, size_t len){
212
void MD5Final(MD5Digest* digest,
MD5Context
*pCtx){
269
MD5Context
ctx;
/external/libvpx/libvpx/test/
md5_helper.h
51
MD5Context
ctx_tmp = md5_;
65
MD5Context
md5_;
/external/chromium/chrome/browser/sync/util/
crypto_helpers.h
19
MD5Context
context_;
/external/chromium/net/http/
http_vary_data.h
74
MD5Context
* context);
http_vary_data.cc
23
MD5Context
ctx;
118
MD5Context
* ctx) {
/external/chromium_org/net/http/
http_vary_data.h
75
base::
MD5Context
* context);
http_vary_data.cc
23
base::
MD5Context
ctx;
114
base::
MD5Context
* ctx) {
/external/chromium/chrome/common/
visitedlink_common.cc
82
MD5Context
ctx;
/external/chromium_org/components/visitedlink/common/
visitedlink_common.cc
84
base::
MD5Context
ctx;
/external/chromium_org/third_party/libaddressinput/chromium/cpp/test/util/
md5_unittest.cc
19
using i18n::addressinput::
MD5Context
;
101
MD5Context
ctx;
119
MD5Context
ctx;
204
MD5Context
ctx;
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_file.cc
56
bool ReadArray(T* ptr, size_t nmemb, FILE* fp,
MD5Context
* context) {
70
bool WriteArray(const T* ptr, size_t nmemb, FILE* fp,
MD5Context
* context) {
86
FILE* fp,
MD5Context
* context) {
110
bool WriteVector(const std::vector<T>& values, FILE* fp,
MD5Context
* context) {
124
FILE* fp,
MD5Context
* context) {
139
FILE* fp,
MD5Context
* context) {
186
MD5Context
* context) {
496
MD5Context
context;
615
MD5Context
context;
/external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_store_file.cc
54
bool ReadItem(T* item, FILE* fp, base::
MD5Context
* context) {
70
bool WriteItem(const T& item, FILE* fp, base::
MD5Context
* context) {
88
base::
MD5Context
* context) {
109
base::
MD5Context
* context) {
160
base::
MD5Context
* context) {
236
base::
MD5Context
context;
498
base::
MD5Context
context;
615
base::
MD5Context
context;
/external/chromium/chrome/browser/bookmarks/
bookmark_codec.h
153
MD5Context
md5_context_;
/external/chromium_org/chrome/browser/bookmarks/
bookmark_codec.h
190
base::
MD5Context
md5_context_;
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
operation.h
160
base::
MD5Context
md5_context_;
/external/chromium_org/media/filters/
pipeline_integration_test_base.h
99
base::
MD5Context
md5_context_;
Completed in 733 milliseconds
1
2
3