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
STM32 Libraries and Samples
mbedTLS
oid_pk_alg
oid_pk_alg variable
Syntax
Show:
Summary
Declaration
from
oid.c:426
static
const
oid_pk_alg_t
oid_pk_alg
[
]
=
{
{
{
ADD_LEN
(
MBEDTLS_OID_PKCS1_RSA
)
,
"rsaEncryption"
,
"RSA"
}
,
MBEDTLS_PK_RSA
,
}
,
{
{
ADD_LEN
(
MBEDTLS_OID_EC_ALG_UNRESTRICTED
)
,
"id-ecPublicKey"
,
"Generic EC key"
}
,
MBEDTLS_PK_ECKEY
,
}
,
{
{
ADD_LEN
(
MBEDTLS_OID_EC_ALG_ECDH
)
,
"id-ecDH"
,
"EC key for ECDH"
}
,
MBEDTLS_PK_ECKEY_DH
,
}
,
{
{
NULL
,
0
,
NULL
,
NULL
}
,
MBEDTLS_PK_NONE
,
}
,
}
;
Examples
References
from
examples
Code
Location
Referrer
static
const
oid_pk_alg_t
oid_pk_alg
[
]
=
oid.c:426
FN_OID_TYPED_FROM_ASN1
(
oid_pk_alg_t
,
pk_alg
,
oid_pk_alg
)
oid.c:446
FN_OID_GET_OID_BY_ATTR1
(
mbedtls_oid_get_oid_by_pk_alg
,
oid_pk_alg_t
,
oid_pk_alg
,
mbedtls_pk_type_t
,
pk_alg
)
oid.c:448
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