mbedTLS
MBEDTLS_ERR_OID_NOT_FOUND
is only used within mbedTLS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
mbedTLS
MBEDTLS_ERR_OID_NOT_FOUND
MBEDTLS_ERR_OID_NOT_FOUND macro
Syntax
Show:
Summary
Declaration
from
oid.h:28
#define
MBEDTLS_ERR_OID_NOT_FOUND
-
0x002E
Examples
References
from
examples
Code
Location
#define
MBEDTLS_ERR_OID_NOT_FOUND
-
0x002E
oid.h:28
case
-
(
MBEDTLS_ERR_OID_NOT_FOUND
)
:
error.c:744
if
(
data
==
NULL
)
return
MBEDTLS_ERR_OID_NOT_FOUND
;
\
oid.c:72
if
(
data
==
NULL
)
return
MBEDTLS_ERR_OID_NOT_FOUND
;
\
oid.c:86
if
(
data
==
NULL
)
return
MBEDTLS_ERR_OID_NOT_FOUND
;
\
oid.c:101
return
MBEDTLS_ERR_OID_NOT_FOUND
;
\
oid.c:123
return
MBEDTLS_ERR_OID_NOT_FOUND
;
\
oid.c:144
if
(
ret
==
MBEDTLS_ERR_OID_NOT_FOUND
)
{
pkparse.c:487
case
MBEDTLS_ERR_X509_UNKNOWN_SIG_ALG
+
MBEDTLS_ERR_OID_NOT_FOUND
:
ssl_tls.c:7810
MBEDTLS_ERR_OID_NOT_FOUND
)
;
x509.c:318
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