crypto_blkcipher_name(9) 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 <[email protected]>

Author.

Marek Vasut <[email protected]>

Author.

COPYRIGHT