Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dalgif_hash.c416 static int hash_setkey(void *private, const u8 *key, unsigned int keylen) in hash_setkey() function
471 .setkey = hash_setkey,
/Linux-v4.19/drivers/crypto/ux500/hash/
Dhash_core.c1331 static int hash_setkey(struct crypto_ahash *tfm, in hash_setkey() function
1476 return hash_setkey(tfm, key, keylen, HASH_ALGO_SHA1); in hmac_sha1_setkey()
1482 return hash_setkey(tfm, key, keylen, HASH_ALGO_SHA256); in hmac_sha256_setkey()