mbedTLS
mbedtls_pem_context::buflen
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_pem_context::buflen
mbedtls_pem_context::buflen field
length of the buffer
Syntax
Show:
Summary
Declaration
from
pem.h:63
size_t
buflen
;
Examples
References
from
examples
Code
Location
Referrer
size_t
buflen
;
/*!< length of the buffer */
pem.h:63
ctx
->
buflen
=
len
;
pem.c:419
mbedtls_pem_read_buffer()
mbedtls_platform_zeroize
(
ctx
->
buf
,
ctx
->
buflen
)
;
pem.c:428
mbedtls_pem_free()
pem
.
buf
,
pem
.
buflen
)
)
!=
0
)
pkparse.c:1229
mbedtls_pk_parse_key()
pem
.
buf
,
pem
.
buflen
)
)
!=
0
)
pkparse.c:1256
mbedtls_pk_parse_key()
ret
=
mbedtls_pk_parse_subpubkey
(
&
p
,
p
+
pem
.
buflen
,
ctx
)
;
pkparse.c:1445
mbedtls_pk_parse_public_key()
ret
=
mbedtls_x509_crt_parse_der
(
chain
,
pem
.
buf
,
pem
.
buflen
)
;
x509_crt.c:1218
mbedtls_x509_crt_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 4 functions:
mbedtls_pem_read_buffer()
All items filtered out
mbedtls_pem_context::buflen
mbedtls_pem_free()
mbedtls_pk_parse_key()
mbedtls_pk_parse_public_key()
mbedtls_x509_crt_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