Searched refs:hash_setkey (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/crypto/ |
D | algif_hash.c | 404 static int hash_setkey(void *private, const u8 *key, unsigned int keylen) in hash_setkey() function 459 .setkey = hash_setkey,
|
/Linux-v5.10/drivers/crypto/ux500/hash/ |
D | hash_core.c | 1339 static int hash_setkey(struct crypto_ahash *tfm, in hash_setkey() function 1484 return hash_setkey(tfm, key, keylen, HASH_ALGO_SHA1); in hmac_sha1_setkey() 1490 return hash_setkey(tfm, key, keylen, HASH_ALGO_SHA256); in hmac_sha256_setkey()
|