skcipher_request_set_tfm (9) - Linux Manuals

skcipher_request_set_tfm: update cipher handle reference in request

NAME

skcipher_request_set_tfm - update cipher handle reference in request

SYNOPSIS

void skcipher_request_set_tfm(struct skcipher_request req, struct crypto_skcipher tfm);

ARGUMENTS

req

request handle to be modified

tfm

cipher handle that shall be added to the request handle

DESCRIPTION

Allow the caller to replace the existing skcipher handle in the request data structure with a different one.

AUTHORS

Stephan Mueller <smueller [at] chronox.de>

Author.

Marek Vasut <marek [at] denx.de>

Author.

COPYRIGHT