Home | History | Annotate | Download | only in ssl

Lines Matching defs:effectiveExchKeyType

7904     ssl3CipherSpec *spec, SSL3KEAType effectiveExchKeyType)
7957 getWrappingKey(ss, symKeySlot, effectiveExchKeyType,
7995 SSL3KEAType effectiveExchKeyType;
8101 effectiveExchKeyType = kt_rsa;
8103 effectiveExchKeyType = ss->ssl3.hs.kea_def->exchKeyType;
8114 sid->u.ssl3.exchKeyType = effectiveExchKeyType;
8138 effectiveExchKeyType);