Home
last modified time | relevance | path

Searched defs:hash_algo (Results 1 – 6 of 6) sorted by relevance

/u-boot/include/
A Dhash.h26 struct hash_algo { struct
46 * @algo: Pointer to the hash_algo struct argument
50 int (*hash_init)(struct hash_algo *algo, void **ctxp); argument
63 int (*hash_update)(struct hash_algo *algo, void *ctx, const void *buf, argument
77 int (*hash_finish)(struct hash_algo *algo, void *ctx, void *dest_buf, argument
/u-boot/include/dm/
A Dof_extra.h30 enum fmap_hash_t hash_algo; /* Hash algorithm */ member
/u-boot/include/crypto/
A Dpublic_key.h49 const char *hash_algo; member
/u-boot/lib/crypto/
A Dpkcs7_verify.c246 enum hash_algo *hash_algo) in pkcs7_get_digest()
A Dpublic_key.c162 const char *hash_algo, in software_key_determine_akcipher()
/u-boot/common/
A Dhash.c215 static struct hash_algo hash_algo[] = { variable

Completed in 13 milliseconds