Home
last modified time | relevance | path

Searched refs:PUT_64BIT_LE (Results 1 – 4 of 4) sorted by relevance

/openbsd/lib/libc/hash/
H A Dmd5.c24 #define PUT_64BIT_LE(cp, value) do { \ macro
111 PUT_64BIT_LE(count, ctx->count); in MD5Pad()
H A Drmd160.c34 #define PUT_64BIT_LE(cp, value) do { \ macro
137 PUT_64BIT_LE(size, ctx->count); in RMD160Pad()
/openbsd/sys/crypto/
H A Dmd5.c24 #define PUT_64BIT_LE(cp, value) do { \ macro
111 PUT_64BIT_LE(count, ctx->count); in MD5Final()
H A Drmd160.c35 #define PUT_64BIT_LE(cp, value) do { \ macro
137 PUT_64BIT_LE(size, ctx->count); in RMD160Final()