Home
last modified time | relevance | path

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

/u-boot/common/
A Dhash.c45 static int hash_init_sha1(struct hash_algo *algo, void **ctxp) in hash_init_sha1()
73 static int hash_init_sha256(struct hash_algo *algo, void **ctxp) in hash_init_sha256()
81 static int hash_update_sha256(struct hash_algo *algo, void *ctx, in hash_update_sha256()
101 static int hash_init_sha384(struct hash_algo *algo, void **ctxp) in hash_init_sha384()
109 static int hash_update_sha384(struct hash_algo *algo, void *ctx, in hash_update_sha384()
129 static int hash_init_sha512(struct hash_algo *algo, void **ctxp) in hash_init_sha512()
184 static int hash_init_crc32(struct hash_algo *algo, void **ctxp) in hash_init_crc32()
192 static int hash_update_crc32(struct hash_algo *algo, void *ctx, in hash_update_crc32()
368 struct hash_algo *algo; in hash_parse_string() local
389 struct hash_algo *algo; in hash_block() local
[all …]
A Dimage-fit.c190 char *algo; in fit_image_print_data() local
1060 int fit_image_hash_get_algo(const void *fit, int noffset, char **algo) in fit_image_hash_get_algo()
1146 int fit_image_cipher_get_algo(const void *fit, int noffset, char **algo) in fit_image_cipher_get_algo()
1213 int calculate_hash(const void *data, int data_len, const char *algo, in calculate_hash()
1252 char *algo; in fit_image_check_hash() local
/u-boot/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/lib/rsa/
A Drsa-checksum.c22 struct hash_algo *algo; in hash_calculate() local
A Drsa-verify.c53 struct checksum_algo *algo) in rsa_verify_padding()
442 const char *algo; in rsa_verify_with_keynode() local
/u-boot/tools/patman/
A Dtools.py458 def Compress(indata, algo, with_header=True): argument
495 def Decompress(indata, algo, with_header=True): argument
/u-boot/include/crypto/
A Dpublic_key.h29 enum OID algo; member
/u-boot/board/freescale/common/
A Dfsl_validate.c489 struct hash_algo *algo; in calc_img_key_hash() local
537 struct hash_algo *algo; in calc_esbchdr_esbc_hash() local
/u-boot/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/tools/
A Dimage-host.c66 char *algo; in fit_image_process_hash() local
/u-boot/include/linux/mtd/
A Drawnand.h602 enum nand_ecc_algo algo; member

Completed in 25 milliseconds