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

  /external/chromium_org/net/third_party/nss/ssl/
dtlscon.c 461 msg = dtls_AllocQueuedMessage(ss->ssl3.cwSpec->epoch, type, pIn, nIn);
777 ssl3CipherSpec * cwSpec;
792 if (ss->ssl3.cwSpec->epoch == epoch)
793 cwSpec = ss->ssl3.cwSpec;
795 cwSpec = ss->ssl3.pwSpec;
797 cwSpec = NULL;
799 cwSpec = ss->ssl3.cwSpec;
802 if (cwSpec) {
    [all...]
sslinfo.c 57 * function should get it from cwSpec rather than from the "hs".
61 inf.compressionMethod = ss->ssl3.cwSpec->compression_method;
316 crsName = &ss->ssl3.cwSpec->srvVirtName;
396 if (!ss->ssl3.cwSpec->master_secret && !ss->ssl3.cwSpec->msItem.len) {
400 rv = ssl3_TLSPRFWithMasterSecret(ss->ssl3.cwSpec, label, labelLen, val,
ssl3con.c     [all...]
sslimpl.h     [all...]

Completed in 401 milliseconds