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

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

Completed in 76 milliseconds