iPXE
pubkey_encryption_test Struct Reference

A public-key encryption/decryption 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 struct asn1_cursor plaintext
 Plaintext.
const struct asn1_cursor ciphertext
 Ciphertext.

Detailed Description

A public-key encryption/decryption test.

Definition at line 21 of file pubkey_test.h.

Field Documentation

◆ key

const struct pubkey_test* pubkey_encryption_test::key

Test key.

Definition at line 23 of file pubkey_test.h.

◆ random

const void* pubkey_encryption_test::random

Random data input.

Definition at line 25 of file pubkey_test.h.

◆ random_len

size_t pubkey_encryption_test::random_len

Random data input length.

Definition at line 27 of file pubkey_test.h.

◆ plaintext

const struct asn1_cursor pubkey_encryption_test::plaintext

Plaintext.

Definition at line 29 of file pubkey_test.h.

◆ ciphertext

const struct asn1_cursor pubkey_encryption_test::ciphertext

Ciphertext.

Definition at line 31 of file pubkey_test.h.


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