Searched refs:TLS_RSA_WITH_NULL_SHA (Results 1 – 7 of 7) sorted by relevance
/external/syslinux/gpxe/src/include/gpxe/ |
D | tls.h | 73 #define TLS_RSA_WITH_NULL_SHA 0x0002 macro
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | CipherSuite.java | 37 TLS_RSA_WITH_NULL_SHA("SSL_RSA_WITH_NULL_SHA", 0x0002, 5246, 6, 10), enumConstant
|
/external/wpa_supplicant_8/src/tls/ |
D | tlsv1_common.h | 52 #define TLS_RSA_WITH_NULL_SHA 0x0002 /* RFC 2246 */ macro
|
/external/boringssl/src/ssl/test/runner/ |
D | cipher_suites.go | 141 {TLS_RSA_WITH_NULL_SHA, 0, 20, noIV, rsaKA, suiteNoDTLS, cipherNull, macSHA1, nil}, 452 TLS_RSA_WITH_NULL_SHA uint16 = 0x0002 const
|
D | runner.go | 1351 {"NULL-SHA", TLS_RSA_WITH_NULL_SHA},
|
/external/libcups/cups/ |
D | tlscheck.c | 228 case TLS_RSA_WITH_NULL_SHA: in main()
|
/external/curl/lib/vtls/ |
D | darwinssl.c | 491 case TLS_RSA_WITH_NULL_SHA: in TLSCipherNameForNumber()
|