sha1 620 crypto/asymmetric_keys/asym_tpm.c _(sha1), sha1 70 crypto/rsa-pkcs1pad.c _(sha1), sha1 302 drivers/crypto/n2_core.c struct sha1_state sha1; sha1 508 drivers/crypto/padlock-sha.c struct shash_alg *sha1; sha1 517 drivers/crypto/padlock-sha.c sha1 = &sha1_alg; sha1 520 drivers/crypto/padlock-sha.c sha1 = &sha1_alg_nano; sha1 524 drivers/crypto/padlock-sha.c rc = crypto_register_shash(sha1); sha1 537 drivers/crypto/padlock-sha.c crypto_unregister_shash(sha1); sha1 117 drivers/crypto/qat/qat_common/qat_algs.c struct sha1_state sha1; sha1 197 drivers/crypto/qat/qat_common/qat_algs.c if (crypto_shash_export(shash, &ctx->sha1)) sha1 200 drivers/crypto/qat/qat_common/qat_algs.c *hash_state_out = cpu_to_be32(ctx->sha1.state[i]); sha1 233 drivers/crypto/qat/qat_common/qat_algs.c if (crypto_shash_export(shash, &ctx->sha1)) sha1 236 drivers/crypto/qat/qat_common/qat_algs.c *hash_state_out = cpu_to_be32(ctx->sha1.state[i]); sha1 93 drivers/net/ppp/ppp_mppe.c struct shash_desc *sha1; sha1 133 drivers/net/ppp/ppp_mppe.c crypto_shash_init(state->sha1); sha1 134 drivers/net/ppp/ppp_mppe.c crypto_shash_update(state->sha1, state->master_key, sha1 136 drivers/net/ppp/ppp_mppe.c crypto_shash_update(state->sha1, sha_pad->sha_pad1, sha1 138 drivers/net/ppp/ppp_mppe.c crypto_shash_update(state->sha1, state->session_key, sha1 140 drivers/net/ppp/ppp_mppe.c crypto_shash_update(state->sha1, sha_pad->sha_pad2, sha1 142 drivers/net/ppp/ppp_mppe.c crypto_shash_final(state->sha1, state->sha1_digest); sha1 191 drivers/net/ppp/ppp_mppe.c state->sha1 = kmalloc(sizeof(*state->sha1) + sha1 194 drivers/net/ppp/ppp_mppe.c if (!state->sha1) { sha1 198 drivers/net/ppp/ppp_mppe.c state->sha1->tfm = shash; sha1 223 drivers/net/ppp/ppp_mppe.c if (state->sha1) { sha1 224 drivers/net/ppp/ppp_mppe.c crypto_free_shash(state->sha1->tfm); sha1 225 drivers/net/ppp/ppp_mppe.c kzfree(state->sha1); sha1 240 drivers/net/ppp/ppp_mppe.c crypto_free_shash(state->sha1->tfm); sha1 241 drivers/net/ppp/ppp_mppe.c kzfree(state->sha1); sha1 1108 drivers/net/wireless/intel/iwlwifi/iwl-drv.c u8 sha1[20]; sha1 323 security/integrity/evm/evm_crypto.c data.hdr.xattr.sha1.type = EVM_XATTR_HMAC; sha1 68 security/integrity/ima/ima_appraise.c iint->ima_hash->xattr.sha1.type = IMA_XATTR_DIGEST; sha1 96 security/integrity/integrity.h } sha1;