Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dalgif_hash.c373 static int hash_setkey(void *private, const u8 *key, unsigned int keylen) in hash_setkey() function
444 .setkey = hash_setkey,
/linux-4.1.27/drivers/crypto/ux500/hash/
Dhash_core.c1346 static int hash_setkey(struct crypto_ahash *tfm, in hash_setkey() function
1481 return hash_setkey(tfm, key, keylen, HASH_ALGO_SHA1); in hmac_sha1_setkey()
1487 return hash_setkey(tfm, key, keylen, HASH_ALGO_SHA256); in hmac_sha256_setkey()