Searched refs:algo (Results 1 – 8 of 8) sorted by relevance
| /include/u-boot/ |
| A D | hash.h | 24 ssize_t hash_algo_digest_size(enum HASH_ALGO algo); 25 const char *hash_algo_name(enum HASH_ALGO algo); 28 int hash_digest(struct udevice *dev, enum HASH_ALGO algo, 31 int hash_digest_wd(struct udevice *dev, enum HASH_ALGO algo, 34 int hash_init(struct udevice *dev, enum HASH_ALGO algo, void **ctxp); 46 int (*hash_init)(struct udevice *dev, enum HASH_ALGO algo, void **ctxp); 51 int (*hash_digest)(struct udevice *dev, enum HASH_ALGO algo, 56 int (*hash_digest_wd)(struct udevice *dev, enum HASH_ALGO algo,
|
| /include/ |
| 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 | hash.h | 54 int (*hash_init)(struct hash_algo *algo, void **ctxp); 67 int (*hash_update)(struct hash_algo *algo, void *ctx, const void *buf, 81 int (*hash_finish)(struct hash_algo *algo, void *ctx, void *dest_buf,
|
| A D | tpm-v2.h | 797 bool tpm2_algorithm_supported(enum tpm2_algorithms algo); 805 u16 tpm2_algorithm_to_len(enum tpm2_algorithms algo);
|
| A D | image.h | 1258 int fit_image_hash_get_algo(const void *fit, int noffset, const char **algo); 1465 int calculate_hash(const void *data, int data_len, const char *algo, 1848 int fit_image_cipher_get_algo(const void *fit, int noffset, char **algo);
|
| A D | efi_loader.h | 863 int algo_to_len(const char *algo);
|
| /include/crypto/ |
| A D | public_key.h | 35 enum OID algo; member
|
| /include/linux/mtd/ |
| A D | rawnand.h | 615 enum nand_ecc_algo algo; member
|
Completed in 25 milliseconds