mbedTLS
mbedtls_x509_san_other_name::value
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_x509_san_other_name::value
mbedtls_x509_san_other_name::value field
Syntax
Show:
Summary
Declaration
from
x509.h:268
union
{
struct
{
mbedtls_x509_buf
oid
;
mbedtls_x509_buf
val
;
}
hardware_module_name
;
}
value
;
Examples
References
from
examples
Code
Location
Referrer
value
;
x509.h:281
other_name
->
value
.
hardware_module_name
.
oid
.
tag
=
MBEDTLS_ASN1_OID
;
x509.c:1187
x509_get_other_name()
other_name
->
value
.
hardware_module_name
.
oid
.
p
=
p
;
x509.c:1188
x509_get_other_name()
other_name
->
value
.
hardware_module_name
.
oid
.
len
=
len
;
x509.c:1189
x509_get_other_name()
other_name
->
value
.
hardware_module_name
.
val
.
tag
=
MBEDTLS_ASN1_OCTET_STRING
;
x509.c:1197
x509_get_other_name()
other_name
->
value
.
hardware_module_name
.
val
.
p
=
p
;
x509.c:1198
x509_get_other_name()
other_name
->
value
.
hardware_module_name
.
val
.
len
=
len
;
x509.c:1199
x509_get_other_name()
&
other_name
->
value
.
hardware_module_name
.
oid
)
;
x509.c:1560
mbedtls_x509_info_subject_alt_name()
for
(
i
=
0
;
i
<
other_name
->
value
.
hardware_module_name
.
val
.
len
;
i
++
)
{
x509.c:1567
mbedtls_x509_info_subject_alt_name()
other_name
->
value
.
hardware_module_name
.
val
.
p
[
i
]
)
;
x509.c:1571
mbedtls_x509_info_subject_alt_name()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_x509_san_other_name::value
is read by 2 functions:
All items filtered out
mbedtls_x509_san_other_name::value
x509_get_other_name()
mbedtls_x509_info_subject_alt_name()
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