mbedTLS
MBEDTLS_CTR_DRBG_KEYBITS
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
STM32 Libraries and Samples
mbedTLS
MBEDTLS_CTR_DRBG_KEYBITS
MBEDTLS_CTR_DRBG_KEYBITS macro
The key size for the DRBG operation, in bits.
Syntax
Show:
Summary
Declaration
from
ctr_drbg.h:64
#define
MBEDTLS_CTR_DRBG_KEYBITS
(
MBEDTLS_CTR_DRBG_KEYSIZE
*
8
)
Examples
References
from
examples
Code
Location
#define
MBEDTLS_CTR_DRBG_KEYBITS
(
MBEDTLS_CTR_DRBG_KEYSIZE
*
8
)
/**< The key size for the DRBG operation, in bits. */
ctr_drbg.h:64
if
(
(
ret
=
mbedtls_aes_setkey_enc
(
&
ctx
->
aes_ctx
,
key
,
MBEDTLS_CTR_DRBG_KEYBITS
)
)
!=
0
)
ctr_drbg.c:105
if
(
(
ret
=
mbedtls_aes_setkey_enc
(
&
aes_ctx
,
key
,
MBEDTLS_CTR_DRBG_KEYBITS
)
)
!=
0
)
ctr_drbg.c:196
if
(
(
ret
=
mbedtls_aes_setkey_enc
(
&
aes_ctx
,
tmp
,
MBEDTLS_CTR_DRBG_KEYBITS
)
)
!=
0
)
ctr_drbg.c:235
if
(
(
ret
=
mbedtls_aes_setkey_enc
(
&
ctx
->
aes_ctx
,
tmp
,
MBEDTLS_CTR_DRBG_KEYBITS
)
)
!=
0
)
ctr_drbg.c:313
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