Searched defs:algo (Results 1 – 25 of 73) sorted by relevance
123
/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() 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 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/arch/mips/generic/ |
D | board-ocelot.its.S |
|
D | board-jaguar2.its.S |
|
D | board-luton.its.S |
|
D | board-ni169445.its.S |
|
D | board-xilfpga.its.S |
|
D | board-boston.its.S |
|
D | board-marduk.its.S |
|
D | board-serval.its.S |
|
D | vmlinux.its.S |
|
/openbmc/linux/drivers/crypto/virtio/ |
D | virtio_crypto_mgr.c |
|
/openbmc/linux/include/linux/ |
D | digsig.h |
|
D | via_i2c.h |
|
D | genalloc.h |
|
/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()
|
H A D | aspeed_hace.c | 156 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 D | rsa-checksum.c | 22 struct hash_algo *algo; in hash_calculate() local
|
/openbmc/qemu/hw/misc/ |
H A D | aspeed_hace.c | 79 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/ |
D | cx88-vp3054-i2c.h |
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
D | bus.c |
|
/openbmc/linux/drivers/crypto/intel/qat/qat_common/ |
D | icp_qat_hw_20_comp.h |
|
/openbmc/linux/include/uapi/linux/tc_ematch/ |
D | tc_em_text.h |
|
/openbmc/phosphor-net-ipmid/ |
H A D | crypt_algo.hpp | 87 static bool isAlgorithmSupported(Algorithms algo) in isAlgorithmSupported()
|
H A D | integrity_algo.hpp | 95 static bool isAlgorithmSupported(Algorithms algo) in isAlgorithmSupported()
|
123