akcipher_request_alloc (9) Linux Manual Page
akcipher_request_alloc – 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 <smueller [at] chronox.de>
- Author.
Marek Vasut <marek [at] denx.de>
- Author.
