crypto_skcipher_reqtfm(9) obtain cipher handle from request

SYNOPSIS

struct crypto_skcipher * crypto_skcipher_reqtfm(struct skcipher_request * req);

ARGUMENTS

req

skcipher_request out of which the cipher handle is to be obtained

DESCRIPTION

Return the crypto_skcipher handle when furnishing an skcipher_request data structure.

RETURN

crypto_skcipher handle

AUTHORS

Stephan Mueller <[email protected]>

Author.

Marek Vasut <[email protected]>

Author.

COPYRIGHT