HomeSort by: relevance | last modified time | path
    Searched refs:vret (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/apps/
storeutl.c 344 int ret, vret; local
351 vret = BIO_vprintf(bio, format, args);
354 if (vret < 0)
355 return vret;
356 if (vret > INT_MAX - ret)
359 return ret + vret;
pkcs12.c 648 int vret; local
668 vret = get_cert_chain(ee_cert_tmp, store, untrusted_certs, &chain2);
671 if (vret == X509_V_OK) {
681 if (vret != X509_V_ERR_UNSPECIFIED)
683 X509_verify_cert_error_string(vret));
  /src/crypto/external/bsd/openssl/dist/apps/
pkcs12.c 587 int vret; local
607 vret = get_cert_chain(ee_cert_tmp, store, untrusted_certs, &chain2);
610 if (vret == X509_V_OK) {
621 if (vret != X509_V_ERR_UNSPECIFIED)
623 X509_verify_cert_error_string(vret));
  /src/crypto/external/bsd/openssl.old/dist/apps/
pkcs12.c 400 int vret; local
407 vret = get_cert_chain(ucert, store, &chain2);
410 if (vret == X509_V_OK) {
418 if (vret != X509_V_ERR_UNSPECIFIED)
420 X509_verify_cert_error_string(vret));

Completed in 33 milliseconds