kcapi_cipher_ivsize(3)

return size of IV required for cipher

Section 3 libkcapi-dev bookworm source

Description

KCAPI_CIPHER_IVSIZE

NAME

kcapi_cipher_ivsize - return size of IV required for cipher

SYNOPSIS

uint32_t kcapi_cipher_ivsize(struct kcapi_handle * handle);

ARGUMENTS

handle

[in] cipher handle

DESCRIPTION

return > 0 specifying the IV size; 0 on error

AUTHOR

Stephan Mueller <smueller@chronox.de>

Author.

COPYRIGHT