HomeSort by: relevance | last modified time | path
    Searched defs:Decode (Results 1 - 7 of 7) sorted by relevancy

  /src/common/lib/libc/md/
md4c.c 82 static void Decode(UINT4 *, const unsigned char *, unsigned int);
228 Decode(x, block, 64);
315 Decode(UINT4 *output, const unsigned char *input, unsigned int len)
md5c.c 90 static void Decode(UINT4 *, const unsigned char *, unsigned int);
116 Decode (UINT4 *output,
274 Decode(x, block, 64);
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
md5c.c 69 static void Decode(UINT4 *, const unsigned char *, unsigned int);
95 Decode (UINT4 *output,
245 Decode(x, block, 64);
  /src/external/bsd/iscsi/dist/src/lib/
md5c.c 97 static void Decode(UINT4 *, const unsigned char *, unsigned int);
124 Decode (output, input, len)
287 Decode(x, block, 64);
  /src/external/bsd/libarchive/dist/libarchive/
archive_ppmd7_private.h 64 /* ---------- Decode ---------- */
69 void (*Decode)(void *p, UInt32 start, UInt32 size);
103 /* Decode Functions */
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 66 void Decode(const uint8_t *Opcodes, off_t Offset, size_t Length);
306 inline void OpcodeDecoder::Decode(const uint8_t *Opcodes, off_t Offset,
515 OpcodeDecoder(OCC.W).Decode(Entry, Offset, Length);
  /src/crypto/external/bsd/openssh/dist/
sntrup761.c 1777 static void Decode(uint16_t *out, const unsigned char *S, const uint16_t *M, long long len) {
1809 Decode(R2, S, M2, (len + 1) / 2);
2048 Decode(R, s, M, p);
2064 Decode(R, s, M, p);

Completed in 90 milliseconds