OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIO_find_type
(Results
1 - 3
of
3
) sorted by null
/external/boringssl/src/crypto/bio/
bio.c
418
BIO *
BIO_find_type
(BIO *bio, int type) {
/external/boringssl/src/include/openssl/
bio.h
302
/*
BIO_find_type
walks a chain of BIOs and returns the first that matches
304
OPENSSL_EXPORT BIO *
BIO_find_type
(BIO *bio, int type);
[
all
...]
/external/boringssl/src/ssl/
ssl_lib.c
983
BIO *b =
BIO_find_type
(SSL_get_rbio(ssl), BIO_TYPE_DESCRIPTOR);
992
BIO *b =
BIO_find_type
(SSL_get_wbio(ssl), BIO_TYPE_DESCRIPTOR);
[
all
...]
Completed in 33 milliseconds