|
iPXE
|
A secure channel transmit or receive pipe. More...
#include <channel.h>
Data Fields | |
| struct cipher_algorithm * | cipher |
| Cipher algorithm. | |
| void * | ctx |
| Cipher context. | |
| struct cipher_algorithm* secure_pipe::cipher |
Cipher algorithm.
Definition at line 58 of file channel.h.
Referenced by channel_clear_cipher(), channel_set_cipher(), tls_iob_reserved(), tls_new_ciphertext(), tls_newdata_process_header(), and tls_send_record().
| 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().