Home
last modified time | relevance | path

Searched refs:TLS_RSA_WITH_NULL_SHA256 (Results 1 – 9 of 9) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DCipherSuite.java92 TLS_RSA_WITH_NULL_SHA256("TLS_RSA_WITH_NULL_SHA256", 0x003b, 5246, 7, 21), enumConstant
/external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/
DCipherSuite.java96 TLS_RSA_WITH_NULL_SHA256("TLS_RSA_WITH_NULL_SHA256", 0x003b, 5246, 7, 21), enumConstant
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DCipherSuite.java94 TLS_RSA_WITH_NULL_SHA256("TLS_RSA_WITH_NULL_SHA256", 0x003b, 5246, 7, 21), enumConstant
/external/wpa_supplicant_8/src/tls/
Dtlsv1_common.h90 #define TLS_RSA_WITH_NULL_SHA256 0x003B /* RFC 5246 */ macro
/external/libcups/cups/
Dtlscheck.c240 case TLS_RSA_WITH_NULL_SHA256: in main()
Dtls-darwin.c1297 case TLS_RSA_WITH_NULL_SHA256 : in _httpTLSStart()
/external/scapy/scapy/layers/tls/crypto/
Dsuites.py316 class TLS_RSA_WITH_NULL_SHA256(_GenericCipherSuite): class
/external/curl/lib/vtls/
Dnss.c179 #ifdef TLS_RSA_WITH_NULL_SHA256
181 {"rsa_null_sha_256", TLS_RSA_WITH_NULL_SHA256},
Dsectransp.c578 case TLS_RSA_WITH_NULL_SHA256: in TLSCipherNameForNumber()