Searched refs:rrec (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Ddtls1.h255 SSL3_RECORD rrec; member in struct:dtls1_record_data_st
H A Dssl3.h374 SSL3_RECORD rrec; /* each decoded record goes in here */ member in struct:ssl3_state_st
/external/openssl/include/openssl/
H A Ddtls1.h271 SSL3_RECORD rrec; member in struct:dtls1_record_data_st
H A Dssl3.h436 SSL3_RECORD rrec; /* each decoded record goes in here */ member in struct:ssl3_state_st
/external/openssl/ssl/
H A Ddtls1.h271 SSL3_RECORD rrec; member in struct:dtls1_record_data_st
H A Dd1_pkt.c199 memcpy(&(s->s3->rrec), &(rdata->rrec), sizeof(SSL3_RECORD));
232 memcpy(&(rdata->rrec), &(s->s3->rrec), sizeof(SSL3_RECORD));
247 memset(&(s->s3->rrec), 0, sizeof(SSL3_RECORD));
320 s->s3->rrec.seq_num);
364 memcpy(&(s->s3->rrec), &(rdata->rrec), sizeof(SSL3_RECORD));
388 rr= &(s->s3->rrec);
526 * ssl->s3->rrec
[all...]
H A Dd1_enc.c129 /* dtls1_enc encrypts/decrypts the record in |s->wrec| / |s->rrec|, respectively.
179 rec= &(s->s3->rrec);
H A Ds3_enc.c271 if (s->s3->rrec.comp == NULL)
272 s->s3->rrec.comp=(unsigned char *)
274 if (s->s3->rrec.comp == NULL)
468 /* ssl3_enc encrypts/decrypts the record in |s->wrec| / |s->rrec|, respectively.
497 rec= &(s->s3->rrec);
732 rec= &(ssl->s3->rrec);
H A Dd1_both.c1482 unsigned char *p = &s->s3->rrec.data[0], *pl;
1489 &s->s3->rrec.data[0], s->s3->rrec.length,
1493 if (1 + 2 + 16 > s->s3->rrec.length)
1495 if (s->s3->rrec.length > SSL3_RT_MAX_PLAIN_LENGTH)
1500 if (1 + 2 + payload + 16 > s->s3->rrec.length)
H A Dt1_enc.c398 if (s->s3->rrec.comp == NULL)
399 s->s3->rrec.comp=(unsigned char *)
401 if (s->s3->rrec.comp == NULL)
675 /* tls1_enc encrypts/decrypts the record in |s->wrec| / |s->rrec|, respectively.
735 rec= &(s->s3->rrec);
998 rec= &(ssl->s3->rrec);
H A Ds3_lib.c2972 return (s->s3->rrec.type == SSL3_RT_APPLICATION_DATA) ? s->s3->rrec.length : 0;
2981 memset(s3->rrec.seq_num,0,sizeof(s3->rrec.seq_num));
3017 if (s->s3->rrec.comp != NULL)
3018 OPENSSL_free(s->s3->rrec.comp);
3066 if (s->s3->rrec.comp != NULL)
3068 OPENSSL_free(s->s3->rrec.comp);
3069 s->s3->rrec.comp=NULL;
H A Ds3_pkt.c286 * ssl->s3->rrec.type - is the type of record
287 * ssl->s3->rrec.data, - data
288 * ssl->s3->rrec.length, - number of bytes
304 rr= &(s->s3->rrec);
522 * ssl->s3->rrec.type is the type of record
523 * ssl->s3->rrec.length == number of bytes in record
524 * ssl->s3->rrec.off == offset to first valid byte
525 * ssl->s3->rrec.data == where to take bytes from, increment
563 rr= &(ssl->s3->rrec);
1043 /* s->s3->rrec
[all...]
H A Dssl3.h436 SSL3_RECORD rrec; /* each decoded record goes in here */ member in struct:ssl3_state_st
H A Dt1_lib.c2776 unsigned char *p = &s->s3->rrec.data[0], *pl;
2783 &s->s3->rrec.data[0], s->s3->rrec.length,
2787 if (1 + 2 + 16 > s->s3->rrec.length)
2791 if (1 + 2 + payload + 16 > s->s3->rrec.length)
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dd1_pkt.c197 memcpy(&(s->s3->rrec), &(rdata->rrec), sizeof(SSL3_RECORD));
230 memcpy(&(rdata->rrec), &(s->s3->rrec), sizeof(SSL3_RECORD));
237 memset(&(s->s3->rrec), 0, sizeof(SSL3_RECORD));
310 s->s3->rrec.seq_num);
354 memcpy(&(s->s3->rrec), &(rdata->rrec), sizeof(SSL3_RECORD));
378 rr= &(s->s3->rrec);
499 * ssl->s3->rrec
[all...]
H A Dd1_enc.c125 /* dtls1_enc encrypts/decrypts the record in |s->wrec| / |s->rrec|, respectively.
175 rec= &(s->s3->rrec);
H A Ds3_lib.c966 return (s->s3->rrec.type == SSL3_RT_APPLICATION_DATA) ? s->s3->rrec.length : 0;
989 memset(s3->rrec.seq_num,0,sizeof(s3->rrec.seq_num));
H A Dt1_enc.c691 /* tls1_enc encrypts/decrypts the record in |s->wrec| / |s->rrec|, respectively.
712 rec = &s->s3->rrec;
878 rec= &(s->s3->rrec);
1093 rec= &(ssl->s3->rrec);
H A Ds3_enc.c396 /* ssl3_enc encrypts/decrypts the record in |s->wrec| / |s->rrec|, respectively.
425 rec= &(s->s3->rrec);
649 rec= &(ssl->s3->rrec);
H A Ds3_pkt.c287 * ssl->s3->rrec.type - is the type of record
288 * ssl->s3->rrec.data, - data
289 * ssl->s3->rrec.length, - number of bytes
305 rr= &(s->s3->rrec);
508 * ssl->s3->rrec.type is the type of record
509 * ssl->s3->rrec.length == number of bytes in record
510 * ssl->s3->rrec.off == offset to first valid byte
511 * ssl->s3->rrec.data == where to take bytes from, increment
996 /* s->s3->rrec.type - is the type of record
997 * s->s3->rrec
[all...]
/external/libpcap/Win32/Include/arpa/
H A Dnameser.h295 struct rrec { struct
/external/tcpdump/
H A Dnameser.h261 struct rrec { struct

Completed in 964 milliseconds