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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dpkcs12.c585 int vret; local
595 vret = get_cert_chain(ucert, store, &chain2);
598 if (vret == X509_V_OK) {
606 if (vret != X509_V_ERR_UNSPECIFIED)
608 X509_verify_cert_error_string(vret));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dpkcs12.c585 int vret; local
595 vret = get_cert_chain(ucert, store, &chain2);
598 if (vret == X509_V_OK) {
606 if (vret != X509_V_ERR_UNSPECIFIED)
608 X509_verify_cert_error_string(vret));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dpkcs12.c517 int vret; local
528 vret = get_cert_chain (ucert, store, &chain2);
531 if (!vret) {
539 if (vret >= 0)
541 X509_verify_cert_error_string(vret));

Completed in 55 milliseconds