1KCAPI_MD_DIGESTSIZE(3) Programming Interface KCAPI_MD_DIGESTSIZE(3)
2
3
4
6 kcapi_md_digestsize - return the size of the message digest
7
9 uint32_t kcapi_md_digestsize(struct kcapi_handle * handle);
10
12 handle
13 [in] cipher handle
14
16 The returned message digest size can be used before the kcapi_md_final
17 function invocation to determine the right memory size to be allocated
18 for this call.
19
20 return > 0 specifying the block size; 0 on error
21
23 Stephan Mueller <smueller@chronox.de>
24 Author.
25
27libkcapi Manual 1.4.0 January 2023 KCAPI_MD_DIGESTSIZE(3)