OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wrec
(Results
1 - 25
of
25
) sorted by null
/external/chromium_org/third_party/openssl/openssl/ssl/
d1_enc.c
129
/* dtls1_enc encrypts/decrypts the record in |s->
wrec
| / |s->rrec|, respectively.
154
rec= &(s->s3->
wrec
);
s3_enc.c
475
/* ssl3_enc encrypts/decrypts the record in |s->
wrec
| / |s->rrec|, respectively.
495
rec= &(s->s3->
wrec
);
724
rec= &(ssl->s3->
wrec
);
t1_enc.c
799
/* tls1_enc encrypts/decrypts the record in |s->
wrec
| / |s->rrec|, respectively.
818
rec = &s->s3->
wrec
;
952
rec= &(s->s3->
wrec
);
[
all
...]
s3_pkt.c
563
wr= &(ssl->s3->
wrec
);
665
wr= &(s->s3->
wrec
);
[
all
...]
ssl3.h
431
SSL3_RECORD
wrec
; /* goes out from here */
member in struct:ssl3_state_st
s3_lib.c
[
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
);
s3_enc.c
469
/* ssl3_enc encrypts/decrypts the record in |s->
wrec
| / |s->rrec|, respectively.
489
rec= &(s->s3->
wrec
);
718
rec= &(ssl->s3->
wrec
);
t1_enc.c
670
/* tls1_enc encrypts/decrypts the record in |s->
wrec
| / |s->rrec|, respectively.
695
rec= &(s->s3->
wrec
);
961
rec= &(ssl->s3->
wrec
);
[
all
...]
s3_pkt.c
563
wr= &(ssl->s3->
wrec
);
665
wr= &(s->s3->
wrec
);
[
all
...]
ssl3.h
431
SSL3_RECORD
wrec
; /* goes out from here */
member in struct:ssl3_state_st
s3_lib.c
[
all
...]
d1_pkt.c
[
all
...]
/external/iproute2/include/linux/
if_ether.h
69
* defined in draft-wilson-
wrec
-wccp-v2-00.txt */
/external/kernel-headers/original/linux/
if_ether.h
69
* defined in draft-wilson-
wrec
-wccp-v2-00.txt */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_ether.h
68
* defined in draft-wilson-
wrec
-wccp-v2-00.txt */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_ether.h
68
* defined in draft-wilson-
wrec
-wccp-v2-00.txt */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_ether.h
68
* defined in draft-wilson-
wrec
-wccp-v2-00.txt */
/external/chromium_org/third_party/openssl/openssl/patches/
aead_ssl_support.patch
562
/* tls1_enc encrypts/decrypts the record in |s->
wrec
| / |s->rrec|, respectively.
570
+ rec = &s->s3->
wrec
;
/external/chromium_org/third_party/openssl/openssl/include/openssl/
ssl3.h
431
SSL3_RECORD
wrec
; /* goes out from here */
member in struct:ssl3_state_st
/external/openssl/include/openssl/
ssl3.h
431
SSL3_RECORD
wrec
; /* goes out from here */
member in struct:ssl3_state_st
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py
[
all
...]
/external/chromium_org/third_party/openssl/patches.chromium/
0007-chacha.patch
651
+ /* tls1_enc encrypts/decrypts the record in |s->
wrec
| / |s->rrec|, respectively.
659
++ rec = &s->s3->
wrec
;
[
all
...]
Completed in 897 milliseconds