mbedTLS
PSA_ALG_IS_ECDSA
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (2/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_ALG_IS_ECDSA
PSA_ALG_IS_ECDSA macro
Syntax
Show:
Summary
Declaration
from
crypto_values.h:1571
#define
PSA_ALG_IS_ECDSA
(
alg
)
\
(
(
(
alg
)
&
~
PSA_ALG_HASH_MASK
&
~
PSA_ALG_ECDSA_DETERMINISTIC_FLAG
)
==
\
PSA_ALG_ECDSA_BASE
)
Arguments
Argument
alg
Examples
References
from
examples
Code
Location
#define
PSA_ALG_IS_ECDSA
(
alg
)
\
crypto_values.h:1571
PSA_ALG_IS_ECDSA
(
alg
)
||
PSA_ALG_IS_HASH_EDDSA
(
alg
)
||
\
crypto_values.h:1688
if
(
PSA_ALG_IS_ECDSA
(
alg
)
)
{
psa_crypto.c:3219
if
(
PSA_ALG_IS_ECDSA
(
alg
)
)
{
psa_crypto.c:3293
if
(
!
PSA_ALG_IS_ECDSA
(
alg
)
)
{
psa_crypto.c:3855
if
(
!
PSA_ALG_IS_ECDSA
(
alg
)
)
{
psa_crypto.c:4071
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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