mbedTLS
x509_profile_check_key()
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
mbedTLS
x509_profile_check_key()
x509_profile_check_key() function
Syntax
Show:
Summary
Declaration
from
x509_crt.c:195
static
int
x509_profile_check_key
(
const
mbedtls_x509_crt_profile
*
profile
,
const
mbedtls_pk_context
*
pk
)
;
Arguments
Argument
profile
pk
Related Functions
Found 6 other functions taking a
mbedtls_x509_crt_profile
argument:
Function
Description
mbedtls_x509_crt_verify_restartable()
Restartable version of \c mbedtls_crt_verify_with_profile()
x509_profile_check_pk_alg()
mbedtls_ssl_conf_cert_profile()
Set the X.509 security profile used for verification
mbedtls_x509_crt_verify_with_profile()
Verify the certificate signature according to profile
x509_profile_check_md_alg()
x509_crt_verify_chain()
Examples
References
from
examples
Code
Location
Referrer
static
int
x509_profile_check_key
(
const
mbedtls_x509_crt_profile
*
profile
,
x509_crt.c:195
if
(
x509_profile_check_key
(
profile
,
&
parent
->
pk
)
!=
0
)
x509_crt.c:2387
x509_crt_verify_chain()
if
(
x509_profile_check_key
(
profile
,
&
crt
->
pk
)
!=
0
)
x509_crt.c:2568
mbedtls_x509_crt_verify_restartable()
Call Tree
from
examples
x509_profile_check_key()
is called by 2 functions and calls 2 functions:
x509_crt_verify_chain()
mbedtls_x509_crt_verify_restartable()
All items filtered out
x509_profile_check_key()
mbedtls_pk_ec()
mbedtls_pk_get_type()
All items filtered out
Data Use
from
examples
x509_profile_check_key()
reads 7 variables:
mbedtls_ecp_group_id::MBEDTLS_ECP_DP_NONE
mbedtls_ecp_group::id
mbedtls_ecp_keypair::grp
mbedtls_pk_type_t::MBEDTLS_PK_ECKEY
mbedtls_pk_type_t::MBEDTLS_PK_ECKEY_DH
mbedtls_pk_type_t::MBEDTLS_PK_ECDSA
mbedtls_x509_crt_profile::allowed_curves
All items filtered out
x509_profile_check_key()
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