Home
last modified time | relevance | path

Searched refs:hash_setkey (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/crypto/
Dalgif_hash.c405 static int hash_setkey(void *private, const u8 *key, unsigned int keylen) in hash_setkey() function
460 .setkey = hash_setkey,
/Linux-v6.1/drivers/crypto/ux500/hash/
Dhash_core.c1340 static int hash_setkey(struct crypto_ahash *tfm, in hash_setkey() function
1485 return hash_setkey(tfm, key, keylen, HASH_ALGO_SHA1); in hmac_sha1_setkey()
1491 return hash_setkey(tfm, key, keylen, HASH_ALGO_SHA256); in hmac_sha256_setkey()