OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIO_new_fd
(Results
1 - 3
of
3
) sorted by null
/system/extras/verity/
verify_boot_signature.c
142
if ((in =
BIO_new_fd
(fd, BIO_NOCLOSE)) == NULL) {
421
if ((g_error =
BIO_new_fd
(STDERR_FILENO, BIO_NOCLOSE)) == NULL) {
/external/boringssl/src/crypto/bio/
fd.c
124
BIO *
BIO_new_fd
(int fd, int close_flag) {
/external/boringssl/src/include/openssl/
bio.h
438
/*
BIO_new_fd
creates a new file descriptor BIO wrapping |fd|. If |close_flag|
440
OPENSSL_EXPORT BIO *
BIO_new_fd
(int fd, int close_flag);
[
all
...]
Completed in 4432 milliseconds