'\" t .\" Title: crypto_cipher_encrypt_one .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Programming Interface .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "CRYPTO_CIPHER_ENCRYP" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "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" crypto_cipher_encrypt_one \- encrypt one block of plaintext .SH "SYNOPSIS" .HP \w'void\ crypto_cipher_encrypt_one('u .BI "void crypto_cipher_encrypt_one(struct\ crypto_cipher\ *\ " "tfm" ", u8\ *\ " "dst" ", const\ u8\ *\ " "src" ");" .SH "ARGUMENTS" .PP \fItfm\fR .RS 4 cipher handle .RE .PP \fIdst\fR .RS 4 points to the buffer that will be filled with the ciphertext .RE .PP \fIsrc\fR .RS 4 buffer holding the plaintext to be encrypted .RE .SH "DESCRIPTION" .PP Invoke the encryption operation of one block\&. The caller must ensure that the plaintext and ciphertext buffers are at least one block in size\&. .SH "AUTHORS" .PP \fBStephan Mueller\fR <\&smueller@chronox.de\&> .RS 4 Author. .RE .PP \fBMarek Vasut\fR <\&marek@denx.de\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br