commit | 562535d11b37505c0f43f15e203dea9848e70a92 | [log] [download] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Thu Jan 20 16:42:01 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu Jan 20 16:42:01 2011 +0000 |
tree | 7a1d38f6614a9cb49749d789aa92369309f5e502 | |
parent | a885d6835fd42882a1eff1677db77a0d7b6ddbfd [diff] |
- Split current md_starts() and md_hmac_starts() functionality into separate md_init_ctx() for allocating the context and the existing starts() functions to initialize the message digest for use.