mbedTLS
mbedtls_oid_get_oid_by_ec_grp()
is only used within mbedTLS.
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
STM32 Libraries and Samples
mbedTLS
mbedtls_oid_get_oid_by_ec_grp()
mbedtls_oid_get_oid_by_ec_grp() function
Translate EC group identifier into NamedCurve OID
Syntax
Show:
Summary
Declaration
Definition
from
oid.h:492
int
mbedtls_oid_get_oid_by_ec_grp
(
mbedtls_ecp_group_id
grp_id
,
const
char
*
*
oid
,
size_t
*
olen
)
;
Implemented in
oid.c:535
Arguments
Argument
Description
grp_id
EC group identifier
oid
place to store ASN.1 OID string pointer
olen
length of the OID
Return value
0 if successful, or MBEDTLS_ERR_OID_NOT_FOUND
Examples
References
from
examples
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