/external/u-boot/common/ |
D | hash.c | 33 static int hash_init_sha1(struct hash_algo *algo, void **ctxp) in hash_init_sha1() 41 static int hash_update_sha1(struct hash_algo *algo, void *ctx, const void *buf, in hash_update_sha1() 48 static int hash_finish_sha1(struct hash_algo *algo, void *ctx, void *dest_buf, in hash_finish_sha1() 61 static int hash_init_sha256(struct hash_algo *algo, void **ctxp) in hash_init_sha256() 69 static int hash_update_sha256(struct hash_algo *algo, void *ctx, in hash_update_sha256() 76 static int hash_finish_sha256(struct hash_algo *algo, void *ctx, void in hash_finish_sha256() 88 static int hash_init_crc32(struct hash_algo *algo, void **ctxp) in hash_init_crc32() 96 static int hash_update_crc32(struct hash_algo *algo, void *ctx, in hash_update_crc32() 103 static int hash_finish_crc32(struct hash_algo *algo, void *ctx, void *dest_buf, in hash_finish_crc32() 119 static struct hash_algo hash_algo[] = { variable [all …]
|
/external/u-boot/include/ |
D | hash.h | 20 struct hash_algo { struct 44 int (*hash_init)(struct hash_algo *algo, void **ctxp); argument 57 int (*hash_update)(struct hash_algo *algo, void *ctx, const void *buf, argument 71 int (*hash_finish)(struct hash_algo *algo, void *ctx, void *dest_buf, argument 126 int hash_lookup_algo(const char *algo_name, struct hash_algo **algop); 140 struct hash_algo **algop);
|
D | hw_sha.h | 44 int hw_sha_init(struct hash_algo *algo, void **ctxp); 58 int hw_sha_update(struct hash_algo *algo, void *ctx, const void *buf, 72 int hw_sha_finish(struct hash_algo *algo, void *ctx, void *dest_buf,
|
/external/u-boot/drivers/crypto/fsl/ |
D | fsl_hash.c | 45 static enum caam_hash_algos get_hash_type(struct hash_algo *algo) in get_hash_type() 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/docker/scripts/llvm_checksum/ |
D | llvm_checksum.py | 79 hash_algo = hashlib.sha256 111 hasher = hash_algo() 122 hasher = hash_algo()
|
/external/kmod/libkmod/ |
D | libkmod-signature.c | 115 sig_info->hash_algo = pkey_hash_algo[modsig->hash]; in fill_default() 272 sig_info->hash_algo = pkey_hash_algo[obj_to_hash_algo(o)]; in fill_pkcs7() 302 sig_info->hash_algo = "unknown"; in fill_pkcs7()
|
D | libkmod-internal.h | 188 const char *algo, *hash_algo, *id_type; member
|
D | libkmod-module.c | 2338 sig_info.hash_algo, strlen(sig_info.hash_algo)); in kmod_module_get_info()
|
/external/kernel-headers/original/uapi/linux/ |
D | hash_info.h | 17 enum hash_algo { enum
|
D | virtio_crypto.h | 433 __u32 hash_algo; member
|
/external/u-boot/include/dm/ |
D | of_extra.h | 29 enum fmap_hash_t hash_algo; /* Hash algorithm */ member
|
/external/u-boot/drivers/core/ |
D | of_extra.c | 32 entry->hash_algo = prop ? FMAP_HASH_SHA256 : FMAP_HASH_NONE; in of_read_fmap_entry()
|
/external/u-boot/lib/rsa/ |
D | rsa-checksum.c | 22 struct hash_algo *algo; in hash_calculate()
|
/external/u-boot/board/freescale/common/ |
D | fsl_validate.c | 487 struct hash_algo *algo; in calc_img_key_hash() 535 struct hash_algo *algo; in calc_esbchdr_esbc_hash()
|
/external/u-boot/drivers/dfu/ |
D | dfu.c | 22 static struct hash_algo *dfu_hash_algo;
|
/external/u-boot/tools/buildman/ |
D | README | 770 hash_algo 16 - -16 778 hash_algo 16 - -16 786 hash_algo 16 - -16 815 hash_algo 16 - -16
|