other versions
- stretch 4.9.168-1
CRYPTO_AKCIPHER_SET_(9) | Programming Interface | CRYPTO_AKCIPHER_SET_(9) |
NAME¶
crypto_akcipher_set_priv_key - Invoke set private key operationSYNOPSIS¶
int crypto_akcipher_set_priv_key(struct crypto_akcipher * tfm, const void * key, unsigned int keylen);
ARGUMENTS¶
tfmtfm handle
key
BER encoded private key
keylen
length of the key
DESCRIPTION¶
Function invokes the algorithm specific set key function, which knows how to decode and interpret the encoded keyRETURN¶
zero on success; error code in case of errorAUTHORS¶
Stephan Mueller <smueller@chronox.de>Author.
Marek Vasut <marek@denx.de>
Author.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |