1 2 3 4 5 6 7 8
#ifndef __LIB_7__ #define __LIB_7__ int cbc_mac(char *msg, unsigned int msg_len, char *iv, char *key, char *mac); #endif