iPXE
Data Fields
x25519_key_test Struct Reference

An X25519 key exchange self-test. More...

Data Fields

struct x25519_value base
 Base. More...
 
struct x25519_value scalar
 Scalar. More...
 
struct x25519_value expected
 Expected result. More...
 
unsigned int count
 Number of iterations. More...
 
int fail
 Key exchange is expected to fail (i.e. More...
 

Detailed Description

An X25519 key exchange self-test.

Definition at line 130 of file x25519_test.c.

Field Documentation

◆ base

struct x25519_value x25519_key_test::base

Base.

Definition at line 132 of file x25519_test.c.

◆ scalar

struct x25519_value x25519_key_test::scalar

Scalar.

Definition at line 134 of file x25519_test.c.

◆ expected

struct x25519_value x25519_key_test::expected

Expected result.

Definition at line 136 of file x25519_test.c.

◆ count

unsigned int x25519_key_test::count

Number of iterations.

Definition at line 138 of file x25519_test.c.

◆ fail

int x25519_key_test::fail

Key exchange is expected to fail (i.e.

produce all-zeroes)

Definition at line 140 of file x25519_test.c.


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