Home
last modified time | relevance | path

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

/security/keys/encrypted-keys/
Dencrypted.c43 static const char hmac_alg[] = "hmac(sha256)"; variable
353 pr_info("encrypted_key: can't alloc %s\n", hmac_alg); in calc_hmac()
1000 hmacalg = crypto_alloc_shash(hmac_alg, 0, CRYPTO_ALG_ASYNC); in encrypted_shash_alloc()
1003 hmac_alg); in encrypted_shash_alloc()
/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()
1117 hmacalg = crypto_alloc_shash(hmac_alg, 0, CRYPTO_ALG_ASYNC); in trusted_shash_alloc()
1120 hmac_alg); in trusted_shash_alloc()