Home
last modified time | relevance | path

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

/u-boot-v2022.01-rc1/common/
A Dhash.c46 static int __maybe_unused hash_init_sha1(struct hash_algo *algo, void **ctxp) in hash_init_sha1()
54 static int __maybe_unused hash_update_sha1(struct hash_algo *algo, void *ctx, in hash_update_sha1()
62 static int __maybe_unused hash_finish_sha1(struct hash_algo *algo, void *ctx, in hash_finish_sha1()
154 static int hash_init_crc16_ccitt(struct hash_algo *algo, void **ctxp) in hash_init_crc16_ccitt()
162 static int hash_update_crc16_ccitt(struct hash_algo *algo, void *ctx, in hash_update_crc16_ccitt()
170 static int hash_finish_crc16_ccitt(struct hash_algo *algo, void *ctx, in hash_finish_crc16_ccitt()
396 struct hash_algo *algo; in hash_parse_string() local
417 struct hash_algo *algo; in hash_block() local
449 static void store_result(struct hash_algo *algo, const uint8_t *sum, in store_result()
505 static int parse_verify_sum(struct hash_algo *algo, char *verify_str, in parse_verify_sum()
[all …]
A Dimage-sig.c66 struct checksum_algo *algo = &checksum_algos[i]; in image_get_checksum_algo() local
A Dimage-fit.c194 char *algo; in fit_image_print_data() local
1066 int fit_image_hash_get_algo(const void *fit, int noffset, char **algo) in fit_image_hash_get_algo()
1152 int fit_image_cipher_get_algo(const void *fit, int noffset, char **algo) in fit_image_cipher_get_algo()
1268 char *algo; in fit_image_check_hash() local
/u-boot-v2022.01-rc1/drivers/crypto/hash/
A Dhash-uclass.c48 ssize_t hash_algo_digest_size(enum HASH_ALGO algo) in hash_algo_digest_size()
56 const char *hash_algo_name(enum HASH_ALGO algo) in hash_algo_name()
64 int hash_digest(struct udevice *dev, enum HASH_ALGO algo, in hash_digest()
76 int hash_digest_wd(struct udevice *dev, enum HASH_ALGO algo, in hash_digest_wd()
88 int hash_init(struct udevice *dev, enum HASH_ALGO algo, void **ctxp) in hash_init()
A Dhash_sw.c132 enum HASH_ALGO algo; member
194 static int sw_hash_init(struct udevice *dev, enum HASH_ALGO algo, void **ctxp) in sw_hash_init()
234 static int sw_hash_digest_wd(struct udevice *dev, enum HASH_ALGO algo, in sw_hash_digest_wd()
276 static int sw_hash_digest(struct udevice *dev, enum HASH_ALGO algo, in sw_hash_digest()
/u-boot-v2022.01-rc1/drivers/crypto/fsl/
A Dfsl_hash.c48 static enum caam_hash_algos get_hash_type(struct hash_algo *algo) in get_hash_type()
165 unsigned char *pout, enum caam_hash_algos algo) in caam_hash()
218 int hw_sha_init(struct hash_algo *algo, void **ctxp) in hw_sha_init()
223 int hw_sha_update(struct hash_algo *algo, void *ctx, const void *buf, in hw_sha_update()
229 int hw_sha_finish(struct hash_algo *algo, void *ctx, void *dest_buf, in hw_sha_finish()
/u-boot-v2022.01-rc1/lib/ecdsa/
A Decdsa-verify.c60 const struct checksum_algo *algo = info->checksum; in ecdsa_verify_hash() local
101 const struct checksum_algo *algo = info->checksum; in ecdsa_verify() local
A Decdsa-libcrypto.c179 const struct checksum_algo *algo = info->checksum; in do_sign() local
212 const struct checksum_algo *algo = info->checksum; in do_verify() local
/u-boot-v2022.01-rc1/test/dm/
A Decdsa.c24 struct checksum_algo algo = { in dm_test_ecdsa_verify() local
/u-boot-v2022.01-rc1/lib/
A Dhash-checksum.c23 struct hash_algo *algo; in hash_calculate() local
/u-boot-v2022.01-rc1/arch/arm/mach-stm32mp/
A Decdsa_romapi.c69 int algo; in romapi_ecdsa_verify() local
/u-boot-v2022.01-rc1/tools/patman/
A Dtools.py461 def Compress(indata, algo, with_header=True): argument
503 def Decompress(indata, algo, with_header=True): argument
/u-boot-v2022.01-rc1/include/crypto/
A Dpublic_key.h29 enum OID algo; member
/u-boot-v2022.01-rc1/lib/rsa/
A Drsa-verify.c53 struct checksum_algo *algo) in rsa_verify_padding()
450 const char *algo; in rsa_verify_with_keynode() local
/u-boot-v2022.01-rc1/board/freescale/common/
A Dfsl_validate.c490 struct hash_algo *algo; in calc_img_key_hash() local
544 struct hash_algo *algo; in calc_esbchdr_esbc_hash() local
/u-boot-v2022.01-rc1/arch/x86/cpu/quark/
A Dmrc_util.c1378 static void print_timings_internal(uint8_t algo, uint8_t channel, uint8_t rank, in print_timings_internal()
1446 uint8_t algo; in print_timings() local
/u-boot-v2022.01-rc1/tools/
A Dimage-host.c66 char *algo; in fit_image_process_hash() local
/u-boot-v2022.01-rc1/include/linux/mtd/
A Drawnand.h602 enum nand_ecc_algo algo; member

Completed in 37 milliseconds