summaryrefslogtreecommitdiffstats
path: root/include/crypto/internal.h
blob: 0987ccc160d39fc173bdd5957728d8f06e7dde51 (plain)
1
2
3
4
5
6
7
8
9
/*
 * (C) Copyright 2015 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
 *
 * GPL v2 only
 */

int digest_generic_verify(struct digest *d, const unsigned char *md);
int digest_generic_digest(struct digest *d, const void *data,
			  unsigned int len, u8 *out);