hmacalg            43 security/keys/trusted.c static struct crypto_shash *hmacalg;
hmacalg            84 security/keys/trusted.c 	sdesc = init_sdesc(hmacalg);
hmacalg            90 security/keys/trusted.c 	ret = crypto_shash_setkey(hmacalg, key, keylen);
hmacalg          1189 security/keys/trusted.c 	if (hmacalg)
hmacalg          1190 security/keys/trusted.c 		crypto_free_shash(hmacalg);
hmacalg          1197 security/keys/trusted.c 	hmacalg = crypto_alloc_shash(hmac_alg, 0, 0);
hmacalg          1198 security/keys/trusted.c 	if (IS_ERR(hmacalg)) {
hmacalg          1201 security/keys/trusted.c 		return PTR_ERR(hmacalg);
hmacalg          1215 security/keys/trusted.c 	crypto_free_shash(hmacalg);