Home
last modified time | relevance | path

Searched defs:hash_algo (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/u-boot/include/
H A Dhash.h24 struct hash_algo { struct
44 * @algo: Pointer to the hash_algo struct argument
48 int (*hash_init)(struct hash_algo *algo, void **ctxp); argument
61 int (*hash_update)(struct hash_algo *algo, void *ctx, const void *buf, argument
75 int (*hash_finish)(struct hash_algo *algo, void *ctx, void *dest_buf, argument
/openbmc/linux/security/integrity/ima/
H A Dima_template_lib.c290 u8 digest_type, u8 hash_algo, in ima_eventdigest_init_common()
403 u8 *cur_digest = NULL, hash_algo = ima_hash_algo; in ima_eventdigest_ng_init() local
426 u8 *cur_digest = NULL, hash_algo = ima_hash_algo; in ima_eventdigest_ngv2_init() local
452 enum hash_algo hash_algo; in ima_eventdigest_modsig_init() local
H A Dima_modsig.c21 enum hash_algo hash_algo; member
H A Dima_main.c223 enum hash_algo hash_algo; in process_measurement() local
567 int rc, hash_algo; in __ima_inode_hash() local
H A Dima_appraise.c449 enum hash_algo hash_algo; in ima_check_blacklist() local
/openbmc/linux/include/uapi/linux/
H A Dhash_info.h17 enum hash_algo { enum
H A Dvirtio_crypto.h203 __le32 hash_algo; member
513 __le32 hash_algo; member
/openbmc/u-boot/include/dm/
H A Dof_extra.h30 enum fmap_hash_t hash_algo; /* Hash algorithm */ member
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3_common/
H A Dhclge_comm_rss.c121 u8 hash_algo; in hclge_comm_set_rss_hash_key() local
195 const u8 hfunc, u8 *hash_algo) in hclge_comm_parse_rss_hfunc()
/openbmc/linux/include/linux/
H A Dkeyctl.h32 const char *hash_algo; /* Digest algorithm used (eg. "sha1") or NULL if N/A */ member
H A Decryptfs.h69 s32 hash_algo; member
/openbmc/linux/crypto/asymmetric_keys/
H A Dpkcs7_verify.c126 enum hash_algo *hash_algo) in pkcs7_get_digest()
H A Dpublic_key.c68 const char *encoding, const char *hash_algo, in software_key_determine_akcipher()
/openbmc/linux/include/crypto/
H A Dpublic_key.h49 const char *hash_algo; member
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-crypto.h49 uint32_t hash_algo; member
/openbmc/linux/scripts/
H A Dsign-file.c219 char *hash_algo = NULL; in main() local
/openbmc/linux/fs/ubifs/
H A Dsb.c546 int hash_algo; in authenticate_sb_node() local
/openbmc/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_common.h61 u32 hash_algo; member
H A Dvirtio_crypto_core.c358 u32 hash_algo = 0; in virtcrypto_probe() local
/openbmc/qemu/include/sysemu/
H A Dcryptodev.h92 uint32_t hash_algo; member
238 uint32_t hash_algo; member
/openbmc/linux/security/integrity/evm/
H A Devm_crypto.c74 static struct shash_desc *init_desc(char type, uint8_t hash_algo) in init_desc()
/openbmc/linux/arch/x86/platform/efi/
H A Dquirks.c72 u32 hash_algo; member
/openbmc/u-boot/common/
H A Dhash.c204 static struct hash_algo hash_algo[] = { variable
/openbmc/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth.h136 enum fun_eth_hash_alg hash_algo; member
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_crypto.h203 uint32_t hash_algo; member
513 uint32_t hash_algo; member

12