Home
last modified time | relevance | path

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

/mirbsd/src/lib/libc/hash/
Dmd4.c29 #define PUT_64BIT_LE(cp, value) do { \ macro
107 PUT_64BIT_LE(count, ctx->count); in MD4Pad()
Dmd5.c28 #define PUT_64BIT_LE(cp, value) do { \ macro
106 PUT_64BIT_LE(count, ctx->count); in MD5Pad()
Drmd160.c37 #define PUT_64BIT_LE(cp, value) do { \ macro
131 PUT_64BIT_LE(size, ctx->count); in RMD160Pad()
/mirbsd/src/sys/crypto/
Dmd5.c24 #define PUT_64BIT_LE(cp, value) do { \ macro
110 PUT_64BIT_LE(count, ctx->count); in MD5Final()
Drmd160.c35 #define PUT_64BIT_LE(cp, value) do { \ macro
137 PUT_64BIT_LE(size, ctx->count); in RMD160Final()