Searched refs:hash_algo (Results 1 – 5 of 5) sorted by relevance
| /include/ |
| A D | hash.h | 30 struct hash_algo { struct 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 136 int hash_lookup_algo(const char *algo_name, struct hash_algo **algop); 150 struct hash_algo **algop);
|
| A D | hw_sha.h | 70 int hw_sha_init(struct hash_algo *algo, void **ctxp); 84 int hw_sha_update(struct hash_algo *algo, void *ctx, const void *buf, 98 int hw_sha_finish(struct hash_algo *algo, void *ctx, void *dest_buf,
|
| A D | efi_loader.h | 1105 void **hash, const char *hash_algo, int *len);
|
| /include/dm/ |
| A D | of_extra.h | 34 enum fmap_hash_t hash_algo; /* Hash algorithm */ member
|
| /include/crypto/ |
| A D | public_key.h | 55 const char *hash_algo; member
|
Completed in 11 milliseconds