Searched defs:make_cert (Results 1 – 5 of 5) sorted by relevance
300 static X509 *make_cert(void) in make_cert() function
294 keymaster_error_t make_cert(const EVP_PKEY* evp_pkey, const X509_NAME* issuer, in make_cert() function
4322 auto make_cert = [&](const char *issuer, const char *subject, bool is_ca, in TEST() local