HomeSort by relevance Sort by last modified time
    Searched refs:TLS_PSK_WITH_AES_256_GCM_SHA384 (Results 1 - 3 of 3) sorted by null

  /external/libcups/cups/
tlscheck.c 394 case TLS_PSK_WITH_AES_256_GCM_SHA384:
395 cipherName = "TLS_PSK_WITH_AES_256_GCM_SHA384";
  /external/scapy/scapy/layers/tls/crypto/
suites.py 484 class TLS_PSK_WITH_AES_256_GCM_SHA384(_GenericCipherSuite):
  /external/curl/lib/vtls/
sectransp.c 799 case TLS_PSK_WITH_AES_256_GCM_SHA384:
800 return "TLS_PSK_WITH_AES_256_GCM_SHA384";
812 return "TLS_PSK_WITH_AES_256_GCM_SHA384";
    [all...]

Completed in 2365 milliseconds