crypto_blkcipher_name (9) - Linux Manuals
crypto_blkcipher_name: return the name / cra_name from the cipher handle
NAME
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.
COPYRIGHT