crypto_akcipher_set_pub_key (9) - Linux Manuals
crypto_akcipher_set_pub_key: Invoke set public key operation
NAME
crypto_akcipher_set_pub_key - Invoke set public key operation
SYNOPSIS
-
int crypto_akcipher_set_pub_key(struct crypto_akcipher
* tfm, const void* key, unsigned intkeylen);
ARGUMENTS
tfm
-
- tfm handle
key
- BER encoded public key
keylen
- length of the key
DESCRIPTION
Function invokes the algorithm specific set key function, which knows how to decode and interpret the encoded key
RETURN
zero on success; error code in case of error
AUTHORS
Stephan Mueller <smueller [at] chronox.de>
- Author.
Marek Vasut <marek [at] denx.de>
- Author.
COPYRIGHT