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

  /external/openssl/apps/
asn1pars.c 393 ASN1_TYPE *atyp = NULL; local
409 atyp = ASN1_generate_nconf(genstr, cnf);
413 if (!atyp)
416 len = i2d_ASN1_TYPE(atyp, NULL);
426 i2d_ASN1_TYPE(atyp, &p);
428 ASN1_TYPE_free(atyp);
441 ASN1_TYPE_free(atyp);
  /external/chromium_org/third_party/webrtc/base/
socketadapters.cc 579 uint8 ver, rep, rsv, atyp;
583 !response.ReadUInt8(&atyp))
592 if (atyp == 1) {
598 } else if (atyp == 3) {
606 } else if (atyp == 4) {

Completed in 108 milliseconds