Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dcrypto-tls-x509-helpers.c42 # define PRIVATE_KEY \ macro
89 const gnutls_datum_t data = { (unsigned char *)PRIVATE_KEY, in test_tls_load_key()
90 strlen(PRIVATE_KEY) }; in test_tls_load_key()
129 if (!g_file_set_contents(keyfile, PRIVATE_KEY, -1, NULL)) { in test_tls_init()