iPXE
kex_modp4096.c File Reference
#include <ipxe/ffdhe.h>
#include <ipxe/tls.h>

Go to the source code of this file.

Functions

 FILE_LICENCE (GPL2_OR_LATER_OR_UBDL)
 FILE_SECBOOT (PERMITTED)

Variables

struct tls_named_group tls_modp4096_named_group __tls_anon_named_group
 MODP4096 anonymous named group.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )

◆ FILE_SECBOOT()

FILE_SECBOOT ( PERMITTED )

Variable Documentation

◆ __tls_anon_named_group

struct tls_named_group tls_modp4096_named_group __tls_anon_named_group
Initial value:
= {
.exchange = &modp4096_algorithm,
}
struct exchange_algorithm modp4096_algorithm

MODP4096 anonymous named group.

Definition at line 31 of file kex_modp4096.c.

31 {
32 .exchange = &modp4096_algorithm,
33};