Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
Dx509.h159 #define MBEDTLS_X509_KU_CRL_SIGN (0x02) /* bit 6 */ macro
/third_party/mbedtls/programs/x509/
Dcert_req.c244 opt.key_usage |= MBEDTLS_X509_KU_CRL_SIGN; in main()
Dcert_write.c419 opt.key_usage |= MBEDTLS_X509_KU_CRL_SIGN; in main()
/third_party/mbedtls/library/
Dx509write_crt.c245 MBEDTLS_X509_KU_CRL_SIGN | in mbedtls_x509write_crt_set_key_usage()
Dx509_crt.c1998 KEY_USAGE( MBEDTLS_X509_KU_CRL_SIGN, "CRL Sign" ); in x509_info_key_usage()
2358 MBEDTLS_X509_KU_CRL_SIGN ) != 0 ) in x509_crt_verifycrl()
/third_party/mbedtls/tests/suites/
Dtest_suite_x509parse.data2325 …data_files/server1.key_usage.crt":MBEDTLS_X509_KU_KEY_CERT_SIGN|MBEDTLS_X509_KU_CRL_SIGN:MBEDTLS_E…