crypto_blkcipher_name (9) Linux Manual Page
crypto_blkcipher_name – return the name / cra_name from the cipher handle
Synopsis
const char *crypto_blkcipher_name(struct crypto_blkcipher *tfm);
Arguments
tfm
-
- cipher handle
Return
The character string holding the name of the cipher
Authors
Stephan Mueller <smueller [at] chronox.de>
- Author.
Marek Vasut <marek [at] denx.de>
- Author.
