/openbmc/u-boot/common/ |
H A D | hash.c | 34 static int hash_init_sha1(struct hash_algo *algo, void **ctxp) in hash_init_sha1() 62 static int hash_init_sha256(struct hash_algo *algo, void **ctxp) in hash_init_sha256() 70 static int hash_update_sha256(struct hash_algo *algo, void *ctx, in hash_update_sha256() 90 static int hash_init_sha384(struct hash_algo *algo, void **ctxp) in hash_init_sha384() 98 static int hash_update_sha384(struct hash_algo *algo, void *ctx, in hash_update_sha384() 118 static int hash_init_sha512(struct hash_algo *algo, void **ctxp) in hash_init_sha512() 173 static int hash_init_crc32(struct hash_algo *algo, void **ctxp) in hash_init_crc32() 181 static int hash_update_crc32(struct hash_algo *algo, void *ctx, in hash_update_crc32() 354 struct hash_algo *algo; in hash_parse_string() local 375 struct hash_algo *algo; in hash_block() local [all …]
|
/openbmc/u-boot/drivers/crypto/fsl/ |
H A D | fsl_hash.c | 45 static enum caam_hash_algos get_hash_type(struct hash_algo *algo) in get_hash_type() 162 unsigned char *pout, enum caam_hash_algos algo) in caam_hash() 215 int hw_sha_init(struct hash_algo *algo, void **ctxp) in hw_sha_init() 220 int hw_sha_update(struct hash_algo *algo, void *ctx, const void *buf, in hw_sha_update() 226 int hw_sha_finish(struct hash_algo *algo, void *ctx, void *dest_buf, in hw_sha_finish()
|
/openbmc/linux/drivers/crypto/intel/keembay/ |
H A D | ocs-hcu.c | 129 static inline u32 ocs_hcu_num_chains(enum ocs_hcu_algo algo) in ocs_hcu_num_chains() 144 static inline u32 ocs_hcu_digest_size(enum ocs_hcu_algo algo) in ocs_hcu_digest_size() 245 enum ocs_hcu_algo algo) in ocs_hcu_get_intermediate_data() 288 enum ocs_hcu_algo algo) in ocs_hcu_set_intermediate_data() 308 enum ocs_hcu_algo algo, u8 *dgst, size_t dgst_len) in ocs_hcu_get_digest() 341 static int ocs_hcu_hw_cfg(struct ocs_hcu_dev *hcu_dev, enum ocs_hcu_algo algo, in ocs_hcu_hw_cfg() 586 int ocs_hcu_hash_init(struct ocs_hcu_hash_ctx *ctx, enum ocs_hcu_algo algo) in ocs_hcu_hash_init() 726 int ocs_hcu_digest(struct ocs_hcu_dev *hcu_dev, enum ocs_hcu_algo algo, in ocs_hcu_digest() 777 int ocs_hcu_hmac(struct ocs_hcu_dev *hcu_dev, enum ocs_hcu_algo algo, in ocs_hcu_hmac()
|
/openbmc/linux/arch/mips/generic/ |
H A D | board-ocelot.its.S | 11 algo = "sha1"; define 22 algo = "sha1"; define
|
H A D | board-jaguar2.its.S | 11 algo = "sha1"; define 21 algo = "sha1"; define
|
H A D | board-xilfpga.its.S | 10 algo = "sha1"; define
|
H A D | board-boston.its.S | 10 algo = "sha1"; define
|
H A D | board-ni169445.its.S | 10 algo = "sha1"; define
|
H A D | board-luton.its.S | 11 algo = "sha1"; define
|
H A D | board-marduk.its.S | 10 algo = "sha1"; define
|
H A D | board-serval.its.S | 11 algo = "sha1"; define
|
H A D | vmlinux.its.S | 19 algo = "sha1"; define
|
/openbmc/linux/net/ipv6/ |
H A D | seg6_hmac.c | 105 struct seg6_hmac_algo *algo; in __hmac_get_algo() local 121 struct seg6_hmac_algo *algo; in __do_hmac() local 353 struct seg6_hmac_algo *algo; in seg6_hmac_init_algo() local 419 struct seg6_hmac_algo *algo = NULL; in seg6_hmac_exit() local
|
/openbmc/linux/drivers/crypto/virtio/ |
H A D | virtio_crypto_mgr.c | 185 uint32_t algo) in virtcrypto_get_dev_node() 286 uint32_t algo) in virtcrypto_algo_is_supported()
|
/openbmc/linux/lib/raid6/ |
H A D | algos.c | 140 const struct raid6_recov_calls *const *algo; in raid6_choose_recov() local 164 const struct raid6_calls *const *algo; in raid6_choose_gen() local
|
/openbmc/linux/crypto/ |
H A D | tcrypt.c | 243 static void test_mb_aead_speed(const char *algo, int enc, int secs, in test_mb_aead_speed() 518 static void test_aead_speed(const char *algo, int enc, unsigned int secs, in test_aead_speed() 866 static void test_ahash_speed_common(const char *algo, unsigned int secs, in test_ahash_speed_common() 947 static void test_ahash_speed(const char *algo, unsigned int secs, in test_ahash_speed() 953 static void test_hash_speed(const char *algo, unsigned int secs, in test_hash_speed() 1060 static void test_mb_skcipher_speed(const char *algo, int enc, int secs, in test_mb_skcipher_speed() 1293 static void test_skcipher_speed(const char *algo, int enc, unsigned int secs, in test_skcipher_speed() 1423 static void test_acipher_speed(const char *algo, int enc, unsigned int secs, in test_acipher_speed() 1431 static void test_cipher_speed(const char *algo, int enc, unsigned int secs, in test_cipher_speed()
|
/openbmc/linux/include/linux/ |
H A D | digsig.h | 30 uint8_t algo; member 38 uint8_t algo; member
|
H A D | genalloc.h | 63 genpool_algo_t algo; /* allocation function */ member 136 size_t size, genpool_algo_t algo, void *data) in gen_pool_alloc_algo()
|
H A D | via_i2c.h | 17 struct i2c_algo_bit_data algo; member
|
/openbmc/u-boot/drivers/crypto/ |
H A D | aspeed_hace_v1.c | 158 int hw_sha_init(struct hash_algo *algo, void **ctxp) in hw_sha_init() 196 int hw_sha_update(struct hash_algo *algo, void *hash_ctx, const void *buf, in hw_sha_update() 219 int hw_sha_finish(struct hash_algo *algo, void *hash_ctx, void *dest_buf, int size) in hw_sha_finish()
|
/openbmc/linux/security/integrity/ima/ |
H A D | ima_crypto.c | 62 enum hash_algo algo; member 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() local 290 static struct crypto_ahash *ima_alloc_atfm(enum hash_algo algo) in ima_alloc_atfm()
|
/openbmc/u-boot/lib/rsa/ |
H A D | rsa-checksum.c | 22 struct hash_algo *algo; in hash_calculate() local
|
/openbmc/linux/drivers/media/pci/cx88/ |
H A D | cx88-vp3054-i2c.h | 13 struct i2c_algo_bit_data algo; member
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
H A D | bus.c | 169 struct i2c_algo_bit_data *algo = bus->i2c.algo_data; in nvkm_i2c_bus_probe() local 184 struct i2c_algo_bit_data *algo = bus->i2c.algo_data; in nvkm_i2c_bus_probe() local
|
/openbmc/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | icp_qat_hw_20_comp.h | 11 enum icp_qat_hw_comp_20_hw_comp_format algo; member 115 enum icp_qat_hw_decomp_20_hw_comp_format algo; member
|