Searched refs:dup_ca_names (Results 1 – 1 of 1) sorted by relevance
5009 static int dup_ca_names(STACK_OF(X509_NAME) **dst, STACK_OF(X509_NAME) *src) in dup_ca_names() function5140 if (!dup_ca_names(&retsc->ca_names, sc->ca_names) in SSL_dup()5141 || !dup_ca_names(&retsc->client_ca_names, sc->client_ca_names)) in SSL_dup()
Completed in 61 milliseconds