Lines Matching refs:nss
22 #include <nss.h>
98 LOG(ERROR) << "Failed to initialize NSS";
179 // Transport connected, now hook it up to nss
194 return ERR_OUT_OF_MEMORY; // TODO(port): map NSPR/NSS error code.
227 // This will fail if the specified cipher is not implemented by NSS, but
315 // The server's RSA private key must be imported into NSS with the
602 LOG(ERROR) << "handshake failed; NSS error code " << prerr
647 // NSS calls this if an incoming certificate needs to be verified.
657 // Tell NSS to not verify the certificate.
662 // NSS calls this when handshake is completed.
670 // Initialize the NSS SSL library in a threadsafe way. This also
671 // initializes the NSS base library.