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

  /external/elfutils/lib/
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);
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.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...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
AuthorityKeyIdentifier.java 114 byte[] resBuf = new byte[digest.getDigestSize()];
118 digest.doFinal(resBuf, 0);
119 this.keyidentifier = new DEROctetString(resBuf);
134 byte[] resBuf = new byte[digest.getDigestSize()];
138 digest.doFinal(resBuf, 0);
140 this.keyidentifier = new DEROctetString(resBuf);
SubjectKeyIdentifier.java 132 byte[] resBuf = new byte[digest.getDigestSize()];
136 digest.doFinal(resBuf, 0);
137 return resBuf;
  /prebuilts/gcc/darwin-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/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/kernel-headers/original/linux/sunrpc/
svcauth.h 65 * resbuf points to good place for results. verfier
83 * OK - the resbuf is ready to be sent
  /external/mksh/src/
exec.c     [all...]
  /external/icu4c/i18n/
ucol_bld.cpp 551 uint32_t u_toLargeKana(const UChar *source, const uint32_t sourceLen, UChar *resBuf, const uint32_t resLen, UErrorCode *status) {
580 resBuf[i] = c;
586 uint32_t u_toSmallKana(const UChar *source, const uint32_t sourceLen, UChar *resBuf, const uint32_t resLen, UErrorCode *status) {
615 resBuf[i] = c;
    [all...]
  /external/libxml2/
xmlreader.c 1673 xmlChar *resbuf; local
1719 xmlChar *resbuf; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/x86_64/
libiberty.a     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/x86_64/
libiberty.a     [all...]
  /external/bouncycastle/patches/
bcprov.patch 249 byte[] resBuf = new byte[digest.getDigestSize()];
260 byte[] resBuf = new byte[digest.getDigestSize()];
285 byte[] resBuf = new byte[digest.getDigestSize()];
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/
libiberty.a     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/
libiberty.a     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libiberty.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/
libiberty.a     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/
libiberty.a     [all...]

Completed in 2124 milliseconds