Searched refs:hashalg (Results 1 – 2 of 2) sorted by relevance
42 static struct crypto_shash *hashalg; variable64 sdesc = init_sdesc(hashalg); in TSS_sha1()137 sdesc = init_sdesc(hashalg); in TSS_authhmac()213 sdesc = init_sdesc(hashalg); in TSS_checkhmac1()306 sdesc = init_sdesc(hashalg); in TSS_checkhmac2()1197 if (hashalg) in trusted_shash_release()1198 crypto_free_shash(hashalg); in trusted_shash_release()1214 hashalg = crypto_alloc_shash(hash_alg, 0, 0); in trusted_shash_alloc()1215 if (IS_ERR(hashalg)) { in trusted_shash_alloc()1218 ret = PTR_ERR(hashalg); in trusted_shash_alloc()
67 u8 hashalg; /* hash algorithmus used for wrapping key */ member