|
Functions |
| uint32_t | GetIntegKeyLen (uint32_t type) |
| | get the key length for a given integrity algorithm
|
| uint32_t | GetChecksumLen (uint32_t type) |
| | Get checksum length of a given integrity algorithm.
|
| uint32_t | GetIntegDigestLen (uint32_t type) |
| | Get digest length used by sepcified integrity algorithm.
|
| int | IntegKeyLenValid (uint32_t type, uint32_t keylen) |
| | Check for valid key length.
|
| void | integ (const uint8_t *key, uint32_t klen, const uint8_t *text, uint32_t tlen, uint8_t **res, uint32_t *rlen, uint32_t integtype) |