|
RetroArch
|
Classes | |
| struct | SHA1Context |
Macros | |
| #define | _SHA1_H_ |
| #define | SHA1CircularShift(bits, word) |
Typedefs | |
| typedef struct SHA1Context | SHA1Context |
Functions | |
| void | SHA1Reset (SHA1Context *) |
| int | SHA1Result (SHA1Context *) |
| void | SHA1Input (SHA1Context *, const unsigned char *, unsigned) |
| void | SHA1ProcessMessageBlock (SHA1Context *) |
| void | SHA1PadMessage (SHA1Context *) |
| #define _SHA1_H_ |
| #define SHA1CircularShift | ( | bits, | |
| word | |||
| ) |
| typedef struct SHA1Context SHA1Context |
| void SHA1Input | ( | SHA1Context * | context, |
| const unsigned char * | message_array, | ||
| unsigned | length | ||
| ) |
| void SHA1PadMessage | ( | SHA1Context * | context | ) |
| void SHA1ProcessMessageBlock | ( | SHA1Context * | context | ) |
| void SHA1Reset | ( | SHA1Context * | context | ) |
| int SHA1Result | ( | SHA1Context * | context | ) |
1.8.15