|
iPXE
|
A public-key signature test. More...
#include <pubkey_test.h>
Data Fields | |
| struct pubkey_algorithm * | pubkey |
| Public-key algorithm. More... | |
| const struct asn1_cursor | private |
| Private key. More... | |
| const struct asn1_cursor | public |
| Public key. More... | |
| const void * | plaintext |
| Plaintext. More... | |
| size_t | plaintext_len |
| Plaintext length. More... | |
| struct digest_algorithm * | digest |
| Signature algorithm. More... | |
| const struct asn1_cursor | signature |
| Signature. More... | |
A public-key signature test.
Definition at line 30 of file pubkey_test.h.
| struct pubkey_algorithm* pubkey_sign_test::pubkey |
Public-key algorithm.
Definition at line 32 of file pubkey_test.h.
| const struct asn1_cursor pubkey_sign_test::private |
Private key.
Definition at line 34 of file pubkey_test.h.
| const struct asn1_cursor pubkey_sign_test::public |
Public key.
Definition at line 36 of file pubkey_test.h.
| const void* pubkey_sign_test::plaintext |
Plaintext.
Definition at line 38 of file pubkey_test.h.
| size_t pubkey_sign_test::plaintext_len |
Plaintext length.
Definition at line 40 of file pubkey_test.h.
| struct digest_algorithm* pubkey_sign_test::digest |
Signature algorithm.
Definition at line 42 of file pubkey_test.h.
| const struct asn1_cursor pubkey_sign_test::signature |
Signature.
Definition at line 44 of file pubkey_test.h.
1.8.15