iPXE
secure_pipe Struct Reference

A secure channel transmit or receive pipe. More...

#include <channel.h>

Data Fields

struct cipher_algorithmcipher
 Cipher algorithm.
void * ctx
 Cipher context.

Detailed Description

A secure channel transmit or receive pipe.

Definition at line 56 of file channel.h.

Field Documentation

◆ cipher

struct cipher_algorithm* secure_pipe::cipher

◆ ctx

void* secure_pipe::ctx

Cipher context.

Definition at line 60 of file channel.h.

Referenced by channel_clear_cipher(), channel_set_cipher(), tls_new_ciphertext(), and tls_send_record().


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