mbed TLS Library
mbedtls_asn1_named_data
is only used within mbed TLS Library.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Raspberry Pi Pico SDK and Examples
mbed TLS Library
mbedtls_asn1_named_data
mbedtls_asn1_named_data struct
Container for a sequence or list of 'named' ASN.1 data items
Syntax
Show:
Summary
Declaration
from
asn1.h:172
typedef
struct
mbedtls_asn1_named_data
{
mbedtls_asn1_buf
oid
;
mbedtls_asn1_buf
val
;
struct
mbedtls_asn1_named_data
*
next
;
unsigned
char
next_merged
;
}
mbedtls_asn1_named_data
;
Fields
Field
Declared as
Description
mbedtls_asn1_named_data::oid
mbedtls_asn1_buf
The object identifier.
mbedtls_asn1_named_data::val
mbedtls_asn1_buf
The named value.
mbedtls_asn1_named_data::next
struct
mbedtls_asn1_named_data
*
The next entry in the sequence.
mbedtls_asn1_named_data::next_merged
unsigned
char
Merge next item into the current one?.
Related Functions
Found 13 other functions taking a
mbedtls_asn1_named_data
argument:
Function
Description
mbedtls_x509_dn_gets()
Store the certificate DN in printable form into buf; no more than size characters will be written.
mbedtls_x509_get_name()
x509_name_cmp()
mbedtls_asn1_free_named_data()
Free a mbedtls_asn1_named_data entry
mbedtls_asn1_free_named_data_list()
Free all entries in a mbedtls_asn1_named_data list.
mbedtls_asn1_find_named_data()
Find a specific named_data entry in a sequence or list based on the OID.
asn1_find_named_data()
mbedtls_asn1_store_named_data()
Create or find a specific named_data entry for writing in a sequence or list based on the OID. If not already in there, a new entry is added to the head of the list. Warning: Destructive behaviour for the val data!
x509_get_attr_type_value()
mbedtls_x509_set_extension()
mbedtls_x509_write_extensions()
mbedtls_x509_write_names()
mbedtls_x509_string_to_names()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out