HomeSort by: relevance | last modified time | path
    Searched refs:prepend_length (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/include/internal/
ktls.h 137 const size_t prepend_length = SSL3_RT_HEADER_LENGTH; local
139 if (length <= prepend_length) {
147 msg_iov.iov_base = p + prepend_length;
148 msg_iov.iov_len = length - prepend_length;
179 return ret + prepend_length;
364 const size_t prepend_length = SSL3_RT_HEADER_LENGTH; local
366 if (length < prepend_length + EVP_GCM_TLS_TAG_LEN) {
375 msg_iov.iov_base = p + prepend_length;
376 msg_iov.iov_len = length - prepend_length - EVP_GCM_TLS_TAG_LEN;
393 ret += prepend_length;
    [all...]
  /src/crypto/external/apache2/openssl/dist/include/internal/
ktls.h 152 const size_t prepend_length = SSL3_RT_HEADER_LENGTH; local
154 if (length <= prepend_length) {
162 msg_iov.iov_base = p + prepend_length;
163 msg_iov.iov_len = length - prepend_length;
195 return ret + prepend_length;
408 const size_t prepend_length = SSL3_RT_HEADER_LENGTH; local
410 if (length < prepend_length + EVP_GCM_TLS_TAG_LEN) {
419 msg_iov.iov_base = p + prepend_length;
420 msg_iov.iov_len = length - prepend_length - EVP_GCM_TLS_TAG_LEN;
437 ret += prepend_length;
    [all...]

Completed in 31 milliseconds