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::__anon9140::__anon9142
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.c257 /* kea exchKeyType signKeyType is_limited limit tls_keygen */
658 SSL3KEAType exchKeyType; local
690 exchKeyType =
691 kea_defs[cipher_def->key_exchange_alg].exchKeyType;
693 svrAuth = ss->serverCerts + exchKeyType;
723 svrAuth = ss->serverCerts + exchKeyType;
730 (((exchKeyType == kt_null) ||
734 PK11_TokenExists(kea_alg_defs[exchKeyType]))) &&
3338 PRBool isDH = (PRBool) ((ss->ssl3.hs.kea_def->exchKeyType == kt_dh) ||
3339 (ss->ssl3.hs.kea_def->exchKeyType
5126 ssl_UnwrapSymWrappingKey( SSLWrappedSymWrappingKey *pWswk, SECKEYPrivateKey * svrPrivKey, SSL3KEAType exchKeyType, CK_MECHANISM_TYPE masterWrapMech, void * pwArg) argument
5284 getWrappingKey( sslSocket * ss, PK11SlotInfo * masterSecretSlot, SSL3KEAType exchKeyType, CK_MECHANISM_TYPE masterWrapMech, void * pwArg) argument
[all...]
H A Dsslimpl.h644 SSL3KEAType exchKeyType; member in struct:sslSessionIDStr::__anon9120::__anon9122
702 SSL3KEAType exchKeyType; member in struct:__anon9123
982 SSL3KEAType exchKeyType; /* type of keys used to wrap SymWrapKey*/ member in struct:SSLWrappedSymWrappingKeyStr
997 * exchKeyType and msWrapMech contain meaningful values only if
1001 SSLKEAType exchKeyType; /* XXX(wtc): same as keaType above? */ member in struct:SessionTicketStr
1811 SSL3KEAType exchKeyType,

Completed in 91 milliseconds