Home
last modified time | relevance | path

Searched refs:basicConstraintsIsCA (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dcrypto-tls-x509-helpers.h52 bool basicConstraintsIsCA; member
135 .basicConstraintsIsCA = true, \
148 .basicConstraintsIsCA = false, \
168 .basicConstraintsIsCA = false, \
H A Dcrypto-tls-x509-helpers.c337 req->basicConstraintsIsCA ? "TRUE" : "FALSE", 1); in test_tls_generate_cert()