Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dmd4-internal.c69 #define PUT_64BIT_LE(cp, value) do { \ macro
151 PUT_64BIT_LE(count, ctx->count); in MD4Pad()
/external/openssh/openbsd-compat/
Dmd5.c28 #define PUT_64BIT_LE(cp, value) do { \ macro
113 PUT_64BIT_LE(count, ctx->count); in MD5Pad()
Drmd160.c39 #define PUT_64BIT_LE(cp, value) do { \ macro
140 PUT_64BIT_LE(size, ctx->count); in RMD160Pad()