Searched defs:hash_algo (Results 1 – 9 of 9) sorted by relevance
| /u-boot/include/ |
| A D | hash.h | 30 struct hash_algo { struct 50 * @algo: Pointer to the hash_algo struct argument 54 int (*hash_init)(struct hash_algo *algo, void **ctxp); argument 67 int (*hash_update)(struct hash_algo *algo, void *ctx, const void *buf, argument 81 int (*hash_finish)(struct hash_algo *algo, void *ctx, void *dest_buf, argument
|
| /u-boot/lib/efi_loader/ |
| A D | efi_signature.c | 129 void **hash, const char *hash_algo, int *len) in efi_hash_regions() 217 const char *hash_algo = NULL; in efi_signature_lookup_digest() local 289 const char *hash_algo = NULL; in efi_lookup_certificate() local 432 const char *hash_algo = NULL; in efi_signature_check_revocation() local
|
| /u-boot/include/dm/ |
| A D | of_extra.h | 34 enum fmap_hash_t hash_algo; /* Hash algorithm */ member
|
| /u-boot/include/crypto/ |
| A D | public_key.h | 49 const char *hash_algo; member
|
| /u-boot/lib/crypto/ |
| A D | pkcs7_verify.c | 250 enum hash_algo *hash_algo) in pkcs7_get_digest()
|
| A D | public_key.c | 159 const char *hash_algo, in software_key_determine_akcipher()
|
| /u-boot/tools/ |
| A D | fit_image.c | 217 const char *hash_algo = "crc32"; in fit_add_hash_or_sign() local
|
| /u-boot/common/ |
| A D | hash.c | 213 static struct hash_algo hash_algo[] = { variable
|
| /u-boot/boot/ |
| A D | image-fit.c | 1258 enum HASH_ALGO hash_algo; in calculate_hash() local
|
Completed in 20 milliseconds