HomeSort by relevance Sort by last modified time
    Searched refs:md5_ctx (Results 1 - 19 of 19) sorted by null

  /external/elfutils/lib/
md5.h 45 struct md5_ctx struct
64 extern void md5_init_ctx (struct md5_ctx *ctx);
71 struct md5_ctx *ctx);
78 struct md5_ctx *ctx);
87 extern void *md5_finish_ctx (struct md5_ctx *ctx, void *resbuf);
96 extern void *md5_read_ctx (const struct md5_ctx *ctx, void *resbuf);
md5.c 52 md5_init_ctx (struct md5_ctx *ctx)
69 md5_read_ctx (const struct md5_ctx *ctx, void *resbuf)
95 md5_finish_ctx (struct md5_ctx *ctx, void *resbuf)
131 struct md5_ctx ctx;
187 struct md5_ctx ctx;
202 md5_process_bytes (const void *buffer, size_t len, struct md5_ctx *ctx)
286 md5_process_block (const void *buffer, size_t len, struct md5_ctx *ctx)
  /external/syslinux/gpxe/src/include/gpxe/
md5.h 14 struct md5_ctx { struct
20 #define MD5_CTX_SIZE sizeof ( struct md5_ctx )
  /external/libvncserver/common/
md5.h 82 struct md5_ctx struct
101 extern void __md5_init_ctx (struct md5_ctx *ctx) __THROW;
108 struct md5_ctx *ctx) __THROW;
115 struct md5_ctx *ctx) __THROW;
124 extern void *__md5_finish_ctx (struct md5_ctx *ctx, void *resbuf) __THROW;
133 extern void *__md5_read_ctx (const struct md5_ctx *ctx, void *resbuf) __THROW;
md5.c 55 md5_process_bytes (const void *buffer, size_t len, struct md5_ctx *ctx);
57 md5_process_block (const void *buffer, size_t len, struct md5_ctx *ctx);
68 struct md5_ctx *ctx;
86 const struct md5_ctx *ctx;
104 struct md5_ctx *ctx;
140 struct md5_ctx ctx;
196 struct md5_ctx ctx;
213 struct md5_ctx *ctx;
300 struct md5_ctx *ctx;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
md5.h 85 struct md5_ctx struct
104 extern void md5_init_ctx (struct md5_ctx *ctx);
111 struct md5_ctx *ctx);
118 struct md5_ctx *ctx);
127 extern void *md5_finish_ctx (struct md5_ctx *ctx, void *resbuf);
136 extern void *md5_read_ctx (const struct md5_ctx *ctx, void *resbuf);
  /toolchain/binutils/binutils-2.27/include/
md5.h 85 struct md5_ctx struct
104 extern void md5_init_ctx (struct md5_ctx *ctx);
111 struct md5_ctx *ctx);
118 struct md5_ctx *ctx);
127 extern void *md5_finish_ctx (struct md5_ctx *ctx, void *resbuf);
136 extern void *md5_read_ctx (const struct md5_ctx *ctx, void *resbuf);
  /external/libvncserver/libvncserver/
rfbcrypto_included.c 31 struct md5_ctx c;
  /external/syslinux/gpxe/src/crypto/
md5.c 153 static inline void md5_transform_helper(struct md5_ctx *ctx)
161 struct md5_ctx *mctx = context;
172 struct md5_ctx *mctx = context;
202 struct md5_ctx *mctx = context;
  /toolchain/binutils/binutils-2.27/ld/
ldbuildid.c 105 struct md5_ctx ctx;
  /toolchain/binutils/binutils-2.27/libiberty/
md5.c 65 md5_init_ctx (struct md5_ctx *ctx)
82 md5_read_ctx (const struct md5_ctx *ctx, void *resbuf)
102 md5_finish_ctx (struct md5_ctx *ctx, void *resbuf)
139 struct md5_ctx ctx;
192 struct md5_ctx ctx;
206 md5_process_bytes (const void *buffer, size_t len, struct md5_ctx *ctx)
281 md5_process_block (const void *buffer, size_t len, struct md5_ctx *ctx)
  /external/libvpx/libvpx/
vpxdec.c 545 MD5Context md5_ctx; local
707 MD5Init(&md5_ctx);
954 MD5Update(&md5_ctx, (md5byte *)buf, (unsigned int)len);
963 MD5Update(&md5_ctx, (md5byte *)buf, (unsigned int)len);
    [all...]
  /external/fio/
verify.c 712 struct fio_md5_ctx md5_ctx = { local
718 fio_md5_init(&md5_ctx);
719 fio_md5_update(&md5_ctx, p, hdr->len - hdr_size(vc->td, hdr));
720 fio_md5_final(&md5_ctx);
722 if (!memcmp(vh->md5_digest, md5_ctx.hash, sizeof(hash)))
727 vc->bad_crc = md5_ctx.hash;
1148 struct fio_md5_ctx md5_ctx = { local
1152 fio_md5_init(&md5_ctx);
1153 fio_md5_update(&md5_ctx, p, len);
1154 fio_md5_final(&md5_ctx);
    [all...]
  /external/syslinux/gpxe/src/net/
tls.c 574 uint8_t md5_ctx[md5->ctxsize]; local
579 memcpy ( md5_ctx, tls->handshake_md5_ctx, sizeof ( md5_ctx ) );
581 digest_final ( md5, md5_ctx, md5_digest );
    [all...]
  /external/curl/lib/
md5.c 40 typedef struct md5_ctx MD5_CTX;
42 static void MD5_Init(MD5_CTX * ctx)
47 static void MD5_Update(MD5_CTX * ctx,
54 static void MD5_Final(unsigned char digest[16], MD5_CTX * ctx)
66 typedef gcry_md_hd_t MD5_CTX;
68 static void MD5_Init(MD5_CTX * ctx)
73 static void MD5_Update(MD5_CTX * ctx,
80 static void MD5_Final(unsigned char digest[16], MD5_CTX * ctx)
105 # define MD5_CTX CC_MD5_CT
    [all...]
  /external/syslinux/gpxe/src/net/80211/
wpa_tkip.c 546 struct md5_ctx md5;
  /external/curl/src/
tool_metalink.c 41 # define MD5_CTX struct md5_ctx
46 # define MD5_CTX gcry_md_hd_t
52 # define MD5_CTX void *
61 # define MD5_CTX md5_context
92 # define MD5_CTX struct win32_crypto_hash
127 static int MD5_Init(MD5_CTX *ctx)
133 static void MD5_Update(MD5_CTX *ctx,
140 static void MD5_Final(unsigned char digest[16], MD5_CTX *ctx)
183 static int MD5_Init(MD5_CTX *ctx
    [all...]
  /external/curl/lib/vtls/
gtls.c     [all...]
  /external/elfutils/src/
ldgeneric.c     [all...]

Completed in 286 milliseconds