mbedTLS
psa_key_policy_s::alg2
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
ESP-IDF Framework and Examples
mbedTLS
psa_key_policy_s::alg2
psa_key_policy_s::alg2 field
Syntax
Show:
Summary
Declaration
from
crypto_struct.h:271
psa_algorithm_t
MBEDTLS_PRIVATE
(
alg2
;
Examples
References
from
examples
Code
Location
Referrer
psa_algorithm_t
MBEDTLS_PRIVATE
(
alg2
)
;
crypto_struct.h:271
attributes
->
MBEDTLS_PRIVATE
(
policy
)
.
MBEDTLS_PRIVATE
(
alg2
)
=
alg2
;
crypto_extra.h:62
psa_set_key_enrollment_algorithm()
return
attributes
->
MBEDTLS_PRIVATE
(
policy
)
.
MBEDTLS_PRIVATE
(
alg2
)
;
crypto_extra.h:74
psa_get_key_enrollment_algorithm()
psa_key_algorithm_permits
(
key_type
,
policy
->
alg2
,
alg
)
)
{
psa_crypto.c:1024
psa_key_policy_permits()
psa_key_policy_algorithm_intersection
(
key_type
,
policy
->
alg2
,
psa_crypto.c:1058
psa_restrict_key_policy()
constraint
->
alg2
)
;
psa_crypto.c:1059
psa_restrict_key_policy()
if
(
intersection_alg2
==
0
&&
policy
->
alg2
!=
0
&&
constraint
->
alg2
!=
0
)
{
psa_crypto.c:1063
psa_restrict_key_policy()
policy
->
alg2
=
intersection_alg2
;
psa_crypto.c:1068
psa_restrict_key_policy()
MBEDTLS_PUT_UINT32_LE
(
attr
->
policy
.
alg2
,
storage_format
->
policy
,
2
*
sizeof
(
uint32_t
)
)
;
psa_crypto_storage.c:252
psa_format_key_data_for_storage()
attr
->
policy
.
alg2
=
MBEDTLS_GET_UINT32_LE
(
storage_format
->
policy
,
2
*
sizeof
(
uint32_t
)
)
;
psa_crypto_storage.c:312
psa_parse_key_data_from_storage()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
psa_key_policy_s::alg2
is written by 3 functions and is read by 4 functions:
psa_set_key_enrollment_algorithm()
psa_restrict_key_policy()
psa_parse_key_data_from_storage()
All items filtered out
psa_key_policy_s::alg2
psa_get_key_enrollment_algorithm()
psa_key_policy_permits()
psa_restrict_key_policy()
psa_format_key_data_for_storage()
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