Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/crypto/
H A Dalgif_hash.c404 static int hash_setkey(void *private, const u8 *key, unsigned int keylen) in hash_setkey() function
459 .setkey = hash_setkey,
/OK3568_Linux_fs/kernel/drivers/crypto/ux500/hash/
H A 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()