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

  /external/markdown/tests/safe_mode/
unsafe_urls.txt 11 [link](ja%09 %0Avas cr
ipt:alert%28'Hello%20world!'%29)
  /external/chromium_org/net/cert/
x509_certificate_mac.cc 230 CERTAVA** avas = rdns[rdn]->avas; local
231 for (size_t pair = 0; avas[pair] != 0; ++pair) {
232 SECOidTag tag = CERT_GetAVATag(avas[pair]);
240 SECItem* decode_item = CERT_DecodeAVAValue(&avas[pair]->value);
x509_util_nss.cc 386 CERTAVA** avas = rdns[rdn]->avas; local
387 for (size_t pair = 0; avas[pair] != 0; ++pair) {
388 SECOidTag tag = CERT_GetAVATag(avas[pair]);
391 SECItem* decode_item = CERT_DecodeAVAValue(&avas[pair]->value);
x509_certificate_unittest.cc 314 // one AVA per RDN, but some CAs place all AVAs within a single RDN.
    [all...]
  /external/chromium_org/chrome/third_party/mozilla_security_manager/
nsNSSCertHelper.cpp 403 CERTAVA** avas = rdn->avas; local
404 for (size_t i = 0; avas[i] != NULL; ++i) {
405 rv += GetOIDText(&avas[i]->type);
406 SECItem* decode_item = CERT_DecodeAVAValue(&avas[i]->value);
412 if (SECOID_FindOIDTag(&avas[i]->type) == SEC_OID_AVA_COMMON_NAME)
    [all...]
  /external/apache-harmony/auth/src/test/java/common/javax/security/auth/x500/
X500PrincipalTest.java 621 * Inits X500Principal with a string, there are multiple AVAs
623 * compares with expected value paying attention on sorting order of AVAs
635 * Inits X500Principal with a string, there are multiple AVAs and Oid which does not fall into any keyword
637 * compares with expected value paying attention on sorting order of AVAs
649 * Inits X500Principal with a string, there are multiple AVAs and Oid which does not fall into any keyword, and value given in hex format
651 * compares with expected value paying attention on sorting order of AVAs
663 * Inits X500Principal with a string, there are multiple AVAs and 2 Oids which do not fall into any keyword
665 * compares with expected value paying attention on sorting order of AVAs
677 * Inits X500Principal with a string, there are multiple AVAs and 2 Oids which do not fall into any keyword
679 * compares with expected value paying attention on sorting order of AVAs
    [all...]
  /external/chromium/net/base/
x509_certificate_nss.cc 242 CERTAVA** avas = rdns[rdn]->avas; local
243 for (size_t pair = 0; avas[pair] != 0; ++pair) {
244 SECOidTag tag = CERT_GetAVATag(avas[pair]);
247 SECItem* decode_item = CERT_DecodeAVAValue(&avas[pair]->value);
    [all...]
x509_certificate_mac.cc 514 CERTAVA** avas = rdns[rdn]->avas; local
515 for (size_t pair = 0; avas[pair] != 0; ++pair) {
516 SECOidTag tag = CERT_GetAVATag(avas[pair]);
524 SECItem* decode_item = CERT_DecodeAVAValue(&avas[pair]->value);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene.analysis_1.9.1.v20100518-1140.jar 

Completed in 193 milliseconds