mbedTLS
MBEDTLS_ERR_PKCS7_FEATURE_UNAVAILABLE
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
ESP-IDF Framework and Examples
mbedTLS
MBEDTLS_ERR_PKCS7_FEATURE_UNAVAILABLE
MBEDTLS_ERR_PKCS7_FEATURE_UNAVAILABLE macro
Unavailable feature, e.g. anything other than signed data.
Syntax
Show:
Summary
Declaration
from
pkcs7.h:51
#define
MBEDTLS_ERR_PKCS7_FEATURE_UNAVAILABLE
-
0x5380
Examples
References
from
examples
Code
Location
#define
MBEDTLS_ERR_PKCS7_FEATURE_UNAVAILABLE
-
0x5380
/**< Unavailable feature, e.g. anything other than signed data. */
pkcs7.h:51
case
-
(
MBEDTLS_ERR_PKCS7_FEATURE_UNAVAILABLE
)
:
error.c:338
return
MBEDTLS_ERR_PKCS7_FEATURE_UNAVAILABLE
;
pkcs7.c:155
return
MBEDTLS_ERR_PKCS7_FEATURE_UNAVAILABLE
;
pkcs7.c:204
return
MBEDTLS_ERR_PKCS7_FEATURE_UNAVAILABLE
;
pkcs7.c:514
ret
=
MBEDTLS_ERR_PKCS7_FEATURE_UNAVAILABLE
;
pkcs7.c:605
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