akcipher_request_set_crypt(9) Sets request parameters

SYNOPSIS

void akcipher_request_set_crypt(struct akcipher_request * req, struct scatterlist * src, struct scatterlist * dst, unsigned int src_len, unsigned int dst_len);

ARGUMENTS

req

public key request

src

ptr to input scatter list

dst

ptr to output scatter list

src_len

size of the src input scatter list to be processed

dst_len

size of the dst output scatter list

DESCRIPTION

Sets parameters required by crypto operation

AUTHORS

Stephan Mueller <[email protected]>

Author.

Marek Vasut <[email protected]>

Author.

COPYRIGHT