HomeSort by relevance Sort by last modified time
    Searched refs:verify_error (Results 1 - 4 of 4) sorted by null

  /external/openssl/apps/
s_time.c 111 extern int verify_error;
209 verify_error=X509_V_OK;
619 if (verify_error != X509_V_OK)
621 X509_verify_cert_error_string(verify_error));
s_cb.c 128 int verify_error=X509_V_OK; variable
159 verify_error=X509_V_OK;
164 verify_error=X509_V_ERR_CERT_CHAIN_TOO_LONG;
s_server.c 2388 long verify_error; local
    [all...]
s_client.c 194 extern int verify_error;
656 verify_error=X509_V_OK;
    [all...]

Completed in 952 milliseconds