/external/chromium_org/net/third_party/nss/ssl/ |
ssl3gthr.c | 55 SSL_TRC(30, ("%d: SSL3[%d]: gather state %d (need %d more)", 64 SSL_TRC(30, ("%d: SSL3[%d]: EOF", SSL_GETPID(), ss->fd)); 166 SSL_TRC(30, ("dtls_GatherData")); 198 SSL_TRC(30, ("%d: SSL3[%d]: EOF", SSL_GETPID(), ss->fd)); 280 SSL_TRC(30, ("ssl3_GatherCompleteHandshake"));
|
sslcon.c | 506 SSL_TRC(3, ("%d: SSL[%d]: sending error %d", SSL_GETPID(), ss->fd, error)); 534 SSL_TRC(3, ("%d: SSL[%d]: sending client-finished", 607 SSL_TRC(3, ("%d: SSL[%d]: sending server-finished", 668 SSL_TRC(3, ("%d: SSL[%d]: sending client-session-key", 714 SSL_TRC(3, ("%d: SSL[%d]: sending certificate request", 753 SSL_TRC(3, ("%d: SSL[%d]: sending certificate response", 858 SSL_TRC(10, ("%d: SSL[%d]: sending %d bytes in the clear", 933 SSL_TRC(10, ("%d: SSL[%d]: sending %d bytes using stream cipher", 977 SSL_TRC(50, ("%d: SSL[%d]: send stream would block, " 981 SSL_TRC(10, ("%d: SSL[%d]: send stream error %d" [all...] |
sslnonce.c | 116 SSL_TRC(8, ("SSL: destroy sid: sid=0x%x cached=%d", sid, sid->cached)); 221 SSL_TRC(8, ("SSL: Lookup1: sid=0x%x", sid)); 228 SSL_TRC(7, ("SSL: lookup1, throwing sid out, age=%d refs=%d", 272 SSL_TRC(8, ("SSL: Cache: sid=0x%x cached=%d addr=0x%08x%08x%08x%08x port=0x%04x " 350 SSL_TRC(8,("SSL: Uncache: zap=0x%x cached=%d addr=0x%08x%08x%08x%08x port=0x%04x "
|
sslsecur.c | 133 SSL_TRC(3, ("%d: SSL[%d]: handshake is completed", SSL_GETPID(), ss->fd)); 511 SSL_TRC(10, ("%d: SSL: grow buffer from %d to %d", 546 SSL_TRC(5, ("%d: SSL[%d]: saving %u bytes of data (%u total saved so far)", 564 SSL_TRC(5, ("%d: SSL[%d]: sending %d bytes of saved data", 621 SSL_TRC(10, ("%d: SSL[%d]: ssl_recv EOF", 653 SSL_TRC(30, ("%d: SSL[%d]: partial data ready, available=%d", 666 SSL_TRC(30, ("%d: SSL[%d]: amount=%d available=%d", 1094 SSL_TRC(5, ("%d: SSL[%d]: secure connect completed, rv == %d", [all...] |
dtlscon.c | 279 SSL_TRC(30, ("%d: SSL3[%d]: Retransmit detected", 288 SSL_TRC(30, 299 SSL_TRC(30, 932 SSL_TRC(30, ("Resetting MTU to %d", ss->ssl3.mtu)); 939 SSL_TRC(30, ("Resetting MTU to %d", ss->ssl3.mtu)); 946 SSL_TRC(30, ("Resetting MTU to %d", ss->ssl3.mtu)); 962 SSL_TRC(3, ("%d: SSL3[%d]: handle hello_verify_request handshake", [all...] |
sslgathr.c | 81 SSL_TRC(30, ("%d: SSL[%d]: gather state %d (need %d more)", 90 SSL_TRC(30, ("%d: SSL[%d]: EOF", SSL_GETPID(), ss->fd));
|
ssldef.c | 207 SSL_TRC(5, ("%d: SSL[%d]: closing, rv=%d errno=%d",
|
ssl3con.c | [all...] |
sslsnce.c | 493 SSL_TRC(8, ("%d: SSL: ConvertSID: masterKeyLen=%d cipherArgLen=%d " 514 SSL_TRC(8, ("%d: SSL3: ConvertSID: time=%d addr=0x%08x%08x%08x%08x " 568 SSL_TRC(8, ("%d: SSL: ConvertToSID: masterKeyLen=%d cipherArgLen=%d " 712 SSL_TRC(7, ("%d: timed out sid entry addr=%08x%08x%08x%08x now=%x " 870 SSL_TRC(8, ("%d: SSL: CacheMT: cached=%d addr=0x%08x%08x%08x%08x time=%x " 887 SSL_TRC(8, ("%d: SSL: CacheMT: cached=%d addr=0x%08x%08x%08x%08x time=%x " 952 SSL_TRC(8, ("%d: SSL: UncacheMT: valid=%d addr=0x%08x%08x%08x%08x time=%x " 965 SSL_TRC(8, ("%d: SSL3: UncacheMT: valid=%d addr=0x%08x%08x%08x%08x time=%x " [all...] |
sslimpl.h | 98 #define SSL_TRC(a,b) if (ssl_trace >= (a)) ssl_Trace b 102 #define SSL_TRC(a,b) [all...] |
ssl3ext.c | [all...] |