hashalg 67 drivers/s390/crypto/zcrypt_ccamisc.h u8 hashalg; /* hash algorithmus used for wrapping key */ hashalg 42 security/keys/trusted.c static struct crypto_shash *hashalg; hashalg 64 security/keys/trusted.c sdesc = init_sdesc(hashalg); hashalg 137 security/keys/trusted.c sdesc = init_sdesc(hashalg); hashalg 213 security/keys/trusted.c sdesc = init_sdesc(hashalg); hashalg 306 security/keys/trusted.c sdesc = init_sdesc(hashalg); hashalg 1187 security/keys/trusted.c if (hashalg) hashalg 1188 security/keys/trusted.c crypto_free_shash(hashalg); hashalg 1204 security/keys/trusted.c hashalg = crypto_alloc_shash(hash_alg, 0, 0); hashalg 1205 security/keys/trusted.c if (IS_ERR(hashalg)) { hashalg 1208 security/keys/trusted.c ret = PTR_ERR(hashalg);