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

  /external/chromium/net/third_party/nss/ssl/
ssl3ext.c 553 SSL3KEAType effectiveExchKeyType = ssl_kea_null;
617 effectiveExchKeyType = kt_rsa;
619 effectiveExchKeyType = ss->ssl3.hs.kea_def->exchKeyType;
623 effectiveExchKeyType);
646 + 1 /* effectiveExchKeyType */
703 rv = ssl3_AppendNumberToItem(&plaintext, effectiveExchKeyType, 1);
    [all...]
ssl3con.c     [all...]

Completed in 53 milliseconds