mbedTLS
MBEDTLS_ERR_X509_INVALID_FORMAT
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_ERR_X509_INVALID_FORMAT
MBEDTLS_ERR_X509_INVALID_FORMAT macro
The CRT/CRL/CSR format is invalid, e.g. different type expected.
Syntax
Show:
Summary
Declaration
from
x509.h:63
#define
MBEDTLS_ERR_X509_INVALID_FORMAT
-
0x2180
Examples
References
from
examples
Code
Location
#define
MBEDTLS_ERR_X509_INVALID_FORMAT
-
0x2180
/**< The CRT/CRL/CSR format is invalid, e.g. different type expected. */
x509.h:63
return
(
MBEDTLS_ERR_X509_INVALID_FORMAT
+
ret
)
;
x509_crt.c:396
return
(
MBEDTLS_ERR_X509_INVALID_FORMAT
+
ret
)
;
x509_crt.c:463
return
(
MBEDTLS_ERR_X509_INVALID_FORMAT
)
;
x509_crt.c:864
return
(
MBEDTLS_ERR_X509_INVALID_FORMAT
+
x509_crt.c:870
return
(
MBEDTLS_ERR_X509_INVALID_FORMAT
+
ret
)
;
x509_crt.c:896
return
(
MBEDTLS_ERR_X509_INVALID_FORMAT
+
ret
)
;
x509_crt.c:943
return
(
MBEDTLS_ERR_X509_INVALID_FORMAT
+
ret
)
;
x509_crt.c:976
return
(
MBEDTLS_ERR_X509_INVALID_FORMAT
+
x509_crt.c:1039
return
(
MBEDTLS_ERR_X509_INVALID_FORMAT
+
x509_crt.c:1077
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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