Home
last modified time | relevance | path

Searched refs:critical (Results 1 – 10 of 10) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dx509_csr.h126 int critical,
323 int critical,
H A Dx509_crt.h405 int critical,
1076 int critical,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509_internal.h52 int critical, const unsigned char *val,
H A Dx509write_csr.c75 int critical, in mbedtls_x509write_csr_set_extension() argument
79 critical, val, val_len); in mbedtls_x509write_csr_set_extension()
H A Dx509_create.c385 int critical, const unsigned char *val, size_t val_len) in mbedtls_x509_set_extension() argument
398 cur->val.p[0] = critical; in mbedtls_x509_set_extension()
H A Dx509write_crt.c160 int critical, in mbedtls_x509write_crt_set_extension() argument
164 critical, val, val_len); in mbedtls_x509write_crt_set_extension()
/optee_os/core/arch/arm/dts/
H A Dsama7g5.dtsi94 cpu_critical: cpu-critical {
97 type = "critical";
H A Dfsl-lx2160a.dtsi463 type = "critical";
H A Dstm32mp151.dtsi104 type = "critical";
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog577 * Fix parsing of CSRs with critical extensions.
1698 (where supported) for critical functions where ignoring the return
1929 which allows to mark an extension as critical. Fixes #4055.
2407 extension as critical in such certificates." Previous to this change,
2408 the extension was always marked as non-critical. This was fixed by
3759 mbedtls_platform_zeroize(), which is a critical function from a security
3923 * Fix CRL parsing to reject CRLs containing unsupported critical
6376 * Fixed a critical denial-of-service with X.509 cert. verification: