Searched refs:exchKeyType (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
H A Dsslsnce.c126 /* 4 */ SSL3KEAType exchKeyType; member in struct:sidCacheEntryStr::__anon9733::__anon9735
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 Dsslimpl.h678 SSL3KEAType exchKeyType; member in struct:sslSessionIDStr::__anon9713::__anon9715
762 SSL3KEAType exchKeyType; member in struct:__anon9717
1065 SSL3KEAType exchKeyType; /* type of keys used to wrap SymWrapKey*/ member in struct:SSLWrappedSymWrappingKeyStr
1080 * exchKeyType and msWrapMech contain meaningful values only if
1084 SSLKEAType exchKeyType; /* XXX(wtc): same as keaType above? */ member in struct:SessionTicketStr
1915 SSL3KEAType exchKeyType,
H A Dssl3con.c318 /* kea exchKeyType signKeyType is_limited limit tls_keygen */
737 SSL3KEAType exchKeyType; local
769 exchKeyType =
770 kea_defs[cipher_def->key_exchange_alg].exchKeyType;
772 svrAuth = ss->serverCerts + exchKeyType;
802 svrAuth = ss->serverCerts + exchKeyType;
809 (((exchKeyType == kt_null) ||
813 PK11_TokenExists(kea_alg_defs[exchKeyType]))) &&
3693 PRBool isDH = (PRBool) ((ss->ssl3.hs.kea_def->exchKeyType == kt_dh) ||
3694 (ss->ssl3.hs.kea_def->exchKeyType
5568 ssl_UnwrapSymWrappingKey( SSLWrappedSymWrappingKey *pWswk, SECKEYPrivateKey * svrPrivKey, SSL3KEAType exchKeyType, CK_MECHANISM_TYPE masterWrapMech, void * pwArg) argument
5725 getWrappingKey( sslSocket * ss, PK11SlotInfo * masterSecretSlot, SSL3KEAType exchKeyType, CK_MECHANISM_TYPE masterWrapMech, void * pwArg) argument
[all...]
H A Dssl3ext.c1070 effectiveExchKeyType = ss->ssl3.hs.kea_def->exchKeyType;
1603 parsed_session_ticket->exchKeyType = (SSL3KEAType)temp;
1705 sid->u.ssl3.exchKeyType = parsed_session_ticket->exchKeyType;

Completed in 116 milliseconds