Home
last modified time | relevance | path

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

/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 …]
H A Dimage-fit.c168 char *algo; in fit_image_print_data() local
1012 int fit_image_hash_get_algo(const void *fit, int noffset, char **algo) in fit_image_hash_get_algo()
1141 struct hash_algo *algo; in calculate_hash() local
1159 char *algo; in fit_image_check_hash() local
/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/u-boot/lib/rsa/
H A Drsa-checksum.c22 struct hash_algo *algo; in hash_calculate() local
H A Drsa-verify.c38 struct checksum_algo *algo) in rsa_verify_padding()
/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/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()
H A Dauth_algo.hpp105 static bool isAlgorithmSupported(Algorithms algo) in isAlgorithmSupported()
/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/qemu/include/standard-headers/linux/
H A Dvirtio_crypto.h66 uint32_t algo; member
88 uint32_t algo; member
125 uint32_t algo; member
153 uint32_t algo; member
171 uint32_t algo; member
222 uint32_t algo; member
339 uint32_t algo; member
/openbmc/qemu/backends/
H A Dcryptodev-builtin.c138 int algo; in cryptodev_builtin_get_aes_algo() local
221 int algo; in cryptodev_builtin_create_cipher_session() local
/openbmc/bios-settings-mgr/src/
H A Dpassword.cpp65 const std::string& rawData, const std::string& algo) in isMatch()
/openbmc/u-boot/board/freescale/common/
H A Dfsl_validate.c487 struct hash_algo *algo; in calc_img_key_hash() local
535 struct hash_algo *algo; in calc_esbchdr_esbc_hash() local
/openbmc/u-boot/arch/x86/cpu/quark/
H A Dmrc_util.c1377 static void print_timings_internal(uint8_t algo, uint8_t channel, uint8_t rank, in print_timings_internal()
1445 uint8_t algo; in print_timings() local
/openbmc/u-boot/lib/
H A Dtpm-v2.c288 u16 algo; in tcg2_replay_eventlog() local
377 u16 algo; in tcg2_log_parse() local
/openbmc/u-boot/tools/
H A Dimage-host.c65 char *algo; in fit_image_process_hash() local
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dserver.py169 def hash_token(algo, salt, token): argument
/openbmc/qemu/include/system/
H A Dcryptodev.h97 uint32_t algo; member
/openbmc/qemu/hw/virtio/
H A Dvirtio-crypto.c206 uint32_t algo, keytype, keylen; in virtio_crypto_create_asym_session() local
/openbmc/u-boot/cmd/
H A Dotp.c1889 struct hash_algo *algo; in do_hash() local
/openbmc/u-boot/include/linux/mtd/
H A Drawnand.h593 enum nand_ecc_algo algo; member
/openbmc/intel-ipmi-oem/src/
H A Doemcommands.cpp2617 auto algo = in ipmiOEMGetCRConfig() local