Home
last modified time | relevance | path

Searched refs:hash_algo (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/security/integrity/ima/
Dima_template_lib.c160 static int ima_eventdigest_init_common(u8 *digest, u32 digestsize, u8 hash_algo, in ima_eventdigest_init_common() argument
174 if (hash_algo < HASH_ALGO__LAST) { in ima_eventdigest_init_common()
177 hash_algo_name[hash_algo]); in ima_eventdigest_init_common()
252 u8 *cur_digest = NULL, hash_algo = HASH_ALGO_SHA1; in ima_eventdigest_ng_init() local
262 hash_algo = iint->ima_hash->algo; in ima_eventdigest_ng_init()
265 hash_algo, field_data); in ima_eventdigest_ng_init()
Dima_crypto.c84 static struct crypto_shash *ima_alloc_tfm(enum hash_algo algo) in ima_alloc_tfm()
171 static struct crypto_ahash *ima_alloc_atfm(enum hash_algo algo) in ima_alloc_atfm()
Dima_appraise.c146 hash->algo = sig->hash_algo; in ima_get_hash_algo()
/linux-4.1.27/security/integrity/
Ddigsig_asymmetric.c83 if (hdr->hash_algo >= PKEY_HASH__LAST) in asymmetric_verify()
92 pks.pkey_hash_algo = hdr->hash_algo; in asymmetric_verify()
Dintegrity.h97 uint8_t hash_algo; /* Digest algorithm [enum pkey_hash_algo] */ member
/linux-4.1.27/include/uapi/linux/
Dhash_info.h16 enum hash_algo { enum
/linux-4.1.27/crypto/asymmetric_keys/
Dverify_pefile.h31 enum hash_algo digest_algo; /* Digest algorithm */
/linux-4.1.27/security/keys/encrypted-keys/
Decryptfs_format.c75 auth_tok->token.password.hash_algo = PGP_DIGEST_ALGO_SHA512; in ecryptfs_fill_auth_tok()
/linux-4.1.27/include/crypto/
Dpublic_key.h85 enum hash_algo pkey_hash_algo : 8;
/linux-4.1.27/include/linux/
Decryptfs.h68 s32 hash_algo; member
/linux-4.1.27/drivers/crypto/ux500/hash/
Dhash_alg.h272 enum hash_algo { enum
/linux-4.1.27/kernel/
Dmodule_signing.c43 static struct public_key_signature *mod_make_digest(enum hash_algo hash, in mod_make_digest()
/linux-4.1.27/fs/ecryptfs/
Dkeystore.c1502 (*new_auth_tok)->token.password.hash_algo = 0x01; /* MD5 */ in parse_tag_3_packet()