Home | History | Annotate | Download | only in Modules

Lines Matching defs:verify_str

615         const char *verify_str = NULL;
643 verify_str = X509_verify_cert_error_string(verify_code);
644 if (verify_str != NULL) {
645 verify_obj = PyUnicode_FromString(verify_str);