Searched refs:hashalg (Results 1 – 1 of 1) sorted by relevance
43 static struct crypto_shash *hashalg; variable66 sdesc = init_sdesc(hashalg); in TSS_sha1()136 sdesc = init_sdesc(hashalg); in TSS_authhmac()208 sdesc = init_sdesc(hashalg); in TSS_checkhmac1()300 sdesc = init_sdesc(hashalg); in TSS_checkhmac2()1188 if (hashalg) in trusted_shash_release()1189 crypto_free_shash(hashalg); in trusted_shash_release()1205 hashalg = crypto_alloc_shash(hash_alg, 0, CRYPTO_ALG_ASYNC); in trusted_shash_alloc()1206 if (IS_ERR(hashalg)) { in trusted_shash_alloc()1209 ret = PTR_ERR(hashalg); in trusted_shash_alloc()