crypto_shash_setkey (9) Linux Manual Page
crypto_shash_setkey – set key for message digest Synopsis int crypto_shash_setkey(struct crypto_shash *tfm, const u8 *key, unsigned int keylen); Arguments tfm cipher handle key buffer holding the key keylen length of the key in bytes Description The caller provided key is set for the keyed message digest cipher. The cipher handle must point to a keyed…
