Home
last modified time | relevance | path

Searched refs:io_func_t (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/bio/
Dbio.c147 typedef int (*io_func_t)(BIO *, char *, int); in bio_io() typedef
148 io_func_t io_func = NULL; in bio_io()
152 *((const io_func_t *)(((const uint8_t *)bio->method) + method_offset)); in bio_io()