Home
last modified time | relevance | path

Searched refs:ExtensionType (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/tlslite/tlslite/
Dmessages.py165 if extType == ExtensionType.srp:
167 elif extType == ExtensionType.cert_type:
169 elif extType == ExtensionType.tack:
171 elif extType == ExtensionType.supports_npn:
173 elif extType == ExtensionType.server_name:
185 elif extType == ExtensionType.channel_id:
187 elif extType == ExtensionType.signed_cert_timestamps:
191 elif extType == ExtensionType.status_request:
225 w2.add(ExtensionType.cert_type, 2)
229 w2.add(ExtensionType.srp, 2)
[all …]
Dconstants.py51 class ExtensionType: # RFC 6066 / 4366 class
/external/chromium_org/third_party/openssl/openssl/patches/
Dpaddingext.patch5 /* ExtensionType value from RFC5620 */
8 +/* ExtensionType value for TLS padding extension.
14 /* ExtensionType value from RFC4507 */
85 /* ExtensionType value from RFC5620 */
88 +/* ExtensionType value for TLS padding extension.
94 /* ExtensionType value from RFC4507 */
/external/chromium_org/third_party/tlslite/patches/
Dsigned_certificate_timestamps.patch5 @@ -44,6 +44,7 @@ class ExtensionType: # RFC 6066 / 4366
27 elif extType == ExtensionType.channel_id:
29 + elif extType == ExtensionType.signed_cert_timestamps:
46 w2.add(ExtensionType.channel_id, 2)
49 + w2.add(ExtensionType.signed_cert_timestamps, 2)
Dchannel_id.patch13 @@ -45,6 +46,7 @@ class ExtensionType: # RFC 6066 / 4366
37 + elif extType == ExtensionType.channel_id:
51 w2.add(ExtensionType.supports_npn, 2)
55 + w2.add(ExtensionType.channel_id, 2)
75 + if extType == ExtensionType.channel_id:
Dstatus_request.patch20 class ExtensionType: # RFC 6066 / 4366
42 + elif extType == ExtensionType.status_request:
68 w2.add(ExtensionType.signed_cert_timestamps, 2)
71 + w2.add(ExtensionType.status_request, 2)
/external/chromium_org/third_party/openssl/patches.chromium/
D0008-paddingext.patch84 + /* ExtensionType value from RFC5620 */
87 ++/* ExtensionType value for TLS padding extension.
93 + /* ExtensionType value from RFC4507 */
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
Dextension_installed_bubble_controller.h49 } ExtensionType; typedef
65 extension_installed_bubble::ExtensionType type_;
Dextension_installed_bubble_controller_unittest.mm84 extension_installed_bubble::ExtensionType type) {
/external/openssl/patches/
D0008-alpn.patch581 /* ExtensionType value from RFC5620 */
584 +/* ExtensionType value from draft-ietf-tls-applayerprotoneg-00 */
587 /* ExtensionType value from RFC4507 */
/external/chromium_org/third_party/protobuf/src/google/protobuf/
Dextension_set.h218 FieldType ExtensionType(int number) const;
Dextension_set.cc200 FieldType ExtensionSet::ExtensionType(int number) const { in ExtensionType() function in google::protobuf::internal::ExtensionSet
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp667 unsigned ExtensionType = cast<ConstantSDNode>( in SelectLoadVector() local
669 if (ExtensionType == ISD::SEXTLOAD) in SelectLoadVector()