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

/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3ext.c402 PRInt32 listLenBytes = 0; local
420 listLenBytes = ssl3_ConsumeHandshakeNumber(ss, 2, &data->data, &data->len);
421 if (listLenBytes == 0 || listLenBytes != data->len) {
426 while (listLenBytes > 0) {
440 listLenBytes -= litem.len + 3;
441 if (listLenBytes > 0 && !ldata.len) {

Completed in 150 milliseconds