|
iPXE
|
A public-key test. More...
#include <pubkey_test.h>
Data Fields | |
| struct pubkey_algorithm * | pubkey |
| Public-key algorithm. | |
| const struct asn1_cursor | private |
| Private key. | |
| const struct asn1_cursor | public |
| Public key. | |
A public-key test.
Definition at line 11 of file pubkey_test.h.
| struct pubkey_algorithm* pubkey_test::pubkey |
Public-key algorithm.
Definition at line 13 of file pubkey_test.h.
| const struct asn1_cursor pubkey_test::private |
Private key.
Definition at line 15 of file pubkey_test.h.
| const struct asn1_cursor pubkey_test::public |
Public key.
Definition at line 17 of file pubkey_test.h.