mbedTLS
mbedtls_x509_crt::own_buffer
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_x509_crt::own_buffer
mbedtls_x509_crt::own_buffer field
Syntax
Show:
Summary
Declaration
from
x509_crt.h:42
int
MBEDTLS_PRIVATE
(
own_buffer
;
Examples
References
from
examples
Code
Location
Referrer
int
MBEDTLS_PRIVATE
(
own_buffer
)
;
/**< Indicates if \c raw is owned
x509_crt.h:42
crt
->
own_buffer
=
1
;
x509_crt.c:1123
x509_crt_parse_der_core()
crt
->
own_buffer
=
0
;
x509_crt.c:1129
x509_crt_parse_der_core()
if
(
cert_cur
->
raw
.
p
!=
NULL
&&
cert_cur
->
own_buffer
)
{
x509_crt.c:3248
mbedtls_x509_crt_free()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
mbedtls_x509_crt::own_buffer
is written by 1 function and is read by 1 function:
x509_crt_parse_der_core()
All items filtered out
mbedtls_x509_crt::own_buffer
mbedtls_x509_crt_free()
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