mbedTLS
mbedtls_oid_get_oid_by_pk_alg()
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_pk_alg()
mbedtls_oid_get_oid_by_pk_alg() function
Translate pk_type into PublicKeyAlgorithm OID
Syntax
Show:
Summary
Declaration
Definition
from
oid.h:469
int
mbedtls_oid_get_oid_by_pk_alg
(
mbedtls_pk_type_t
pk_alg
,
const
char
*
*
oid
,
size_t
*
olen
)
;
Implemented in
oid.c:448
Arguments
Argument
Description
pk_alg
Public key type to look for
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