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

  /src/crypto/external/bsd/openssl/dist/ssl/record/
rec_layer_s3.c 687 SSL3_RECORD *thiswr; local
875 thiswr = &wr[j];
888 SSL3_RECORD_set_type(thiswr, rectype);
899 SSL3_RECORD_set_rec_version(thiswr, version);
923 SSL3_RECORD_set_data(thiswr, compressdata);
924 SSL3_RECORD_set_length(thiswr, pipelens[j]);
925 SSL3_RECORD_set_input(thiswr, (unsigned char *)&buf[totlen]);
929 * we now 'read' from thiswr->input, thiswr->length bytes into
930 * thiswr->dat
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/ssl/record/
rec_layer_s3.c 672 SSL3_RECORD *thiswr; local
847 thiswr = &wr[j];
860 SSL3_RECORD_set_type(thiswr, rectype);
871 SSL3_RECORD_set_rec_version(thiswr, version);
892 SSL3_RECORD_set_data(thiswr, compressdata);
893 SSL3_RECORD_set_length(thiswr, pipelens[j]);
894 SSL3_RECORD_set_input(thiswr, (unsigned char *)&buf[totlen]);
898 * we now 'read' from thiswr->input, thiswr->length bytes into
899 * thiswr->dat
    [all...]
  /src/crypto/external/apache2/openssl/dist/ssl/record/methods/
tls_common.c 1645 TLS_RL_RECORD *thiswr)
1651 * we should still have the output to thiswr->data and the input from
1652 * wr->input. Length should be thiswr->length. thiswr->data still points
1660 || !rl->funcs->mac(rl, thiswr, mac, 1)) {
1684 TLS_RL_RECORD_set_data(thiswr, recordstart);
1685 TLS_RL_RECORD_reset_input(thiswr);
1686 TLS_RL_RECORD_set_length(thiswr, len);
1695 TLS_RL_RECORD *thiswr)
1706 >= thiswr->length
1766 TLS_RL_RECORD *thiswr; local
    [all...]
recmethod_local.h 180 TLS_RL_RECORD *thiswr);
190 TLS_RL_RECORD *thiswr);
200 TLS_RL_RECORD *thiswr);
429 TLS_RL_RECORD *thiswr);
513 TLS_RL_RECORD *thiswr);
518 TLS_RL_RECORD *thiswr);
tls13_meth.c 331 TLS_RL_RECORD *thiswr)
343 TLS_RL_RECORD_add_length(thiswr, 1);
346 rlen = TLS_RL_RECORD_get_length(thiswr);
406 TLS_RL_RECORD_add_length(thiswr, padding);
tlsany_meth.c 139 TLS_RL_RECORD *thiswr)
ktls_meth.c 508 TLS_RL_RECORD *thiswr)
518 TLS_RL_RECORD *thiswr)
dtls_meth.c 733 TLS_RL_RECORD *thiswr)
736 thispkt, thiswr)) {

Completed in 18 milliseconds