Home
last modified time | relevance | path

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

/security/keys/trusted-keys/
A Dtrusted_tpm1.c26 static const char hash_alg[] = "sha1"; variable
59 pr_info("can't alloc %s\n", hash_alg); in TSS_sha1()
132 pr_info("can't alloc %s\n", hash_alg); in TSS_authhmac()
208 pr_info("can't alloc %s\n", hash_alg); in TSS_checkhmac1()
301 pr_info("can't alloc %s\n", hash_alg); in TSS_checkhmac2()
1011 hashalg = crypto_alloc_shash(hash_alg, 0, 0); in trusted_shash_alloc()
1014 hash_alg); in trusted_shash_alloc()
/security/keys/encrypted-keys/
A Dencrypted.c40 static const char hash_alg[] = "sha256"; variable
1014 hash_tfm = crypto_alloc_shash(hash_alg, 0, 0); in init_encrypted()
1017 hash_alg, PTR_ERR(hash_tfm)); in init_encrypted()

Completed in 5 milliseconds