iPXE
pubkey_signature_test Struct Reference

A public-key signature/verification test. More...

#include <pubkey_test.h>

Data Fields

const struct pubkey_testkey
 Test key.
const void * random
 Random data input.
size_t random_len
 Random data input length.
const void * plaintext
 Plaintext.
size_t plaintext_len
 Plaintext length.
struct digest_algorithmdigest
 Signature algorithm.
const struct asn1_cursor signature
 Signature.

Detailed Description

A public-key signature/verification test.

Definition at line 35 of file pubkey_test.h.

Field Documentation

◆ key

const struct pubkey_test* pubkey_signature_test::key

Test key.

Definition at line 37 of file pubkey_test.h.

◆ random

const void* pubkey_signature_test::random

Random data input.

Definition at line 39 of file pubkey_test.h.

◆ random_len

size_t pubkey_signature_test::random_len

Random data input length.

Definition at line 41 of file pubkey_test.h.

◆ plaintext

const void* pubkey_signature_test::plaintext

Plaintext.

Definition at line 43 of file pubkey_test.h.

◆ plaintext_len

size_t pubkey_signature_test::plaintext_len

Plaintext length.

Definition at line 45 of file pubkey_test.h.

◆ digest

struct digest_algorithm* pubkey_signature_test::digest

Signature algorithm.

Definition at line 47 of file pubkey_test.h.

◆ signature

const struct asn1_cursor pubkey_signature_test::signature

Signature.

Definition at line 49 of file pubkey_test.h.


The documentation for this struct was generated from the following file: