mbedTLS
MBEDTLS_ASSUME
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
MBEDTLS_ASSUME
MBEDTLS_ASSUME macro
Syntax
Show:
Summary
Declaration
from
common.h:389
#define
MBEDTLS_ASSUME
(
x
)
__builtin_assume
(
x
)
Arguments
Argument
x
Examples
References
from
examples
Code
Location
#define
MBEDTLS_ASSUME
(
x
)
__builtin_assume
(
x
)
common.h:389
MBEDTLS_ASSUME
(
block_size
<=
MBEDTLS_CMAC_MAX_BLOCK_SIZE
)
;
cmac.c:217
MBEDTLS_ASSUME
(
block_size
<=
MBEDTLS_CMAC_MAX_BLOCK_SIZE
)
;
// silence GCC warning
cmac.c:286
MBEDTLS_ASSUME
(
key_type
!=
PSA_KEY_TYPE_CAMELLIA
)
;
psa_crypto_cipher.c:42
MBEDTLS_ASSUME
(
key_type
!=
PSA_KEY_TYPE_CHACHA20
)
;
psa_crypto_cipher.c:45
MBEDTLS_ASSUME
(
key_type
!=
PSA_KEY_TYPE_DES
)
;
psa_crypto_cipher.c:48
MBEDTLS_ASSUME
(
alg
!=
PSA_ALG_STREAM_CIPHER
)
;
psa_crypto_cipher.c:57
MBEDTLS_ASSUME
(
alg
!=
PSA_ALG_AEAD_WITH_SHORTENED_TAG
(
PSA_ALG_CHACHA20_POLY1305
,
0
)
)
;
psa_crypto_cipher.c:60
MBEDTLS_ASSUME
(
alg
!=
PSA_ALG_XTS
)
;
psa_crypto_cipher.c:75
MBEDTLS_ASSUME
(
alg
!=
PSA_ALG_CMAC
)
;
psa_crypto_cipher.c:87
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