Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Dhash.h20 struct hash_algo { struct
40 * @algo: Pointer to the hash_algo struct argument
44 int (*hash_init)(struct hash_algo *algo, void **ctxp); argument
57 int (*hash_update)(struct hash_algo *algo, void *ctx, const void *buf, argument
71 int (*hash_finish)(struct hash_algo *algo, void *ctx, void *dest_buf, argument
/third_party/uboot/u-boot-2020.01/include/dm/
Dof_extra.h30 enum fmap_hash_t hash_algo; /* Hash algorithm */ member
/third_party/uboot/u-boot-2020.01/include/crypto/
Dpublic_key.h49 const char *hash_algo; member
/third_party/uboot/u-boot-2020.01/lib/crypto/
Dpublic_key.c95 const char *hash_algo, in software_key_determine_akcipher()
/third_party/uboot/u-boot-2020.01/common/
Dhash.c154 static struct hash_algo hash_algo[] = { variable
/third_party/openssl/crypto/ts/
Dts_local.h16 X509_ALGOR *hash_algo; member