mbedTLS
psa_key_handle_is_null()
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
psa_key_handle_is_null()
psa_key_handle_is_null() function
Check whether a handle is null.
Syntax
Show:
Summary
Declaration
from
crypto_compat.h:41
static
inline
int
psa_key_handle_is_null
(
psa_key_handle_t
handle
)
;
Arguments
Argument
Description
handle
Handle
Return value
Non-zero if the handle is null, zero otherwise.
Examples
References
from
examples
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