Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/crypto/
H A Dmd4-internal.c72 #define PUT_64BIT_LE(cp, value) do { \ macro
154 PUT_64BIT_LE(count, ctx->count); in MD4Pad()
/freebsd/crypto/openssh/openbsd-compat/
H A Dmd5.c28 #define PUT_64BIT_LE(cp, value) do { \ macro
113 PUT_64BIT_LE(count, ctx->count); in MD5Pad()
/freebsd/sys/opencrypto/
H A Drmd160.c37 #define PUT_64BIT_LE(cp, value) do { \ macro
139 PUT_64BIT_LE(size, ctx->count); in RMD160Final()