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

/external/chromium_org/net/third_party/nss/ssl/
H A Ddtlscon.c161 * origBuf is the decrypted ssl record content and is expected to contain
178 dtls_HandleHandshake(sslSocket *ss, sslBuffer *origBuf) argument
186 sslBuffer buf = *origBuf;
439 origBuf->len = 0; /* So ssl3_GatherAppDataRecord will keep looping. */
H A Dssl3con.c11558 * origBuf is the decrypted ssl record content.
11562 ssl3_HandleHandshake(sslSocket *ss, sslBuffer *origBuf) argument
11579 *buf = *origBuf;
11676 origBuf->len = 0; /* So ssl3_GatherAppDataRecord will keep looping. */

Completed in 165 milliseconds