mbedTLS
MBEDTLS_ASN1_UTF8_STRING
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_ASN1_UTF8_STRING
MBEDTLS_ASN1_UTF8_STRING macro
Syntax
Show:
Summary
Declaration
from
asn1.h:71
#define
MBEDTLS_ASN1_UTF8_STRING
0x0C
Examples
References
from
examples
Code
Location
#define
MBEDTLS_ASN1_UTF8_STRING
0x0C
asn1.h:71
(
1u
<
<
MBEDTLS_ASN1_UTF8_STRING
)
|
\
asn1.h:90
return
mbedtls_asn1_write_tagged_string
(
p
,
start
,
MBEDTLS_ASN1_UTF8_STRING
,
text
,
text_len
)
;
asn1write.c:250
if
(
*
*
p
!=
MBEDTLS_ASN1_BMP_STRING
&&
*
*
p
!=
MBEDTLS_ASN1_UTF8_STRING
&&
x509.c:442
print_hexstring
=
(
name
->
val
.
tag
!=
MBEDTLS_ASN1_UTF8_STRING
)
&&
x509.c:843
MBEDTLS_OID_AT_CN
,
MBEDTLS_ASN1_UTF8_STRING
}
,
x509_create.c:43
MBEDTLS_OID_AT_CN
,
MBEDTLS_ASN1_UTF8_STRING
}
,
x509_create.c:45
MBEDTLS_OID_AT_ORGANIZATION
,
MBEDTLS_ASN1_UTF8_STRING
}
,
x509_create.c:51
MBEDTLS_OID_AT_ORGANIZATION
,
MBEDTLS_ASN1_UTF8_STRING
}
,
x509_create.c:53
MBEDTLS_OID_AT_LOCALITY
,
MBEDTLS_ASN1_UTF8_STRING
}
,
x509_create.c:55
MBEDTLS_OID_AT_LOCALITY
,
MBEDTLS_ASN1_UTF8_STRING
}
,
x509_create.c:57
MBEDTLS_OID_AT_ORG_UNIT
,
MBEDTLS_ASN1_UTF8_STRING
}
,
x509_create.c:61
MBEDTLS_OID_AT_ORG_UNIT
,
MBEDTLS_ASN1_UTF8_STRING
}
,
x509_create.c:63
MBEDTLS_OID_AT_STATE
,
MBEDTLS_ASN1_UTF8_STRING
}
,
x509_create.c:65
MBEDTLS_OID_AT_STATE
,
MBEDTLS_ASN1_UTF8_STRING
}
,
x509_create.c:67
MBEDTLS_OID_AT_TITLE
,
MBEDTLS_ASN1_UTF8_STRING
}
,
x509_create.c:79
MBEDTLS_OID_AT_SUR_NAME
,
MBEDTLS_ASN1_UTF8_STRING
}
,
x509_create.c:81
MBEDTLS_OID_AT_SUR_NAME
,
MBEDTLS_ASN1_UTF8_STRING
}
,
x509_create.c:83
MBEDTLS_OID_AT_GIVEN_NAME
,
MBEDTLS_ASN1_UTF8_STRING
}
,
x509_create.c:85
MBEDTLS_OID_AT_GIVEN_NAME
,
MBEDTLS_ASN1_UTF8_STRING
}
,
x509_create.c:87
MBEDTLS_OID_AT_INITIALS
,
MBEDTLS_ASN1_UTF8_STRING
}
,
x509_create.c:89
MBEDTLS_OID_AT_PSEUDONYM
,
MBEDTLS_ASN1_UTF8_STRING
}
,
x509_create.c:91
MBEDTLS_OID_AT_GENERATION_QUALIFIER
,
MBEDTLS_ASN1_UTF8_STRING
}
,
x509_create.c:93
if
(
(
a
->
tag
==
MBEDTLS_ASN1_UTF8_STRING
||
a
->
tag
==
MBEDTLS_ASN1_PRINTABLE_STRING
)
&&
x509_crt.c:319
(
b
->
tag
==
MBEDTLS_ASN1_UTF8_STRING
||
b
->
tag
==
MBEDTLS_ASN1_PRINTABLE_STRING
)
&&
x509_crt.c:320
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