Home
last modified time | relevance | path

Searched refs:ROTL_MD5 (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/libecc/src/examples/hash/
H A Dmd5.h101 #define ROTL_MD5(x, n) ((((u32)(x)) << (n)) | (((u32)(x)) >> (32-(n)))) macro
H A Dmd5.c80 B += ROTL_MD5((A + f + K_MD5[i] + W[g]), R_MD5[i]); in md5_process()