HomeSort by relevance Sort by last modified time
    Searched refs:SSL_TRC (Results 1 - 11 of 11) sorted by null

  /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 507 SSL_TRC(3, ("%d: SSL[%d]: sending error %d", SSL_GETPID(), ss->fd, error));
535 SSL_TRC(3, ("%d: SSL[%d]: sending client-finished",
608 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 168 SSL_TRC(8, ("SSL: destroy sid: sid=0x%x cached=%d", sid, sid->cached));
262 SSL_TRC(8, ("SSL: Lookup1: sid=0x%x", sid));
269 SSL_TRC(7, ("SSL: lookup1, throwing sid out, age=%d refs=%d",
314 SSL_TRC(8, ("SSL: Cache: sid=0x%x cached=%d addr=0x%08x%08x%08x%08x port=0x%04x "
389 SSL_TRC(8,("SSL: Uncache: zap=0x%x cached=%d addr=0x%08x%08x%08x%08x port=0x%04x "
sslsecur.c 104 SSL_TRC(3, ("%d: SSL[%d]: handshake is completed",
435 SSL_TRC(10, ("%d: SSL: grow buffer from %d to %d",
470 SSL_TRC(5, ("%d: SSL[%d]: saving %u bytes of data (%u total saved so far)",
488 SSL_TRC(5, ("%d: SSL[%d]: sending %d bytes of saved data",
542 SSL_TRC(10, ("%d: SSL[%d]: ssl_recv EOF",
574 SSL_TRC(30, ("%d: SSL[%d]: partial data ready, available=%d",
587 SSL_TRC(30, ("%d: SSL[%d]: amount=%d available=%d",
1014 SSL_TRC(5, ("%d: SSL[%d]: secure connect completed, rv == %d",
1144 SSL_TRC(2, ("%d: SSL[%d]: recving %d bytes securely (errno=%d)",
1161 SSL_TRC(2, ("%d: SSL[%d]: SecureSend: sending %d bytes"
    [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",
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...]
ssl3con.c     [all...]
sslimpl.h 95 #define SSL_TRC(a,b) if (ssl_trace >= (a)) ssl_Trace b
99 #define SSL_TRC(a,b)
    [all...]
ssl3ext.c 990 SSL_TRC(3, ("%d: SSL3[%d]: send session_ticket handshake",
    [all...]

Completed in 500 milliseconds