Home
last modified time | relevance | path

Searched refs:hash_algo (Results 26 – 50 of 68) sorted by relevance

123

/openbmc/linux/include/linux/
H A Dima.h18 extern enum hash_algo ima_get_current_hash_algo(void);
55 static inline enum hash_algo ima_get_current_hash_algo(void) in ima_get_current_hash_algo()
H A Decryptfs.h69 s32 hash_algo; member
/openbmc/u-boot/include/dm/
H A Dof_extra.h30 enum fmap_hash_t hash_algo; /* Hash algorithm */ member
/openbmc/u-boot/lib/rsa/
H A Drsa-checksum.c22 struct hash_algo *algo; in hash_calculate()
/openbmc/linux/security/keys/encrypted-keys/
H A Decryptfs_format.c73 auth_tok->token.password.hash_algo = PGP_DIGEST_ALGO_SHA512; in ecryptfs_fill_auth_tok()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-crypto.h49 uint32_t hash_algo; member
/openbmc/qemu/include/sysemu/
H A Dcryptodev.h92 uint32_t hash_algo; member
238 uint32_t hash_algo; member
/openbmc/u-boot/drivers/crypto/
H A Daspeed_hace.c156 int hw_sha_init(struct hash_algo *algo, void **ctxp) in hw_sha_init()
202 int hw_sha_update(struct hash_algo *algo, void *hash_ctx, const void *buf, in hw_sha_update()
248 int hw_sha_finish(struct hash_algo *algo, void *hash_ctx, void *dest_buf, int size) in hw_sha_finish()
/openbmc/linux/fs/verity/
H A Dmeasure.c85 u8 *alg, enum hash_algo *halg) in fsverity_get_digest()
H A Dfsverity_private.h31 enum hash_algo algo_id;
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_crypto.h203 uint32_t hash_algo; member
513 uint32_t hash_algo; member
/openbmc/linux/include/uapi/linux/
H A Dvirtio_crypto.h203 __le32 hash_algo; member
513 __le32 hash_algo; member
/openbmc/linux/include/crypto/
H A Dpublic_key.h49 const char *hash_algo; member
/openbmc/linux/security/integrity/ima/
H A Dima_crypto.c62 enum hash_algo algo;
91 static struct crypto_shash *ima_alloc_tfm(enum hash_algo algo) in ima_alloc_tfm()
117 enum hash_algo algo; in ima_init_crypto()
290 static struct crypto_ahash *ima_alloc_atfm(enum hash_algo algo) in ima_alloc_atfm()
H A Dima_api.c207 enum hash_algo alg; in ima_get_verity_digest()
242 enum hash_algo algo, struct modsig *modsig) in ima_collect_measurement()
/openbmc/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_common.h61 u32 hash_algo; member
H A Dvirtio_crypto_akcipher_algs.c370 int hash_algo) in virtio_crypto_rsa_set_key() argument
424 para.u.rsa.hash_algo = cpu_to_le32(hash_algo); in virtio_crypto_rsa_set_key()
H A Dvirtio_crypto_mgr.c309 algo_mask = vcrypto->hash_algo; in virtcrypto_algo_is_supported()
/openbmc/u-boot/drivers/core/
H A Dof_extra.c43 entry->hash_algo = prop ? FMAP_HASH_SHA256 : FMAP_HASH_NONE; in ofnode_read_fmap_entry()
/openbmc/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth.h136 enum fun_eth_hash_alg hash_algo; member
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3_common/
H A Dhclge_comm_rss.h103 const u8 hfunc, u8 *hash_algo);
/openbmc/qemu/hw/virtio/
H A Dvirtio-crypto.c236 asym_info->u.rsa.hash_algo = in virtio_crypto_create_asym_session()
237 ldl_le_p(&sess_req->para.u.rsa.hash_algo); in virtio_crypto_create_asym_session()
1040 vcrypto->conf.hash_algo = vcrypto->conf.cryptodev->conf.hash_algo; in virtio_crypto_init_config()
1151 stl_le_p(&crypto_cfg.hash_algo, c->conf.hash_algo); in virtio_crypto_get_config()
/openbmc/qemu/backends/
H A Dcryptodev-builtin.c99 backend->conf.hash_algo = 1u << VIRTIO_CRYPTO_HASH_SHA1; in cryptodev_builtin_init()
322 sess_info->u.rsa.hash_algo, &opts.u.rsa, errp) != 0) { in cryptodev_builtin_create_akcipher_session()
/openbmc/linux/crypto/asymmetric_keys/
H A Dasymmetric_type.c601 .hash_algo = params->hash_algo, in asymmetric_key_verify_signature()
/openbmc/linux/security/integrity/
H A Dintegrity.h138 uint8_t hash_algo; /* Digest algorithm [enum hash_algo] */ member

123