mbedTLS
mbedtls_pem_context::buf
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/1)...
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
mbedTLS
mbedtls_pem_context::buf
mbedtls_pem_context::buf field
buffer for decoded data
Syntax
Show:
Summary
Declaration
from
pem.h:62
unsigned
char
*
buf
;
Examples
References
from
examples
Code
Location
Referrer
unsigned
char
*
buf
;
/*!< buffer for decoded data */
pem.h:62
ctx
->
buf
=
buf
;
pem.c:418
mbedtls_pem_read_buffer()
if
(
ctx
->
buf
!=
NULL
)
pem.c:426
mbedtls_pem_free()
mbedtls_platform_zeroize
(
ctx
->
buf
,
ctx
->
buflen
)
;
pem.c:428
mbedtls_pem_free()
mbedtls_free
(
ctx
->
buf
)
;
pem.c:429
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()
p
=
pem
.
buf
;
pkparse.c:1443
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::buf
is written by 1 function and is read by 4 functions:
mbedtls_pem_read_buffer()
All items filtered out
mbedtls_pem_context::buf
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