|
iPXE
|
A TLS variable-length data cursor. More...
#include <tlsfmt.h>
Data Fields | |
| void * | data |
| Data. | |
| size_t | len |
| Length of data. | |
| void* tls_cursor::data |
Data.
Definition at line 188 of file tlsfmt.h.
Referenced by tls_build_extensions(), tls_build_map(), tls_find_param_group(), tls_key_verify(), tls_new_certificate(), tls_new_finished(), tls_new_handshake(), tls_new_server_hello(), tls_new_server_key_exchange(), tls_new_session_ticket(), tls_parse_dhe(), tls_parse_ecdhe(), tls_parse_extensions(), tls_parse_map(), tls_parse_null(), tls_parse_opt_map(), tls_size_map(), and tlsfmt_test_exec().
| size_t tls_cursor::len |
Length of data.
Definition at line 190 of file tlsfmt.h.
Referenced by tls_build_extensions(), tls_build_map(), tls_find_param_group(), tls_key_verify(), tls_new_certificate(), tls_new_finished(), tls_new_handshake(), tls_new_server_hello(), tls_new_server_key_exchange(), tls_new_session_ticket(), tls_parse_dhe(), tls_parse_ecdhe(), tls_parse_extensions(), tls_parse_map(), tls_parse_null(), and tlsfmt_test_exec().