mbedTLS
copy_from_psa()
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
ESP-IDF Framework and Examples
mbedTLS
copy_from_psa()
copy_from_psa() function
Syntax
Show:
Summary
Declaration
from
pk.c:864
static
int
copy_from_psa
(
mbedtls_svc_key_id_t
key_id
,
mbedtls_pk_context
*
pk
,
int
public_only
)
;
Arguments
Argument
key_id
pk
public_only
Examples
References
from
examples
Code
Location
Referrer
static
int
copy_from_psa
(
mbedtls_svc_key_id_t
key_id
,
pk.c:864
return
copy_from_psa
(
key_id
,
pk
,
0
)
;
pk.c:984
mbedtls_pk_copy_from_psa()
return
copy_from_psa
(
key_id
,
pk
,
1
)
;
pk.c:990
mbedtls_pk_copy_public_from_psa()
Call Tree
from
examples
copy_from_psa()
is called by 2 functions and calls 21 functions:
mbedtls_pk_copy_from_psa()
mbedtls_pk_copy_public_from_psa()
All items filtered out
copy_from_psa()
psa_get_key_algorithm()
psa_get_key_type()
psa_get_key_bits()
mbedtls_pk_rsa()
psa_get_key_attributes()
psa_reset_key_attributes()
psa_export_key()
psa_export_public_key()
mbedtls_platform_zeroize()
mbedtls_rsa_set_padding()
mbedtls_pk_info_from_type()
mbedtls_pk_setup()
mbedtls_md_type_from_psa_alg()
mbedtls_pk_ecc_set_group()
mbedtls_pk_ecc_set_key()
mbedtls_pk_ecc_set_pubkey()
mbedtls_pk_ecc_set_pubkey_from_prv()
mbedtls_ecc_group_from_psa()
psa_pk_status_to_mbedtls()
mbedtls_rsa_parse_key()
mbedtls_rsa_parse_pubkey()
All items filtered out
Data Use
from
examples
copy_from_psa()
reads 4 variables:
mbedtls_md_type_t::MBEDTLS_MD_NONE
mbedtls_pk_type_t::MBEDTLS_PK_RSA
mbedtls_pk_type_t::MBEDTLS_PK_ECKEY
mbedtls_psa_get_random()
All items filtered out
copy_from_psa()
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