Home
last modified time | relevance | path

Searched refs:decrypt_error (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/tlslite/tlslite/
Dconstants.py113 decrypt_error = 51 variable in AlertDescription
349 badVerifyMessage: (AlertDescription.decrypt_error,),\
350 badFinished: (AlertDescription.decrypt_error,),\
Derrors.py61 AlertDescription.decrypt_error: "decrypt_error",\
Dtlsconnection.py693 AlertDescription.decrypt_error,
828 AlertDescription.decrypt_error,
1725 AlertDescription.decrypt_error,
1888 for result in self._sendError(AlertDescription.decrypt_error,
/external/chromium_org/net/third_party/nss/ssl/
Dssl3prot.h96 decrypt_error = 51, enumerator
Dssl3ecc.c674 desc = isTLS ? decrypt_error : handshake_failure; in ssl3_HandleECDHServerKeyExchange()
Dssl3con.c3484 case decrypt_error: error = SSL_ERROR_DECRYPT_ERROR_ALERT; break; in ssl3_HandleAlert()
6863 desc = isTLS ? decrypt_error : handshake_failure; in ssl3_HandleServerKeyExchange()
6969 desc = isTLS ? decrypt_error : handshake_failure; in ssl3_HandleServerKeyExchange()
9437 desc = decrypt_error; in ssl3_HandleCertificateVerify()
9445 desc = decrypt_error; in ssl3_HandleCertificateVerify()
9460 desc = isTLS ? decrypt_error : handshake_failure; in ssl3_HandleCertificateVerify()
11143 (void)SSL3_SendAlert(ss, alert_fatal, decrypt_error); in ssl3_HandleFinished()