mbedTLS
psa_key_algorithm_permits()
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
psa_key_algorithm_permits()
psa_key_algorithm_permits() function
Syntax
Show:
Summary
Declaration
from
psa_crypto.c:911
static
int
psa_key_algorithm_permits
(
psa_key_type_t
key_type
,
psa_algorithm_t
policy_alg
,
psa_algorithm_t
requested_alg
)
;
Arguments
Argument
key_type
policy_alg
requested_alg
Examples
References
from
examples
Code
Location
Referrer
static
int
psa_key_algorithm_permits
(
psa_key_type_t
key_type
,
psa_crypto.c:911
if
(
psa_key_algorithm_permits
(
key_type
,
policy
->
alg
,
alg
)
||
psa_crypto.c:1023
psa_key_policy_permits()
psa_key_algorithm_permits
(
key_type
,
policy
->
alg2
,
alg
)
)
{
psa_crypto.c:1024
psa_key_policy_permits()
Call Tree
from
examples
psa_key_algorithm_permits()
is called by 1 function and calls 1 function:
psa_key_policy_permits()
All items filtered out
psa_key_algorithm_permits()
psa_mac_key_can_do()
All items filtered out
Data Use
from
examples
psa_key_algorithm_permits()
:
All items filtered out
psa_key_algorithm_permits()
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