Searched defs:HashContext (Results 1 – 1 of 1) sorted by relevance
77 typedef struct HashContext HashContext; typedef78 struct HashContext { struct79 unsigned char isInit; /* True if initialized */80 unsigned char i, j; /* State variables */81 unsigned char s[256]; /* State variables */82 unsigned char r[32]; /* Result */