Data Fields | |
rpmDigestFlags | flags |
uint32 | digestlen |
uint32 | datalen |
void (* | transform )(DIGEST_CTX) |
int | doByteReverse |
uint32 | bits [2] |
uint32 | digest [8] |
byte | in [64] |
Definition at line 19 of file digest.c.
|
No. bits of plain text. |
|
No. bytes in block of plaintext data. |
|
Message digest. |
|
No. bytes of digest. |
|
Swap bytes in uint32? |
|
Bit(s) to control digest operation. |
|
Next block of plain text. |
|
Digest transform. Referenced by rpmDigestFinal(), and rpmDigestUpdate().
|