Searched defs:hash_algo (Results 1 – 6 of 6) sorted by relevance
20 struct hash_algo { struct40 * @algo: Pointer to the hash_algo struct argument44 int (*hash_init)(struct hash_algo *algo, void **ctxp); argument57 int (*hash_update)(struct hash_algo *algo, void *ctx, const void *buf, argument71 int (*hash_finish)(struct hash_algo *algo, void *ctx, void *dest_buf, argument
30 enum fmap_hash_t hash_algo; /* Hash algorithm */ member
49 const char *hash_algo; member
95 const char *hash_algo, in software_key_determine_akcipher()
154 static struct hash_algo hash_algo[] = { variable
16 X509_ALGOR *hash_algo; member