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

  /external/boringssl/src/crypto/bio/
fd.c 131 BIO *BIO_new_fd(int fd, int close_flag) {
  /system/extras/verity/
verify_boot_signature.c 143 if ((in = BIO_new_fd(fd, BIO_NOCLOSE)) == NULL) {
454 if ((g_error = BIO_new_fd(STDERR_FILENO, BIO_NOCLOSE)) == NULL) {
  /external/boringssl/src/include/openssl/
bio.h 423 /* BIO_new_fd creates a new file descriptor BIO wrapping |fd|. If |close_flag|
425 OPENSSL_EXPORT BIO *BIO_new_fd(int fd, int close_flag);
    [all...]

Completed in 118 milliseconds