Searched refs:PUT_64BIT_LE (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/lib/libc/hash/ |
| D | md4.c | 29 #define PUT_64BIT_LE(cp, value) do { \ macro 107 PUT_64BIT_LE(count, ctx->count); in MD4Pad()
|
| D | md5.c | 28 #define PUT_64BIT_LE(cp, value) do { \ macro 106 PUT_64BIT_LE(count, ctx->count); in MD5Pad()
|
| D | rmd160.c | 37 #define PUT_64BIT_LE(cp, value) do { \ macro 131 PUT_64BIT_LE(size, ctx->count); in RMD160Pad()
|
| /mirbsd/src/sys/crypto/ |
| D | md5.c | 24 #define PUT_64BIT_LE(cp, value) do { \ macro 110 PUT_64BIT_LE(count, ctx->count); in MD5Final()
|
| D | rmd160.c | 35 #define PUT_64BIT_LE(cp, value) do { \ macro 137 PUT_64BIT_LE(size, ctx->count); in RMD160Final()
|