Home
last modified time | relevance | path

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

/linux-4.4.14/security/keys/encrypted-keys/
Dencrypted.c43 static const char hmac_alg[] = "hmac(sha256)"; variable
346 pr_info("encrypted_key: can't alloc %s\n", hmac_alg); in calc_hmac()
993 hmacalg = crypto_alloc_shash(hmac_alg, 0, CRYPTO_ALG_ASYNC); in encrypted_shash_alloc()
996 hmac_alg); in encrypted_shash_alloc()
/linux-4.4.14/security/keys/
Dtrusted.c34 static const char hmac_alg[] = "hmac(sha1)"; variable
87 pr_info("trusted_key: can't alloc %s\n", hmac_alg); in TSS_rawhmac()
1151 hmacalg = crypto_alloc_shash(hmac_alg, 0, CRYPTO_ALG_ASYNC); in trusted_shash_alloc()
1154 hmac_alg); in trusted_shash_alloc()