repo.or.cz
/
gpxe.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[contrib] Allow Network Protocol header to display in rom-o-matic
[gpxe.git]
/
src
/
include
/
gpxe
/
rsa.h
blob
5052ad46f84bd556368cab177acce06d8afc9527
1
#ifndef _GPXE_RSA_H
2
#define _GPXE_RSA_H
3
4
FILE_LICENCE
(
GPL2_OR_LATER
);
5
6
struct
pubkey_algorithm
;
7
8
extern
struct
pubkey_algorithm rsa_algorithm
;
9
10
#include
"crypto/axtls/crypto.h"
11
12
#endif
/* _GPXE_RSA_H */