Searched refs:exttype (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/openssl/openssl/util/perl/ |
D | checkhandshake.pm | 65 my ($proxy, $handtype, $exttype, $testname) = @_; 195 $exttype |= RENEGOTIATE_CLI_EXTENSION 218 ok (($extensions[$extloop][3] & $exttype) == 0 221 ." Extension: ".($extensions[$extloop][3] & $exttype).", " 223 $extcount++ if (($extensions[$extloop][3] & $exttype) != 0);
|
/third_party/openssl/util/perl/ |
D | checkhandshake.pm | 65 my ($proxy, $handtype, $exttype, $testname) = @_; 195 $exttype |= RENEGOTIATE_CLI_EXTENSION 218 ok (($extensions[$extloop][3] & $exttype) == 0 221 ." Extension: ".($extensions[$extloop][3] & $exttype).", " 223 $extcount++ if (($extensions[$extloop][3] & $exttype) != 0);
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
D | ngtcp2_crypto.c | 155 uint8_t *dest, size_t destlen, ngtcp2_transport_params_type exttype, in ngtcp2_encode_transport_params_versioned() argument 164 switch (exttype) { in ngtcp2_encode_transport_params_versioned() 280 if (exttype == NGTCP2_TRANSPORT_PARAMS_TYPE_ENCRYPTED_EXTENSIONS) { in ngtcp2_encode_transport_params_versioned() 521 ngtcp2_transport_params_type exttype, const uint8_t *data, size_t datalen) { in ngtcp2_decode_transport_params_versioned() argument 636 if (exttype != NGTCP2_TRANSPORT_PARAMS_TYPE_ENCRYPTED_EXTENSIONS) { in ngtcp2_decode_transport_params_versioned() 665 if (exttype != NGTCP2_TRANSPORT_PARAMS_TYPE_ENCRYPTED_EXTENSIONS) { in ngtcp2_decode_transport_params_versioned() 736 if (exttype != NGTCP2_TRANSPORT_PARAMS_TYPE_ENCRYPTED_EXTENSIONS) { in ngtcp2_decode_transport_params_versioned() 747 if (exttype != NGTCP2_TRANSPORT_PARAMS_TYPE_ENCRYPTED_EXTENSIONS) { in ngtcp2_decode_transport_params_versioned() 846 (exttype == NGTCP2_TRANSPORT_PARAMS_TYPE_ENCRYPTED_EXTENSIONS && in ngtcp2_decode_transport_params_versioned() 885 ngtcp2_transport_params_type exttype, in ngtcp2_decode_transport_params_new() argument [all …]
|
D | ngtcp2_log.h | 103 void ngtcp2_log_remote_tp(ngtcp2_log *log, uint8_t exttype,
|
D | ngtcp2_log.c | 595 void ngtcp2_log_remote_tp(ngtcp2_log *log, uint8_t exttype, in ngtcp2_log_remote_tp() argument 606 if (exttype == NGTCP2_TRANSPORT_PARAMS_TYPE_ENCRYPTED_EXTENSIONS) { in ngtcp2_log_remote_tp()
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/ |
D | ngtcp2.h | 2210 uint8_t *dest, size_t destlen, ngtcp2_transport_params_type exttype, 2239 ngtcp2_transport_params_type exttype, const uint8_t *data, size_t datalen); 2272 ngtcp2_transport_params **pparams, ngtcp2_transport_params_type exttype,
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 74486 u32 exttype; member 87849 __u16 exttype; member
|