Home
last modified time | relevance | path

Searched refs:statusTypeOCSP (Results 1 – 25 of 185) sorted by relevance

12345678

/dports/lang/gcc48/gcc-4.8.5/libgo/go/crypto/tls/
H A Dhandshake_messages.go307 m.ocspStapling = length > 0 && data[0] == statusTypeOCSP
690 if m.statusType == statusTypeOCSP {
697 x[4] = statusTypeOCSP
720 if m.statusType == statusTypeOCSP {
H A Dcommon.go87 statusTypeOCSP uint8 = 1 const
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/crypto/tls/
H A Dhandshake_messages.go307 m.ocspStapling = length > 0 && data[0] == statusTypeOCSP
690 if m.statusType == statusTypeOCSP {
697 x[4] = statusTypeOCSP
720 if m.statusType == statusTypeOCSP {
H A Dcommon.go87 statusTypeOCSP uint8 = 1 const
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/crypto/tls/
H A Dhandshake_messages.go333 m.ocspStapling = length > 0 && data[0] == statusTypeOCSP
733 if m.statusType == statusTypeOCSP {
740 x[4] = statusTypeOCSP
763 if m.statusType == statusTypeOCSP {
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/crypto/tls/
H A Dhandshake_messages.go433 m.ocspStapling = statusType == statusTypeOCSP
1325 b.AddUint8(statusTypeOCSP)
1394 if !extData.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
1469 b.AddUint8(statusTypeOCSP)
1485 !s.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
/dports/lang/gcc10/gcc-10.3.0/libgo/go/crypto/tls/
H A Dhandshake_messages.go433 m.ocspStapling = statusType == statusTypeOCSP
1325 b.AddUint8(statusTypeOCSP)
1394 if !extData.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
1469 b.AddUint8(statusTypeOCSP)
1485 !s.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/crypto/tls/
H A Dhandshake_messages.go432 m.ocspStapling = statusType == statusTypeOCSP
1324 b.AddUint8(statusTypeOCSP)
1393 if !extData.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
1468 b.AddUint8(statusTypeOCSP)
1484 !s.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/crypto/tls/
H A Dhandshake_messages.go433 m.ocspStapling = statusType == statusTypeOCSP
1325 b.AddUint8(statusTypeOCSP)
1394 if !extData.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
1469 b.AddUint8(statusTypeOCSP)
1485 !s.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
/dports/lang/gcc11/gcc-11.2.0/libgo/go/crypto/tls/
H A Dhandshake_messages.go433 m.ocspStapling = statusType == statusTypeOCSP
1325 b.AddUint8(statusTypeOCSP)
1394 if !extData.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
1469 b.AddUint8(statusTypeOCSP)
1485 !s.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/crypto/tls/
H A Dhandshake_messages.go433 m.ocspStapling = statusType == statusTypeOCSP
1325 b.AddUint8(statusTypeOCSP)
1394 if !extData.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
1469 b.AddUint8(statusTypeOCSP)
1485 !s.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/xtls/go/
H A Dhandshake_messages.go433 m.ocspStapling = statusType == statusTypeOCSP
1325 b.AddUint8(statusTypeOCSP)
1394 if !extData.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
1469 b.AddUint8(statusTypeOCSP)
1485 !s.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/crypto/tls/
H A Dhandshake_messages.go433 m.ocspStapling = statusType == statusTypeOCSP
1325 b.AddUint8(statusTypeOCSP)
1394 if !extData.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
1469 b.AddUint8(statusTypeOCSP)
1485 !s.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/crypto/tls/
H A Dhandshake_messages.go433 m.ocspStapling = statusType == statusTypeOCSP
1325 b.AddUint8(statusTypeOCSP)
1394 if !extData.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
1469 b.AddUint8(statusTypeOCSP)
1485 !s.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/crypto/tls/
H A Dhandshake_messages.go433 m.ocspStapling = statusType == statusTypeOCSP
1325 b.AddUint8(statusTypeOCSP)
1394 if !extData.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
1469 b.AddUint8(statusTypeOCSP)
1485 !s.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/crypto/tls/
H A Dhandshake_messages.go401 m.ocspStapling = length > 0 && data[0] == statusTypeOCSP
956 if m.statusType == statusTypeOCSP {
963 x[4] = statusTypeOCSP
986 if m.statusType == statusTypeOCSP {
/dports/lang/gcc8/gcc-8.5.0/libgo/go/crypto/tls/
H A Dhandshake_messages.go415 m.ocspStapling = length > 0 && data[0] == statusTypeOCSP
987 if m.statusType == statusTypeOCSP {
994 x[4] = statusTypeOCSP
1017 if m.statusType == statusTypeOCSP {
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/crypto/tls/
H A Dhandshake_messages.go401 m.ocspStapling = length > 0 && data[0] == statusTypeOCSP
952 if m.statusType == statusTypeOCSP {
959 x[4] = statusTypeOCSP
982 if m.statusType == statusTypeOCSP {
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/crypto/tls/
H A Dhandshake_messages.go415 m.ocspStapling = length > 0 && data[0] == statusTypeOCSP
987 if m.statusType == statusTypeOCSP {
994 x[4] = statusTypeOCSP
1017 if m.statusType == statusTypeOCSP {
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/crypto/tls/
H A Dhandshake_messages.go415 m.ocspStapling = length > 0 && data[0] == statusTypeOCSP
987 if m.statusType == statusTypeOCSP {
994 x[4] = statusTypeOCSP
1017 if m.statusType == statusTypeOCSP {
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/crypto/tls/
H A Dhandshake_messages.go401 m.ocspStapling = length > 0 && data[0] == statusTypeOCSP
956 if m.statusType == statusTypeOCSP {
963 x[4] = statusTypeOCSP
986 if m.statusType == statusTypeOCSP {
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/crypto/tls/
H A Dhandshake_messages.go415 m.ocspStapling = length > 0 && data[0] == statusTypeOCSP
987 if m.statusType == statusTypeOCSP {
994 x[4] = statusTypeOCSP
1017 if m.statusType == statusTypeOCSP {
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/crypto/tls/
H A Dhandshake_messages.go415 m.ocspStapling = length > 0 && data[0] == statusTypeOCSP
987 if m.statusType == statusTypeOCSP {
994 x[4] = statusTypeOCSP
1017 if m.statusType == statusTypeOCSP {
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/scan/crypto/tls/
H A Dhandshake_messages.go401 m.ocspStapling = length > 0 && data[0] == statusTypeOCSP
956 if m.statusType == statusTypeOCSP {
963 x[4] = statusTypeOCSP
986 if m.statusType == statusTypeOCSP {
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/crypto/tls/
H A Dhandshake_messages.go415 m.ocspStapling = length > 0 && data[0] == statusTypeOCSP
987 if m.statusType == statusTypeOCSP {
994 x[4] = statusTypeOCSP
1017 if m.statusType == statusTypeOCSP {

12345678