Name
kcapi_aead_outbuflen_enc —
return minimum encryption output buffer length
Synopsis
uint32_t kcapi_aead_outbuflen_enc ( | struct kcapi_handle * handle, |
| | uint32_t inlen, |
| | uint32_t assoclen, |
| | uint32_t taglen); |
Arguments
handle
[in] cipher handle
inlen
[in] size of plaintext
assoclen
[in] size of associated data (AD)
taglen
[in] size of authentication tag
Description
return minimum size of output data length in bytes