mbedTLS
psa_key_bits_t
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_bits_t
psa_key_bits_t
Syntax
Show:
Summary
Declaration
from
crypto_struct.h:284
typedef
uint16_t
psa_key_bits_t
;
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
uint16_t
psa_key_bits_t
;
crypto_struct.h:284
psa_key_bits_t
MBEDTLS_PRIVATE
(
bits
)
;
crypto_struct.h:301
psa_key_attributes_s
attributes
->
MBEDTLS_PRIVATE
(
bits
)
=
PSA_KEY_BITS_TOO_LARGE
;
crypto_struct.h:435
psa_set_key_bits()
attributes
->
MBEDTLS_PRIVATE
(
bits
)
=
(
psa_key_bits_t
)
bits
;
crypto_struct.h:437
psa_set_key_bits()
slot
->
attr
.
bits
=
(
psa_key_bits_t
)
bits
;
psa_crypto.c:2124
psa_import_key()
slot
->
attr
.
bits
=
(
psa_key_bits_t
)
bits
;
psa_crypto.c:6414
psa_generate_derived_key_internal()
*
bits
=
(
psa_key_bits_t
)
PSA_BYTES_TO_BITS
(
mbedtls_rsa_get_len
(
rsa
)
)
;
psa_crypto_rsa.c:127
mbedtls_psa_rsa_import_key()
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
Instance
Scope
Location
Project
psa_key_attributes_s::bits
psa_key_attributes_s
crypto_struct.h:301
Lifecycle
from
examples
All items filtered out
All items filtered out