Home
last modified time | relevance | path

Searched refs:MBEDTLS_X509_KU_KEY_CERT_SIGN (Results 1 – 8 of 8) sorted by relevance

/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Dx509.h141 #define MBEDTLS_X509_KU_KEY_CERT_SIGN (0x04) /* bit 5 */ macro
Dcompat-1.3.h735 #define KU_KEY_CERT_SIGN MBEDTLS_X509_KU_KEY_CERT_SIGN
/openthread-2.7.6/third_party/mbedtls/repo/programs/x509/
Dcert_req.c246 opt.key_usage |= MBEDTLS_X509_KU_KEY_CERT_SIGN; in main()
Dcert_write.c421 opt.key_usage |= MBEDTLS_X509_KU_KEY_CERT_SIGN; in main()
/openthread-2.7.6/third_party/mbedtls/repo/library/
Dx509write_crt.c244 MBEDTLS_X509_KU_KEY_CERT_SIGN | in mbedtls_x509write_crt_set_key_usage()
Dx509_crt.c1982 KEY_USAGE( MBEDTLS_X509_KU_KEY_CERT_SIGN, "Key Cert Sign" ); in x509_info_key_usage()
2508 mbedtls_x509_crt_check_key_usage( parent, MBEDTLS_X509_KU_KEY_CERT_SIGN ) != 0 ) in x509_crt_check_parent()
/openthread-2.7.6/third_party/mbedtls/repo/scripts/data_files/
Drename-1.3-2.0.txt91 KU_KEY_CERT_SIGN MBEDTLS_X509_KU_KEY_CERT_SIGN
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/
Dtest_suite_x509parse.data2369 x509_check_key_usage:"data_files/server1.crt":MBEDTLS_X509_KU_KEY_CERT_SIGN:0
2381 x509_check_key_usage:"data_files/server1.key_usage.crt":MBEDTLS_X509_KU_KEY_CERT_SIGN:MBEDTLS_ERR_X…
2389 x509_check_key_usage:"data_files/server1.key_usage.crt":MBEDTLS_X509_KU_KEY_CERT_SIGN|MBEDTLS_X509_…