OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bbio
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/boringssl/src/ssl/
ssl_lib.c
636
if (s->
bbio
!= NULL)
639
if (s->
bbio
== s->wbio)
643
BIO_free(s->
bbio
);
644
s->
bbio
=NULL;
710
if (s->
bbio
!= NULL)
712
if (s->wbio == s->
bbio
)
715
s->
bbio
->next_bio=NULL;
2699
BIO *
bbio
;
local
[
all
...]
d1_clnt.c
261
if (s->
bbio
!= s->wbio)
262
s->wbio=BIO_push(s->
bbio
,s->wbio);
s3_lib.c
[
all
...]
s3_clnt.c
270
if (s->
bbio
!= s->wbio)
271
s->wbio=BIO_push(s->
bbio
,s->wbio);
[
all
...]
/external/openssl/ssl/
ssl_lib.c
549
if (s->
bbio
!= NULL)
552
if (s->
bbio
== s->wbio)
556
BIO_free(s->
bbio
);
557
s->
bbio
=NULL;
640
if (s->
bbio
!= NULL)
642
if (s->wbio == s->
bbio
)
645
s->
bbio
->next_bio=NULL;
3056
BIO *
bbio
;
local
[
all
...]
d1_clnt.c
318
if (s->
bbio
!= s->wbio)
319
s->wbio=BIO_push(s->
bbio
,s->wbio);
[
all
...]
s3_lib.c
[
all
...]
ssl.h
1222
BIO *
bbio
; \/* used during session-id reuse to concatenate
member in struct:ssl_st
1227
char *
bbio
;
member in struct:ssl_st
[
all
...]
s3_clnt.c
293
if (s->
bbio
!= s->wbio)
294
s->wbio=BIO_push(s->
bbio
,s->wbio);
[
all
...]
/external/chromium_org/third_party/boringssl/src/include/openssl/
ssl.h
1236
BIO *
bbio
; \/* used during session-id reuse to concatenate
member in struct:ssl_st
1241
char *
bbio
;
member in struct:ssl_st
[
all
...]
/external/openssl/include/openssl/
ssl.h
1222
BIO *
bbio
; \/* used during session-id reuse to concatenate
member in struct:ssl_st
1227
char *
bbio
;
member in struct:ssl_st
[
all
...]
Completed in 94 milliseconds