summaryrefslogtreecommitdiff
path: root/keypair.h
blob: f65a88c0001a390e322c41951a8012788142d349 (plain)
1
2
3
4
5
6
7
#ifndef KEYPAIR_H
#define KEYPAIR_H

extern void generate_keypair(void);
extern void verify_keypair(void);

#endif /* KEYPAIR_H */
on>mode:
authorDavid S. Miller <davem@davemloft.net>2017-02-03 17:28:21 -0500
committerDavid S. Miller <davem@davemloft.net>2017-02-03 17:28:21 -0500
commit7a655c6324a8968ea2f027bf3660c87c42ac3de4 (patch)
treeec7fe4efaad20f994a9ee78ab561175cf347f913
parent508aac6dee025f93eab1e806d20762ea6327b43d (diff)
enic: Remove local ndo_busy_poll() implementation.
We do polling generically these days. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat