Home
last modified time | relevance | path

Searched refs:MBEDTLS_X509_KU_CRL_SIGN (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dx509.h147 #define MBEDTLS_X509_KU_CRL_SIGN (0x02) /* bit 6 */ macro
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dx509write_crt.c299 MBEDTLS_X509_KU_CRL_SIGN | in mbedtls_x509write_crt_set_key_usage()
H A Dx509.c1765 KEY_USAGE(MBEDTLS_X509_KU_CRL_SIGN, "CRL Sign"); in mbedtls_x509_info_key_usage()
H A Dx509_crt.c2039 MBEDTLS_X509_KU_CRL_SIGN) != 0) { in x509_crt_verifycrl()