1KCAPI_AEAD_INBUFLEN_(3) Programming Interface KCAPI_AEAD_INBUFLEN_(3)
2
3
4
6 kcapi_aead_inbuflen_dec - return minimum decryption input buffer length
7
9 uint32_t kcapi_aead_inbuflen_dec(struct kcapi_handle * handle,
10 uint32_t inlen, uint32_t assoclen,
11 uint32_t taglen);
12
14 handle
15 [in] cipher handle
16
17 inlen
18 [in] size of ciphertext
19
20 assoclen
21 [in] size of associated data (AD)
22
23 taglen
24 [in] size of authentication tag
25
27 return minimum size of output data length in bytes
28
30 Stephan Mueller <smueller@chronox.de>
31 Author.
32
34libkcapi Manual 1.1.4 February 2019 KCAPI_AEAD_INBUFLEN_(3)