Home
last modified time | relevance | path

Searched defs:algo (Results 1 – 25 of 73) sorted by relevance

123

/openbmc/u-boot/common/
H A Dhash.c34 static int hash_init_sha1(struct hash_algo *algo, void **ctxp) in hash_init_sha1()
42 static int hash_update_sha1(struct hash_algo *algo, void *ctx, const void *buf, in hash_update_sha1()
49 static int hash_finish_sha1(struct hash_algo *algo, void *ctx, void *dest_buf, in hash_finish_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()
77 static int hash_finish_sha256(struct hash_algo *algo, void *ctx, void in hash_finish_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()
105 static int hash_finish_sha384(struct hash_algo *algo, void *ctx, void in hash_finish_sha384()
118 static int hash_init_sha512(struct hash_algo *algo, void **ctxp) in hash_init_sha512()
[all …]
/openbmc/u-boot/drivers/crypto/fsl/
H A Dfsl_hash.c45 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/arch/mips/generic/
Dboard-ocelot.its.S
Dboard-jaguar2.its.S
Dboard-luton.its.S
Dboard-ni169445.its.S
Dboard-xilfpga.its.S
Dboard-boston.its.S
Dboard-marduk.its.S
Dboard-serval.its.S
Dvmlinux.its.S
/openbmc/linux/drivers/crypto/virtio/
Dvirtio_crypto_mgr.c
/openbmc/linux/include/linux/
Ddigsig.h
Dvia_i2c.h
Dgenalloc.h
/openbmc/u-boot/drivers/crypto/
H A Daspeed_hace_v1.c158 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()
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/u-boot/lib/rsa/
H A Drsa-checksum.c22 struct hash_algo *algo; in hash_calculate() local
/openbmc/qemu/hw/misc/
H A Daspeed_hace.c79 QCryptoHashAlgo algo; member
354 static void hash_execute_non_acc_mode(AspeedHACEState *s, int algo, in hash_execute_non_acc_mode()
373 static void hash_execute_acc_mode(AspeedHACEState *s, int algo, in hash_execute_acc_mode()
419 static void do_hash_operation(AspeedHACEState *s, int algo, bool sg_mode, in do_hash_operation()
505 int algo; in aspeed_hace_write() local
/openbmc/linux/drivers/media/pci/cx88/
Dcx88-vp3054-i2c.h
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
Dbus.c
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
Dicp_qat_hw_20_comp.h
/openbmc/linux/include/uapi/linux/tc_ematch/
Dtc_em_text.h
/openbmc/phosphor-net-ipmid/
H A Dcrypt_algo.hpp87 static bool isAlgorithmSupported(Algorithms algo) in isAlgorithmSupported()
H A Dintegrity_algo.hpp95 static bool isAlgorithmSupported(Algorithms algo) in isAlgorithmSupported()

123