Searched refs:hmac_alg (Results 1 – 2 of 2) sorted by relevance
43 static const char hmac_alg[] = "hmac(sha256)"; variable346 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()
34 static const char hmac_alg[] = "hmac(sha1)"; variable87 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()