Searched refs:hashalg (Results 1 – 1 of 1) sorted by relevance
35 static struct crypto_shash *hashalg; variable57 sdesc = init_sdesc(hashalg); in TSS_sha1()130 sdesc = init_sdesc(hashalg); in TSS_authhmac()206 sdesc = init_sdesc(hashalg); in TSS_checkhmac1()299 sdesc = init_sdesc(hashalg); in TSS_checkhmac2()994 if (hashalg) in trusted_shash_release()995 crypto_free_shash(hashalg); in trusted_shash_release()1011 hashalg = crypto_alloc_shash(hash_alg, 0, 0); in trusted_shash_alloc()1012 if (IS_ERR(hashalg)) { in trusted_shash_alloc()1015 ret = PTR_ERR(hashalg); in trusted_shash_alloc()
Completed in 4 milliseconds