Home
last modified time | relevance | path

Searched refs:algo (Results 1 – 8 of 8) sorted by relevance

/include/u-boot/
A Dhash.h24 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 Dhw_sha.h70 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 Dhash.h54 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 Dtpm-v2.h797 bool tpm2_algorithm_supported(enum tpm2_algorithms algo);
805 u16 tpm2_algorithm_to_len(enum tpm2_algorithms algo);
A Dimage.h1258 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 Defi_loader.h863 int algo_to_len(const char *algo);
/include/crypto/
A Dpublic_key.h35 enum OID algo; member
/include/linux/mtd/
A Drawnand.h615 enum nand_ecc_algo algo; member

Completed in 25 milliseconds