HomeSort by relevance Sort by last modified time
    Searched full:cvin (Results 1 - 1 of 1) sorted by null

  /external/chromium/net/base/
x509_certificate_nss.cc 395 CERTValInParam cvin[4]; local
398 cvin[cvin_index].type = cert_pi_revocationFlags;
399 cvin[cvin_index].value.pointer.revocation = &revocation_flags;
403 cvin[cvin_index].type = cert_pi_policyOID;
404 cvin[cvin_index].value.arraySize = num_policy_oids;
405 cvin[cvin_index].value.array.oids = policy_oids;
409 // cvin array in the workaround below.
410 cvin[cvin_index].type = cert_pi_useAIACertFetch;
411 cvin[cvin_index].value.scalar.b = PR_TRUE;
413 cvin[cvin_index].type = cert_pi_end
    [all...]

Completed in 32 milliseconds