Home
last modified time | relevance | path

Searched defs:Decode (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/sys/kern/
H A Dmd5c.c50 #define Decode memcpy macro
79 Decode (u_int32_t *output, const unsigned char *input, unsigned int len) in Decode() function
H A Dmd4c.c273 Decode(UINT4 *output, const unsigned char *input, unsigned int len) in Decode() function
/dflybsd-src/contrib/libarchive/libarchive/
H A Darchive_ppmd7_private.h69 void (*Decode)(void *p, UInt32 start, UInt32 size); member
/dflybsd-src/crypto/openssh/
H A Dsntrup761.c289 static void Decode(uint16 *out,const unsigned char *S,const uint16 *M,long long len) in Decode() function