mbedTLS
mbedtls_pem_context::buflen
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
mbedtls_pem_context::buflen
mbedtls_pem_context::buflen field
Syntax
Show:
Summary
Declaration
from
pem.h:54
size_t
MBEDTLS_PRIVATE
(
buflen
;
Examples
References
from
examples
Code
Location
Referrer
size_t
MBEDTLS_PRIVATE
(
buflen
)
;
/*!< length of the buffer */
pem.h:54
dhminlen
=
pem
.
buflen
;
dhm.c:509
mbedtls_dhm_parse_dhm()
ctx
->
buflen
=
len
;
pem.c:477
mbedtls_pem_read_buffer()
mbedtls_zeroize_and_free
(
ctx
->
buf
,
ctx
->
buflen
)
;
pem.c:489
mbedtls_pem_free()
*
buflen
=
ctx
->
MBEDTLS_PRIVATE
(
buflen
)
;
pem.h:111
mbedtls_pem_get_buffer()
pem
.
buf
,
pem
.
buflen
)
)
!=
0
)
{
pkparse.c:1006
mbedtls_pk_parse_key()
pem
.
buf
,
pem
.
buflen
,
pkparse.c:1036
mbedtls_pk_parse_key()
pem
.
buf
,
pem
.
buflen
,
f_rng
,
p_rng
)
)
!=
0
)
{
pkparse.c:1062
mbedtls_pk_parse_key()
if
(
(
ret
=
mbedtls_pk_parse_key_pkcs8_encrypted_der
(
pk
,
pem
.
buf
,
pem
.
buflen
,
pkparse.c:1083
mbedtls_pk_parse_key()
if
(
(
ret
=
mbedtls_rsa_parse_pubkey
(
mbedtls_pk_rsa
(
*
ctx
)
,
p
,
pem
.
buflen
)
)
!=
0
)
{
pkparse.c:1221
mbedtls_pk_parse_public_key()
ret
=
mbedtls_pk_parse_subpubkey
(
&
p
,
p
+
pem
.
buflen
,
ctx
)
;
pkparse.c:1248
mbedtls_pk_parse_public_key()
pem
.
buf
,
pem
.
buflen
)
)
!=
0
)
{
x509_crl.c:541
mbedtls_x509_crl_parse()
ret
=
mbedtls_x509_crt_parse_der
(
chain
,
pem
.
buf
,
pem
.
buflen
)
;
x509_crt.c:1470
mbedtls_x509_crt_parse()
ret
=
mbedtls_x509_csr_parse_der
(
csr
,
pem
.
buf
,
pem
.
buflen
)
;
x509_csr.c:488
mbedtls_x509_csr_parse()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_pem_context::buflen
is written by 1 function and is read by 8 functions:
mbedtls_pem_read_buffer()
All items filtered out
mbedtls_pem_context::buflen
mbedtls_pem_get_buffer()
mbedtls_dhm_parse_dhm()
mbedtls_pem_free()
mbedtls_pk_parse_key()
mbedtls_pk_parse_public_key()
mbedtls_x509_crl_parse()
mbedtls_x509_crt_parse()
mbedtls_x509_csr_parse()
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