mbedTLS
mbedtls_cipher_info_t::block_size
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_cipher_info_t::block_size
mbedtls_cipher_info_t::block_size field
The block size, in bytes.
Syntax
Show:
Summary
Declaration
from
cipher.h:271
unsigned
int
MBEDTLS_PRIVATE
(
block_size
)
:
5
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
int
MBEDTLS_PRIVATE
(
block_size
)
:
5
;
cipher.h:271
return
(
size_t
)
(
info
->
MBEDTLS_PRIVATE
(
block_size
)
)
;
cipher.h:545
mbedtls_cipher_info_get_block_size()
return
(
unsigned
int
)
ctx
->
MBEDTLS_PRIVATE
(
cipher_info
)
->
MBEDTLS_PRIVATE
(
block_size
)
;
cipher.h:685
mbedtls_cipher_get_block_size()
padlen
=
cipher_info
->
block_size
-
(
len
%
cipher_info
->
block_size
)
;
pkcs12.c:184
mbedtls_pkcs12_pbe_ext()
padlen
=
cipher_info
->
block_size
-
(
datalen
%
cipher_info
->
block_size
)
;
pkcs5.c:209
mbedtls_pkcs5_pbes2_ext()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_cipher_info_t::block_size
is read by 4 functions:
All items filtered out
mbedtls_cipher_info_t::block_size
mbedtls_cipher_info_get_block_size()
mbedtls_cipher_get_block_size()
mbedtls_pkcs12_pbe_ext()
mbedtls_pkcs5_pbes2_ext()
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