Home
last modified time | relevance | path

Searched refs:_token_len (Results 1 – 6 of 6) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/quic/
H A DQUICTypes.cc333 &this->_token_len); in QUICResumptionToken()
334 ink_assert(this->_token_len == 20); in QUICResumptionToken()
335 this->_token_len += 1; in QUICResumptionToken()
338 this->_token_len += 4; in QUICResumptionToken()
341 this->_token_len += cid_len; in QUICResumptionToken()
386 &this->_token_len); in QUICRetryToken()
388 this->_token_len += 1; in QUICRetryToken()
391 this->_token_len += 1; in QUICRetryToken()
393 this->_token_len += cid_len; in QUICRetryToken()
395 this->_token_len += 1; in QUICRetryToken()
[all …]
H A DQUICTypes.h328 …QUICAddressValidationToken(const uint8_t *buf, size_t len) : _token_len(len) { memcpy(this->_token… in QUICAddressValidationToken()
347 return this->_token_len; in length()
355 unsigned int _token_len; variable
367 if (this->_token_len != x._token_len) {
370 return memcmp(this->_token, x._token, this->_token_len) == 0;
388 if (this->_token_len != x._token_len) {
391 return memcmp(this->_token, x._token, this->_token_len) == 0;
H A DQUICPacket.cc1088 _token_len(token_len), in QUICInitialPacket()
1127 QUICIntUtil::write_QUICVariableInt(this->_token_len, buf + written_len, &n); in header_block()
1131 memcpy(buf + written_len, this->_token.get(), this->_token_len); in header_block()
1132 written_len += this->_token_len; in header_block()
H A DQUICPacket.h385 size_t _token_len = 0;
/dports/www/trafficserver/trafficserver-9.1.1/plugins/s3_auth/
H A Ds3_auth.cc204 _secret_len = _keyid_len = _token_len = 0; in ~S3Config()
240 if (nullptr != _token || _token_len > 0) { in valid()
270 _token_len = src->_token_len; in copy_changes_from()
346 return _token_len; in token_len()
411 _token_len = strlen(s); in set_token()
500 size_t _token_len = 0; member in S3Config
/dports/devel/cmake-fedora/Modules/
H A DManageString.cmake430 STRING(LENGTH "${_token}" _token_len)
432 IF(_token_len GREATER 0 OR _ALLOW_EMPTY)
434 ENDIF(_token_len GREATER 0 OR _ALLOW_EMPTY)