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 size_t kcapi_aead_inbuflen_dec(struct kcapi_handle * handle,
10 size_t inlen, size_t assoclen,
11 size_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.3.1 January 2022 KCAPI_AEAD_INBUFLEN_(3)