Lines Matching refs:input
447 thisrr->input = in ssl3_get_record()
450 thisrr->input = in ssl3_get_record()
468 thisrr->data = thisrr->input; in ssl3_get_record()
802 wr->input, (int)wr->length); in ssl3_do_compress()
808 wr->input = wr->data; in ssl3_do_compress()
852 memmove(rec->data, rec->input, rec->length); in ssl3_enc()
853 rec->input = rec->data; in ssl3_enc()
875 memset(&rec->input[rec->length], 0, i); in ssl3_enc()
877 rec->input[l - 1] = (unsigned char)(i - 1); in ssl3_enc()
891 if (!EVP_CipherUpdate(ds, rec->data, &outlen, rec->input, in ssl3_enc()
915 if (EVP_Cipher(ds, rec->data, rec->input, (unsigned int)l) < 1) { in ssl3_enc()
987 if (recs[ctr].data != recs[ctr].input) { in tls1_enc()
994 } else if (RAND_bytes_ex(s->ctx->libctx, recs[ctr].input, in tls1_enc()
1019 memmove(recs[ctr].data, recs[ctr].input, recs[ctr].length); in tls1_enc()
1020 recs[ctr].input = recs[ctr].data; in tls1_enc()
1098 recs[ctr].input[loop] = padval; in tls1_enc()
1124 data[ctr] = recs[ctr].input; in tls1_enc()
1164 if (!EVP_CipherUpdate(ds, recs[0].data, &outlen, recs[0].input, in tls1_enc()
1177 recs[0].input += EVP_GCM_TLS_EXPLICIT_IV_LEN; in tls1_enc()
1180 recs[0].input += EVP_CCM_TLS_EXPLICIT_IV_LEN; in tls1_enc()
1183 recs[0].input += bs; in tls1_enc()
1210 tmpr = EVP_Cipher(ds, recs[0].data, recs[0].input, in tls1_enc()
1225 recs[ctr].input += EVP_GCM_TLS_EXPLICIT_IV_LEN; in tls1_enc()
1229 recs[ctr].input += EVP_CCM_TLS_EXPLICIT_IV_LEN; in tls1_enc()
1235 recs[ctr].input += bs; in tls1_enc()
1342 header, rec->input, in n_ssl3_mac()
1364 || EVP_DigestUpdate(md_ctx, rec->input, rec->length) <= 0 in n_ssl3_mac()
1458 || EVP_DigestSignUpdate(mac_ctx, rec->input, rec->length) <= 0 in tls1_mac()
1507 rr->input = &(RECORD_LAYER_get_packet(&s->rlayer)[DTLS1_RT_HEADER_LENGTH]); in dtls1_process_record()
1528 rr->data = rr->input; in dtls1_process_record()