mbedTLS
mbedtls_pk_context::pk_ctx
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
mbedtls_pk_context::pk_ctx
mbedtls_pk_context::pk_ctx field
Underlying public key context
Syntax
Show:
Summary
Declaration
from
pk.h:133
void
*
pk_ctx
;
Examples
References
from
examples
Code
Location
Referrer
void
*
pk_ctx
;
/**< Underlying public key context */
pk.h:133
ctx
->
pk_ctx
=
NULL
;
pk.c:61
mbedtls_pk_init()
ctx
->
pk_info
->
ctx_free_func
(
ctx
->
pk_ctx
)
;
pk.c:73
mbedtls_pk_free()
if
(
(
ctx
->
pk_ctx
=
info
->
ctx_alloc_func
(
)
)
==
NULL
)
pk.c:142
mbedtls_pk_setup()
return
(
ctx
->
pk_info
->
verify_func
(
ctx
->
pk_ctx
,
md_alg
,
hash
,
hash_len
,
pk.c:281
mbedtls_pk_verify_restartable()
return
(
ctx
->
pk_info
->
sign_func
(
ctx
->
pk_ctx
,
md_alg
,
hash
,
hash_len
,
pk.c:404
mbedtls_pk_sign_restartable()
return
(
ctx
->
pk_info
->
decrypt_func
(
ctx
->
pk_ctx
,
input
,
ilen
,
pk.c:439
mbedtls_pk_decrypt()
return
(
ctx
->
pk_info
->
encrypt_func
(
ctx
->
pk_ctx
,
input
,
ilen
,
pk.c:462
mbedtls_pk_encrypt()
return
(
prv
->
pk_info
->
check_pair_func
(
pub
->
pk_ctx
,
prv
->
pk_ctx
)
)
;
pk.c:492
mbedtls_pk_check_pair()
return
(
ctx
->
pk_info
->
get_bitlen
(
ctx
->
pk_ctx
)
)
;
pk.c:505
mbedtls_pk_get_bitlen()
ctx
->
pk_info
->
debug_func
(
ctx
->
pk_ctx
,
items
)
;
pk.c:520
mbedtls_pk_debug()
return
(
(
mbedtls_ecp_keypair
*
)
(
pk
)
.
pk_ctx
)
;
pk.h:172
mbedtls_pk_ec()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_pk_context::pk_ctx
is written by 2 functions and is read by 9 functions:
mbedtls_pk_init()
mbedtls_pk_setup()
All items filtered out
mbedtls_pk_context::pk_ctx
mbedtls_pk_ec()
mbedtls_pk_free()
mbedtls_pk_verify_restartable()
mbedtls_pk_sign_restartable()
mbedtls_pk_decrypt()
mbedtls_pk_encrypt()
mbedtls_pk_check_pair()
mbedtls_pk_get_bitlen()
mbedtls_pk_debug()
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