mbedTLS
oid_pk_alg
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
oid_pk_alg
oid_pk_alg variable
Syntax
Show:
Summary
Declaration
from
oid.c:506
static
const
oid_pk_alg_t
oid_pk_alg
[
]
=
{
{
OID_DESCRIPTOR
(
MBEDTLS_OID_PKCS1_RSA
,
"rsaEncryption"
,
"RSA"
)
,
MBEDTLS_PK_RSA
,
}
,
{
OID_DESCRIPTOR
(
MBEDTLS_OID_EC_ALG_UNRESTRICTED
,
"id-ecPublicKey"
,
"Generic EC key"
)
,
MBEDTLS_PK_ECKEY
,
}
,
{
OID_DESCRIPTOR
(
MBEDTLS_OID_EC_ALG_ECDH
,
"id-ecDH"
,
"EC key for ECDH"
)
,
MBEDTLS_PK_ECKEY_DH
,
}
,
{
NULL_OID_DESCRIPTOR
,
MBEDTLS_PK_NONE
,
}
,
}
;
Examples
References
from
examples
Code
Location
Referrer
static
const
oid_pk_alg_t
oid_pk_alg
[
]
=
oid.c:506
FN_OID_TYPED_FROM_ASN1
(
oid_pk_alg_t
,
pk_alg
,
oid_pk_alg
)
oid.c:526
oid_pk_alg
,
oid.c:530
mbedtls_oid_get_oid_by_pk_alg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
oid_pk_alg
is read by 1 function:
All items filtered out
oid_pk_alg
mbedtls_oid_get_oid_by_pk_alg()
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