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

  /external/nist-pkits/src/libcore/java/security/cert/
X509CertificateNistPkitsTest.java 153 CertPathValidator cpv = CertPathValidator.getInstance("PKIX"); local
156 PKIXCertPathValidatorResult cpvResult = (PKIXCertPathValidatorResult) cpv.validate(cp,
170 CertPathValidator cpv = CertPathValidator.getInstance("PKIX"); local
172 PKIXCertPathValidatorResult cpvResult = (PKIXCertPathValidatorResult) cpv.validate(cp,
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
virtualsocketserver.cc 506 const char* cpv = static_cast<const char*>(pv); local
507 send_buffer_.insert(send_buffer_.end(), cpv, cpv + consumed);
    [all...]

Completed in 91 milliseconds