HomeSort by relevance Sort by last modified time
    Searched refs:wrec (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/boringssl/src/ssl/
d1_enc.c 125 /* dtls1_enc encrypts/decrypts the record in |s->wrec| / |s->rrec|, respectively.
150 rec= &(s->s3->wrec);
t1_enc.c 691 /* tls1_enc encrypts/decrypts the record in |s->wrec| / |s->rrec|, respectively.
710 rec = &s->s3->wrec;
848 rec= &(s->s3->wrec);
1087 rec= &(ssl->s3->wrec);
    [all...]
s3_enc.c 396 /* ssl3_enc encrypts/decrypts the record in |s->wrec| / |s->rrec|, respectively.
416 rec= &(s->s3->wrec);
642 rec= &(ssl->s3->wrec);
s3_lib.c 990 memset(s3->wrec.seq_num,0,sizeof(s3->wrec.seq_num));
    [all...]
s3_pkt.c 672 wr= &(s->s3->wrec);
    [all...]
d1_pkt.c     [all...]
  /external/openssl/ssl/
d1_enc.c 129 /* dtls1_enc encrypts/decrypts the record in |s->wrec| / |s->rrec|, respectively.
154 rec= &(s->s3->wrec);
ssl3.h 437 SSL3_RECORD wrec; /* goes out from here */ member in struct:ssl3_state_st
s3_enc.c 468 /* ssl3_enc encrypts/decrypts the record in |s->wrec| / |s->rrec|, respectively.
488 rec= &(s->s3->wrec);
725 rec= &(ssl->s3->wrec);
s3_pkt.c 581 wr= &(ssl->s3->wrec);
727 wr= &(s->s3->wrec);
    [all...]
t1_enc.c 675 /* tls1_enc encrypts/decrypts the record in |s->wrec| / |s->rrec|, respectively.
700 rec= &(s->s3->wrec);
992 rec= &(ssl->s3->wrec);
    [all...]
s3_lib.c     [all...]
d1_pkt.c     [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
ssl3.h 375 SSL3_RECORD wrec; /* goes out from here */ member in struct:ssl3_state_st
  /external/openssl/include/openssl/
ssl3.h 437 SSL3_RECORD wrec; /* goes out from here */ member in struct:ssl3_state_st

Completed in 183 milliseconds