other versions
- stretch 4.9.168-1
AKCIPHER_REQUEST_ALL(9) | Programming Interface | AKCIPHER_REQUEST_ALL(9) |
NAME¶
akcipher_request_alloc - allocates public key requestSYNOPSIS¶
struct akcipher_request * akcipher_request_alloc(struct crypto_akcipher * tfm, gfp_t gfp);
ARGUMENTS¶
tfmAKCIPHER 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@chronox.de>Author.
Marek Vasut <marek@denx.de>
Author.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |