'\" t .\" Title: kcapi_aead_inbuflen_enc .\" Author: .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: November 2020 .\" Manual: Programming Interface .\" Source: libkcapi Manual 1.2.1 .\" Language: English .\" .TH "KCAPI_AEAD_INBUFLEN_" "3" "November 2020" "libkcapi Manual 1\&.2\&.1" "Programming Interface" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" kcapi_aead_inbuflen_enc \- return minimum encryption input buffer length .SH "SYNOPSIS" .HP \w'uint32_t\ kcapi_aead_inbuflen_enc('u .BI "uint32_t kcapi_aead_inbuflen_enc(struct\ kcapi_handle\ *\ " "handle" ", uint32_t\ " "inlen" ", uint32_t\ " "assoclen" ", uint32_t\ " "taglen" ");" .SH "ARGUMENTS" .PP \fIhandle\fR .RS 4 [in] cipher handle .RE .PP \fIinlen\fR .RS 4 [in] size of plaintext .RE .PP \fIassoclen\fR .RS 4 [in] size of associated data (AD) .RE .PP \fItaglen\fR .RS 4 [in] size of authentication tag .RE .SH "DESCRIPTION" .PP \fIreturn\fR minimum size of input data length in bytes .SH "AUTHOR" .PP \fBStephan Mueller\fR <\&smueller@chronox.de\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br