Searched defs:mdc2_ctx_st (Results 1 – 2 of 2) sorted by relevance
25 typedef struct mdc2_ctx_st { struct26 unsigned int num;27 unsigned char data[MDC2_BLOCK];28 DES_cblock h, hh;29 int pad_type; /* either 1 or 2, default 1 */
34 typedef struct mdc2_ctx_st { struct35 unsigned int num;36 unsigned char data[MDC2_BLOCK];37 DES_cblock h, hh;38 unsigned int pad_type; /* either 1 or 2, default 1 */