mbedTLS
PSA_BYTES_TO_BITS
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_BYTES_TO_BITS
PSA_BYTES_TO_BITS macro
Syntax
Show:
Summary
Declaration
from
crypto_sizes.h:41
#define
PSA_BYTES_TO_BITS
(
bytes
)
(
(
bytes
)
*
8u
)
Arguments
Argument
bytes
Examples
References
from
examples
Code
Location
#define
PSA_BYTES_TO_BITS
(
bytes
)
(
(
bytes
)
*
8u
)
crypto_sizes.h:41
*
bits
=
PSA_BYTES_TO_BITS
(
data_length
)
;
psa_crypto.c:750
if
(
psa_is_dh_key_size_valid
(
PSA_BYTES_TO_BITS
(
data_length
)
)
==
0
)
{
psa_crypto.c:768
psa_set_key_bits
(
&
attributes
,
PSA_BYTES_TO_BITS
(
hmac_key_length
)
)
;
psa_crypto.c:5482
curve_bits
=
PSA_BYTES_TO_BITS
(
curve_bytes
)
;
psa_crypto_ecp.c:130
*
bits
=
PSA_BYTES_TO_BITS
(
data_length
)
;
psa_crypto_ffdh.c:250
bits
=
PSA_BYTES_TO_BITS
(
mbedtls_rsa_get_len
(
*
p_rsa
)
)
;
psa_crypto_rsa.c:85
*
bits
=
(
psa_key_bits_t
)
PSA_BYTES_TO_BITS
(
mbedtls_rsa_get_len
(
rsa
)
)
;
psa_crypto_rsa.c:127
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