|
iPXE
|
An ASN.1 object builder. More...
#include <asn1.h>
Data Fields | |
| void * | data |
| Data. More... | |
| size_t | len |
| Length of data. More... | |
| void* asn1_builder::data |
Data.
This is always dynamically allocated. If data is NULL while @len is non-zero, this indicates that a memory allocation error has occurred during the building process.
Definition at line 35 of file asn1.h.
Referenced by asn1_grow(), asn1_prepend(), asn1_prepend_raw(), asn1_wrap(), cms_cipher_key(), icert_cert(), ocsp_free(), ocsp_request(), ocsp_uri_string(), privkey_apply_settings(), pubkey_okx(), rsa_decrypt(), rsa_encrypt(), tls_send_certificate_verify(), and tls_send_client_key_exchange_pubkey().
| size_t asn1_builder::len |
Length of data.
Definition at line 37 of file asn1.h.
Referenced by asn1_grow(), asn1_wrap(), cms_cipher_key(), icert_cert(), ocsp_request(), ocsp_uri_string(), privkey_apply_settings(), pubkey_okx(), tls_send_certificate_verify(), and tls_send_client_key_exchange_pubkey().
1.8.15