Searched refs:v_ok (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/easy_tls/
H A Deasy-tls.c935 int v_ok; local
942 v_ok = (v == X509_V_OK) ? 'A' : 'E'; /* Auth./Error */
952 v_ok = '0'; /* no cert at all */
957 r = snprintf(infobuf, sizeof infobuf, "%c:%s\n%s\n", v_ok,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/easy_tls/
H A Deasy-tls.c889 int v_ok; local
896 v_ok = (v == X509_V_OK) ? 'A' : 'E'; /* Auth./Error */
906 v_ok = '0'; /* no cert at all */
912 r = snprintf(infobuf, sizeof infobuf, "%c:%s\n%s\n", v_ok, X509_verify_cert_error_string(v), peer.str);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/easy_tls/
H A Deasy-tls.c935 int v_ok; local
942 v_ok = (v == X509_V_OK) ? 'A' : 'E'; /* Auth./Error */
952 v_ok = '0'; /* no cert at all */
957 r = snprintf(infobuf, sizeof infobuf, "%c:%s\n%s\n", v_ok,

Completed in 70 milliseconds