akcipher_request_alloc(9) allocates public key request

SYNOPSIS

struct akcipher_request * akcipher_request_alloc(struct crypto_akcipher * tfm, gfp_t gfp);

ARGUMENTS

tfm

AKCIPHER tfm handle allocated with crypto_alloc_akcipher

gfp

allocation flags

RETURN

allocated handle in case of success or NULL in case of an error.

AUTHORS

Stephan Mueller <[email protected]>

Author.

Marek Vasut <[email protected]>

Author.

COPYRIGHT