Home
last modified time | relevance | path

Searched refs:ecListSize (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
Dssl3ecc.c1114 PRInt32 ecListSize = 0; in ssl3_SendSupportedCurvesXtn() local
1121 ecListSize = sizeof suiteBECList; in ssl3_SendSupportedCurvesXtn()
1124 ecListSize = sizeof tlsECList; in ssl3_SendSupportedCurvesXtn()
1128 if (append && maxBytes >= ecListSize) { in ssl3_SendSupportedCurvesXtn()
1129 SECStatus rv = ssl3_AppendHandshake(ss, ecList, ecListSize); in ssl3_SendSupportedCurvesXtn()
1138 return ecListSize; in ssl3_SendSupportedCurvesXtn()