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

/external/chromium_org/third_party/tlslite/tlslite/
H A Derrors.py61 AlertDescription.decrypt_error: "decrypt_error",\
H A Dconstants.py113 decrypt_error = 51 variable in class:AlertDescription
349 badVerifyMessage: (AlertDescription.decrypt_error,),\
350 badFinished: (AlertDescription.decrypt_error,),\
H A 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/
H A Dssl3prot.h96 decrypt_error = 51, enumerator in enum:__anon9664
H A Dssl3ecc.c673 /* TLS: send decrypt_error if signature failed. */
674 desc = isTLS ? decrypt_error : handshake_failure;
H A Dssl3con.c3484 case decrypt_error: error = SSL_ERROR_DECRYPT_ERROR_ALERT; break;
6862 /* TLS: send decrypt_error if signature failed. */
6863 desc = isTLS ? decrypt_error : handshake_failure;
6968 /* TLS: send decrypt_error if signature failed. */
6969 desc = isTLS ? decrypt_error : handshake_failure;
9437 desc = decrypt_error;
9445 desc = decrypt_error;
9460 desc = isTLS ? decrypt_error : handshake_failure;
11143 (void)SSL3_SendAlert(ss, alert_fatal, decrypt_error);

Completed in 186 milliseconds