/libcore/crypto/src/main/java/org/conscrypt/ |
SSLEngineAppData.java | 46 AlertProtocol.INTERNAL_ERROR, 84 AlertProtocol.INTERNAL_ERROR,
|
AlertProtocol.java | 119 * Defines the description code of the internal_error alert 121 protected static final byte INTERNAL_ERROR = 80; 249 case INTERNAL_ERROR: 250 return "internal_error";
|
CertificateMessage.java | 68 fatalAlert(AlertProtocol.INTERNAL_ERROR, "INTERNAL ERROR", e); 111 fatalAlert(AlertProtocol.INTERNAL_ERROR, "INTERNAL ERROR", 137 fatalAlert(AlertProtocol.INTERNAL_ERROR, "INTERNAL ERROR",
|
CertificateVerify.java | 41 fatalAlert(AlertProtocol.INTERNAL_ERROR,
|
SSLSocketInputStream.java | 151 throw new AlertException(AlertProtocol.INTERNAL_ERROR,
|
PRF.java | 48 throw new AlertException(AlertProtocol.INTERNAL_ERROR, 59 throw new AlertException(AlertProtocol.INTERNAL_ERROR,
|
HandshakeProtocol.java | 356 fatalAlert(AlertProtocol.INTERNAL_ERROR, "PRF error", e); 383 fatalAlert(AlertProtocol.INTERNAL_ERROR, 406 fatalAlert(AlertProtocol.INTERNAL_ERROR, "INTERNAL ERROR", e); 456 fatalAlert(AlertProtocol.INTERNAL_ERROR, "PRF error", e);
|
CertificateRequest.java | 65 fatalAlert(AlertProtocol.INTERNAL_ERROR,
|
SSLRecordProtocol.java | 204 AlertProtocol.INTERNAL_ERROR, 215 AlertProtocol.INTERNAL_ERROR,
|
ServerHandshakeImpl.java | 222 fatalAlert(AlertProtocol.INTERNAL_ERROR, 249 fatalAlert(AlertProtocol.INTERNAL_ERROR, 498 fatalAlert(AlertProtocol.INTERNAL_ERROR, "INTERNAL ERROR", e); 538 fatalAlert(AlertProtocol.INTERNAL_ERROR, "INTERNAL ERROR", e);
|
ConnectionStateSSLv3.java | 217 throw new AlertException(AlertProtocol.INTERNAL_ERROR, 278 throw new AlertException(AlertProtocol.INTERNAL_ERROR,
|
ConnectionStateTLS.java | 225 throw new AlertException(AlertProtocol.INTERNAL_ERROR, 287 throw new AlertException(AlertProtocol.INTERNAL_ERROR,
|
/external/chromium_org/crypto/ |
openpgp_symmetric_encryption.h | 31 INTERNAL_ERROR,
|
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/ |
JFmRxStatus.java | 23 6), INTERNAL_ERROR(7), TRANSPORT_INIT_ERR(8), HARDWARE_ERR(9), NO_VALUE_AVAILABLE(10), CONTEXT_DOESNT_EXIST(
|
JFmTxStatus.java | 23 6), INTERNAL_ERROR(7), TRANSPORT_INIT_ERR(8), HARDWARE_ERR(9), NO_VALUE_AVAILABLE(10), CONTEXT_DOESNT_EXIST(
|
/external/elfutils/src/ |
strip.c | 119 #define INTERNAL_ERROR(fname) \ 364 INTERNAL_ERROR (fname); 477 INTERNAL_ERROR (fname); 510 INTERNAL_ERROR (fname); 534 INTERNAL_ERROR (fname); 574 INTERNAL_ERROR (fname); 611 INTERNAL_ERROR (fname); 735 INTERNAL_ERROR (fname); 750 INTERNAL_ERROR (fname); 770 INTERNAL_ERROR (fname) [all...] |
size.c | 116 #define INTERNAL_ERROR(fname) \ 314 INTERNAL_ERROR (fname); 326 INTERNAL_ERROR (fname); 393 INTERNAL_ERROR (fname); 397 INTERNAL_ERROR (fname); 428 INTERNAL_ERROR (fullname); 559 INTERNAL_ERROR (fullname); 618 INTERNAL_ERROR (fullname); 629 INTERNAL_ERROR (fullname);
|
nm.c | 135 #define INTERNAL_ERROR(fname) \ 377 INTERNAL_ERROR (fname); 389 INTERNAL_ERROR (fname); 399 INTERNAL_ERROR (fname); 497 INTERNAL_ERROR (fname); 728 INTERNAL_ERROR (fullname); 1057 INTERNAL_ERROR (fullname); 1069 INTERNAL_ERROR (fullname); [all...] |
objdump.c | 104 #define INTERNAL_ERROR(fname) \ 271 INTERNAL_ERROR (fname); 283 INTERNAL_ERROR (fname); 293 INTERNAL_ERROR (fname); 353 INTERNAL_ERROR (fname); 552 INTERNAL_ERROR (fname); 623 INTERNAL_ERROR (fname); 739 INTERNAL_ERROR (fname);
|
/packages/apps/SoundRecorder/src/com/android/soundrecorder/ |
Recorder.java | 45 public static final int INTERNAL_ERROR = 2; 172 setError(INTERNAL_ERROR); 188 setError(INTERNAL_ERROR); 222 setError(INTERNAL_ERROR);
|
/external/chromium_org/chrome/browser/chromeos/attestation/ |
platform_verification_flow.cc | 143 ReportError(callback, INTERNAL_ERROR); 160 base::Bind(&ReportError, callback, INTERNAL_ERROR)); 169 ReportError(context.callback, INTERNAL_ERROR); 213 ReportError(context.callback, INTERNAL_ERROR); 231 ReportError(context.callback, INTERNAL_ERROR); 316 ReportError(context.callback, INTERNAL_ERROR); 322 ReportError(context.callback, INTERNAL_ERROR);
|
platform_verification_flow.h | 66 INTERNAL_ERROR, // The operation failed unexpectedly.
|
/external/srec/srec/include/ |
duk_err.h | 97 INTERNAL_ERROR,
|
/external/chromium_org/components/autofill/content/browser/wallet/ |
wallet_client.h | 92 INTERNAL_ERROR, // Unknown server side error.
|
/packages/apps/Exchange/src/com/android/exchange/eas/ |
EasOperation.java | [all...] |