Searched defs:exchKeyType (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
H A Dsslsnce.c126 /* 4 */ SSL3KEAType exchKeyType; member in struct:sidCacheEntryStr::__anon9833::__anon9835
506 to->u.ssl3.exchKeyType = from->u.ssl3.exchKeyType;
583 to->u.ssl3.exchKeyType = from->u.ssl3.exchKeyType;
1777 SSL3KEAType exchKeyType,
1782 PRUint32 ndx = (exchKeyType * SSL_NUM_WRAP_MECHS) + symWrapMechIndex;
1797 if (pwswk->exchKeyType == exchKeyType &&
1811 SSL3KEAType exchKeyType,
1776 getSvrWrappingKey(PRInt32 symWrapMechIndex, SSL3KEAType exchKeyType, SSLWrappedSymWrappingKey *wswk, cacheDesc * cache, PRUint32 lockTime) argument
1810 ssl_GetWrappingKey( PRInt32 symWrapMechIndex, SSL3KEAType exchKeyType, SSLWrappedSymWrappingKey *wswk) argument
2099 SSL3KEAType exchKeyType = wswk->exchKeyType; local
2173 ssl_GetWrappingKey( PRInt32 symWrapMechIndex, SSL3KEAType exchKeyType, SSLWrappedSymWrappingKey *wswk) argument
[all...]
H A Dssl3con.c299 /* kea exchKeyType signKeyType is_limited limit tls_keygen */
720 SSL3KEAType exchKeyType; local
752 exchKeyType =
753 kea_defs[cipher_def->key_exchange_alg].exchKeyType;
755 svrAuth = ss->serverCerts + exchKeyType;
785 svrAuth = ss->serverCerts + exchKeyType;
792 (((exchKeyType == kt_null) ||
796 PK11_TokenExists(kea_alg_defs[exchKeyType]))) &&
3681 PRBool isDH = (PRBool) ((ss->ssl3.hs.kea_def->exchKeyType == kt_dh) ||
3682 (ss->ssl3.hs.kea_def->exchKeyType
5509 ssl_UnwrapSymWrappingKey( SSLWrappedSymWrappingKey *pWswk, SECKEYPrivateKey * svrPrivKey, SSL3KEAType exchKeyType, CK_MECHANISM_TYPE masterWrapMech, void * pwArg) argument
5666 getWrappingKey( sslSocket * ss, PK11SlotInfo * masterSecretSlot, SSL3KEAType exchKeyType, CK_MECHANISM_TYPE masterWrapMech, void * pwArg) argument
[all...]
H A Dsslimpl.h669 SSL3KEAType exchKeyType; member in struct:sslSessionIDStr::__anon9814::__anon9816
740 SSL3KEAType exchKeyType; member in struct:__anon9817
1033 SSL3KEAType exchKeyType; /* type of keys used to wrap SymWrapKey*/ member in struct:SSLWrappedSymWrappingKeyStr
1048 * exchKeyType and msWrapMech contain meaningful values only if
1052 SSLKEAType exchKeyType; /* XXX(wtc): same as keaType above? */ member in struct:SessionTicketStr
1882 SSL3KEAType exchKeyType,

Completed in 99 milliseconds