Searched defs:ssl3_AppendNumberToItem (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3ext.c40 static SECStatus ssl3_AppendNumberToItem(SECItem *item, PRUint32 num,
114 ssl3_AppendNumberToItem(SECItem *item, PRUint32 num, PRInt32 lenSize) function
1110 rv = ssl3_AppendNumberToItem(&plaintext, TLS_EX_SESS_TICKET_VERSION,
1115 rv = ssl3_AppendNumberToItem(&plaintext, ss->version,
1120 rv = ssl3_AppendNumberToItem(&plaintext, ss->ssl3.hs.cipher_suite,
1125 rv = ssl3_AppendNumberToItem(&plaintext, ss->ssl3.hs.compression, 1);
1129 rv = ssl3_AppendNumberToItem(&plaintext, ss->sec.authAlgorithm, 1);
1131 rv = ssl3_AppendNumberToItem(&plaintext, ss->sec.authKeyBits, 4);
1133 rv = ssl3_AppendNumberToItem(&plaintext, ss->sec.keaType, 1);
1135 rv = ssl3_AppendNumberToItem(
[all...]

Completed in 51 milliseconds