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

  /libcore/crypto/src/main/java/org/conscrypt/
AlertProtocol.java 75 * Defines the description code of the certificate_revoked alert
77 protected static final byte CERTIFICATE_REVOKED = 44;
227 case CERTIFICATE_REVOKED:
228 return "certificate_revoked";
  /external/chromium_org/third_party/tlslite/tlslite/
errors.py 39 AlertDescription.certificate_revoked: "certificate_revoked",\
constants.py 87 certificate_revoked = 44 variable in class:AlertDescription
  /external/chromium_org/net/third_party/nss/ssl/
ssl3prot.h 87 certificate_revoked = 44, enumerator in enum:__anon12171
ssl.h     [all...]
ssl3con.c     [all...]
  /external/chromium/net/socket/
ssl_client_socket_win.cc 55 // or certificate_revoked alert.
    [all...]
ssl_client_socket_mac.cc 198 // certificate_revoked
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
s_cb.c 504 str_details2 = " certificate_revoked";
  /external/openssl/apps/
s_cb.c 504 str_details2 = " certificate_revoked";

Completed in 270 milliseconds