Searched defs:RMD160_BLOCK_LENGTH (Results 1 - 1 of 1) sorted by relevance

/external/openssh/openbsd-compat/
H A Drmd160.h30 #define RMD160_BLOCK_LENGTH 64 macro
38 u_int8_t buffer[RMD160_BLOCK_LENGTH]; /* input buffer */
42 void RMD160Transform(u_int32_t [5], const u_int8_t [RMD160_BLOCK_LENGTH])
44 __attribute__((__bounded__(__minbytes__,2,RMD160_BLOCK_LENGTH)));

Completed in 111 milliseconds