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.c1123 PRInt32 ecListSize = 0; in ssl3_SendSupportedCurvesXtn() local
1130 ecListSize = sizeof suiteBECList; in ssl3_SendSupportedCurvesXtn()
1133 ecListSize = sizeof tlsECList; in ssl3_SendSupportedCurvesXtn()
1137 if (append && maxBytes >= ecListSize) { in ssl3_SendSupportedCurvesXtn()
1138 SECStatus rv = ssl3_AppendHandshake(ss, ecList, ecListSize); in ssl3_SendSupportedCurvesXtn()
1147 return ecListSize; in ssl3_SendSupportedCurvesXtn()