Searched refs:crt_str (Results 1 – 1 of 1) sorted by relevance
141 static bool get_cert(ADBG_Case_t *c, const char *crt_str, X509 **crt) in get_cert() argument144 size_t slen = strlen(crt_str) + 1; in get_cert()151 b = BIO_write(buf, crt_str, slen); in get_cert()166 static bool push_cert(ADBG_Case_t *c, const char *crt_str, STACK_OF(X509) *cs) in push_cert() argument171 if (!get_cert(c, crt_str, &crt)) in push_cert()
Completed in 2 milliseconds