Home
last modified time | relevance | path

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

/freebsd/sys/opencrypto/
H A Dxform_rmd160.c55 static int RMD160Update_int(void *, const void *, u_int);
66 .Update = RMD160Update_int,
79 .Update = RMD160Update_int,
90 RMD160Update_int(void *ctx, const void *buf, u_int len) in RMD160Update_int() function