Home | History | Annotate | Download | only in socket

Lines Matching refs:nss

12 #include <nss.h>
41 // An SSL client socket implemented with Mozilla NSS.
102 // Initializes NSS SSL options. Returns a net error code.
143 // Handles an NSS error generated while handshaking or performing IO.
144 // Returns a network error code mapped from the original NSS error.
147 // NSS calls this when checking certificates. We pass 'this' as the first
151 // NSS calls this when client authentication is requested.
165 // NSS calls this when handshake is completed. We pass 'this' as the second
204 // from NSS as an NSS certificate handle (server_cert_nss_), and then
223 // True if NSS has called HandshakeCallback.
247 // The NSS SSL state machine