mbedTLS
+
0
/1 examples
SourceVu will show references to
MBEDTLS_X509_ID_FLAG
from the following samples and libraries:
ESP-IDF
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
MBEDTLS_X509_ID_FLAG
MBEDTLS_X509_ID_FLAG macro
Build flag from an algorithm/curve identifier (pk, md, ecp) Since 0 is always XXX_NONE, ignore it.
Syntax
Show:
Summary
Declaration
from
x509_crt.h:98
#define
MBEDTLS_X509_ID_FLAG
(
id
)
(
1
<
<
(
(
id
)
-
1
)
)
Arguments
Argument
id
Examples
MBEDTLS_X509_ID_FLAG
is referenced by 1 libraries and example projects:
ESP-IDF
References
from
0/1
examples
Code
Location
#define
MBEDTLS_X509_ID_FLAG
(
id
)
(
1
<
<
(
(
id
)
-
1
)
)
x509_crt.h:98
MBEDTLS_X509_ID_FLAG
(
MBEDTLS_MD_SHA256
)
|
x509_crt.c:93
MBEDTLS_X509_ID_FLAG
(
MBEDTLS_MD_SHA384
)
|
x509_crt.c:94
MBEDTLS_X509_ID_FLAG
(
MBEDTLS_MD_SHA512
)
,
x509_crt.c:95
MBEDTLS_X509_ID_FLAG
(
MBEDTLS_ECP_DP_SECP256R1
)
|
x509_crt.c:100
MBEDTLS_X509_ID_FLAG
(
MBEDTLS_ECP_DP_SECP384R1
)
|
x509_crt.c:101
MBEDTLS_X509_ID_FLAG
(
MBEDTLS_ECP_DP_SECP521R1
)
|
x509_crt.c:102
MBEDTLS_X509_ID_FLAG
(
MBEDTLS_ECP_DP_BP256R1
)
|
x509_crt.c:103
MBEDTLS_X509_ID_FLAG
(
MBEDTLS_ECP_DP_BP384R1
)
|
x509_crt.c:104
MBEDTLS_X509_ID_FLAG
(
MBEDTLS_ECP_DP_BP512R1
)
|
x509_crt.c:105
MBEDTLS_X509_ID_FLAG
(
MBEDTLS_MD_SHA256
)
|
x509_crt.c:118
MBEDTLS_X509_ID_FLAG
(
MBEDTLS_MD_SHA384
)
|
x509_crt.c:119
MBEDTLS_X509_ID_FLAG
(
MBEDTLS_MD_SHA512
)
,
x509_crt.c:120
MBEDTLS_X509_ID_FLAG
(
MBEDTLS_ECP_DP_SECP256R1
)
|
x509_crt.c:124
MBEDTLS_X509_ID_FLAG
(
MBEDTLS_ECP_DP_SECP384R1
)
|
x509_crt.c:125
MBEDTLS_X509_ID_FLAG
(
MBEDTLS_ECP_DP_SECP521R1
)
|
x509_crt.c:126
MBEDTLS_X509_ID_FLAG
(
MBEDTLS_ECP_DP_BP256R1
)
|
x509_crt.c:127
MBEDTLS_X509_ID_FLAG
(
MBEDTLS_ECP_DP_BP384R1
)
|
x509_crt.c:128
MBEDTLS_X509_ID_FLAG
(
MBEDTLS_ECP_DP_BP512R1
)
|
x509_crt.c:129
MBEDTLS_X509_ID_FLAG
(
MBEDTLS_ECP_DP_SECP256K1
)
,
x509_crt.c:130
MBEDTLS_X509_ID_FLAG
(
MBEDTLS_MD_SHA256
)
|
x509_crt.c:143
MBEDTLS_X509_ID_FLAG
(
MBEDTLS_MD_SHA384
)
,
x509_crt.c:144
MBEDTLS_X509_ID_FLAG
(
MBEDTLS_PK_ECDSA
)
|
x509_crt.c:146
MBEDTLS_X509_ID_FLAG
(
MBEDTLS_PK_ECKEY
)
,
x509_crt.c:147
MBEDTLS_X509_ID_FLAG
(
MBEDTLS_ECP_DP_SECP256R1
)
|
x509_crt.c:150
MBEDTLS_X509_ID_FLAG
(
MBEDTLS_ECP_DP_SECP384R1
)
,
x509_crt.c:151
if
(
(
profile
->
allowed_mds
&
MBEDTLS_X509_ID_FLAG
(
md_alg
)
)
!=
0
)
{
x509_crt.c:180
if
(
(
profile
->
allowed_pks
&
MBEDTLS_X509_ID_FLAG
(
pk_alg
)
)
!=
0
)
{
x509_crt.c:198
if
(
(
profile
->
allowed_curves
&
MBEDTLS_X509_ID_FLAG
(
gid
)
)
!=
0
)
{
x509_crt.c:234
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out