/u-boot-v2022.01-rc1/common/ |
A D | hash.c | 46 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 D | image-sig.c | 66 struct checksum_algo *algo = &checksum_algos[i]; in image_get_checksum_algo() local
|
A D | image-fit.c | 194 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 D | hash-uclass.c | 48 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 D | hash_sw.c | 132 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 D | fsl_hash.c | 48 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 D | ecdsa-verify.c | 60 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 D | ecdsa-libcrypto.c | 179 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 D | ecdsa.c | 24 struct checksum_algo algo = { in dm_test_ecdsa_verify() local
|
/u-boot-v2022.01-rc1/lib/ |
A D | hash-checksum.c | 23 struct hash_algo *algo; in hash_calculate() local
|
/u-boot-v2022.01-rc1/arch/arm/mach-stm32mp/ |
A D | ecdsa_romapi.c | 69 int algo; in romapi_ecdsa_verify() local
|
/u-boot-v2022.01-rc1/tools/patman/ |
A D | tools.py | 461 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 D | public_key.h | 29 enum OID algo; member
|
/u-boot-v2022.01-rc1/lib/rsa/ |
A D | rsa-verify.c | 53 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 D | fsl_validate.c | 490 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 D | mrc_util.c | 1378 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 D | image-host.c | 66 char *algo; in fit_image_process_hash() local
|
/u-boot-v2022.01-rc1/include/linux/mtd/ |
A D | rawnand.h | 602 enum nand_ecc_algo algo; member
|