HomeSort by relevance Sort by last modified time
    Searched full:illegal_parameter (Results 1 - 18 of 18) sorted by null

  /libcore/crypto/src/main/java/org/conscrypt/
AlertProtocol.java 87 * Defines the description code of the illegal_parameter alert
89 protected static final byte ILLEGAL_PARAMETER = 47;
233 case ILLEGAL_PARAMETER:
234 return "illegal_parameter";
  /external/chromium_org/third_party/tlslite/tlslite/
constants.py 90 illegal_parameter = 47 variable in class:AlertDescription
219 badA: (AlertDescription.illegal_parameter,),\
errors.py 42 AlertDescription.illegal_parameter: "illegal_parameter",\
TLSConnection.py 575 AlertDescription.illegal_parameter,
580 AlertDescription.illegal_parameter,
585 AlertDescription.illegal_parameter,
602 AlertDescription.illegal_parameter,\
746 AlertDescription.illegal_parameter,
    [all...]
TLSRecordLayer.py     [all...]
  /external/chromium_org/net/third_party/nss/ssl/
ssl3prot.h 90 illegal_parameter = 47, enumerator in enum:__anon9455
ssl3ecc.c 327 SSL3AlertDescription desc = illegal_parameter;
609 SSL3AlertDescription desc = illegal_parameter;
    [all...]
dtlscon.c 960 SSL3AlertDescription desc = illegal_parameter;
    [all...]
ssl3con.c     [all...]
  /external/chromium_org/net/third_party/nss/patches/
fallbackscsv.patch 34 case illegal_parameter: error = SSL_ERROR_ILLEGAL_PARAMETER_ALERT;break;
aesgcm.patch     [all...]
  /external/chromium_org/net/cert/
cert_verify_proc_win.cc 98 // We received an unexpected_message or illegal_parameter alert message
  /external/chromium_org/third_party/openssl/openssl/apps/
s_cb.c 513 str_details2 = " illegal_parameter";
  /external/openssl/apps/
s_cb.c 513 str_details2 = " illegal_parameter";
  /external/chromium/net/base/
x509_certificate_win.cc 79 // We received an unexpected_message or illegal_parameter alert message
    [all...]
  /external/chromium/net/socket/
ssl_client_socket_mac.cc 164 case errSSLIllegalParam: // Received an illegal_parameter alert.
    [all...]
ssl_client_socket_win.cc 70 // illegal_parameter
    [all...]
  /external/chromium_org/third_party/tlslite/
readme.txt 355 seen in normal operation (unexpected_message, decode_error, illegal_parameter,

Completed in 181 milliseconds