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

  /external/elfutils/lib/
md5.h 78 in first 16 bytes following RESBUF. The result is always in little
82 IMPORTANT: On some systems it is required that RESBUF is correctly
84 extern void *md5_finish_ctx (struct md5_ctx *ctx, void *resbuf);
87 /* Put result from CTX in first 16 bytes following RESBUF. The result is
91 IMPORTANT: On some systems it is required that RESBUF is correctly
93 extern void *md5_read_ctx (const struct md5_ctx *ctx, void *resbuf);
sha1.h 73 in first 20 bytes following RESBUF. The result is always in little
77 IMPORTANT: On some systems it is required that RESBUF is correctly
79 extern void *sha1_finish_ctx (struct sha1_ctx *ctx, void *resbuf);
82 /* Put result from CTX in first 20 bytes following RESBUF. The result is
86 IMPORTANT: On some systems it is required that RESBUF is correctly
88 extern void *sha1_read_ctx (const struct sha1_ctx *ctx, void *resbuf);
sha1.c 67 /* Put result from CTX in first 20 bytes following RESBUF. The result
70 IMPORTANT: On some systems it is required that RESBUF is correctly
73 sha1_read_ctx (ctx, resbuf)
75 void *resbuf;
77 ((sha1_uint32 *) resbuf)[0] = SWAP (ctx->A);
78 ((sha1_uint32 *) resbuf)[1] = SWAP (ctx->B);
79 ((sha1_uint32 *) resbuf)[2] = SWAP (ctx->C);
80 ((sha1_uint32 *) resbuf)[3] = SWAP (ctx->D);
81 ((sha1_uint32 *) resbuf)[4] = SWAP (ctx->E);
83 return resbuf;
    [all...]
md5.c 67 /* Put result from CTX in first 16 bytes following RESBUF. The result
70 IMPORTANT: On some systems it is required that RESBUF is correctly
73 md5_read_ctx (ctx, resbuf)
75 void *resbuf;
77 ((md5_uint32 *) resbuf)[0] = SWAP (ctx->A);
78 ((md5_uint32 *) resbuf)[1] = SWAP (ctx->B);
79 ((md5_uint32 *) resbuf)[2] = SWAP (ctx->C);
80 ((md5_uint32 *) resbuf)[3] = SWAP (ctx->D);
82 return resbuf;
86 prolog according to the standard and write the result to RESBUF
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
md5.h 116 in first 16 bytes following RESBUF. The result is always in little
120 IMPORTANT: On some systems it is required that RESBUF is correctly
122 extern void *md5_finish_ctx (struct md5_ctx *ctx, void *resbuf);
125 /* Put result from CTX in first 16 bytes following RESBUF. The result is
129 IMPORTANT: On some systems it is required that RESBUF is correctly
131 extern void *md5_read_ctx (const struct md5_ctx *ctx, void *resbuf);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
md5.h 116 in first 16 bytes following RESBUF. The result is always in little
120 IMPORTANT: On some systems it is required that RESBUF is correctly
122 extern void *md5_finish_ctx (struct md5_ctx *ctx, void *resbuf);
125 /* Put result from CTX in first 16 bytes following RESBUF. The result is
129 IMPORTANT: On some systems it is required that RESBUF is correctly
131 extern void *md5_read_ctx (const struct md5_ctx *ctx, void *resbuf);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
md5.h 116 in first 16 bytes following RESBUF. The result is always in little
120 IMPORTANT: On some systems it is required that RESBUF is correctly
122 extern void *md5_finish_ctx (struct md5_ctx *ctx, void *resbuf);
125 /* Put result from CTX in first 16 bytes following RESBUF. The result is
129 IMPORTANT: On some systems it is required that RESBUF is correctly
131 extern void *md5_read_ctx (const struct md5_ctx *ctx, void *resbuf);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
i2o-dev.h 60 void *resbuf; /* Buffer for result */ member in struct:i2o_cmd_hrtlct
69 void *resbuf; /* Result List buffer */ member in struct:i2o_cmd_psetget
88 void *resbuf; /* Buffer for reply HTML page */ member in struct:i2o_html
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
i2o-dev.h 60 void *resbuf; /* Buffer for result */ member in struct:i2o_cmd_hrtlct
69 void *resbuf; /* Result List buffer */ member in struct:i2o_cmd_psetget
88 void *resbuf; /* Buffer for reply HTML page */ member in struct:i2o_html
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
i2o-dev.h 60 void *resbuf; /* Buffer for result */ member in struct:i2o_cmd_hrtlct
69 void *resbuf; /* Result List buffer */ member in struct:i2o_cmd_psetget
88 void *resbuf; /* Buffer for reply HTML page */ member in struct:i2o_html
  /external/mksh/src/
exec.c     [all...]
  /external/libxml2/
xmlreader.c 1673 xmlChar *resbuf; local
1719 xmlChar *resbuf; local
    [all...]

Completed in 517 milliseconds