Searched refs:nxt_cyassl_io_recv (Results 1 – 1 of 1) sorted by relevance
26 static int nxt_cyassl_io_recv(CYASSL *ssl, char *buf, int size, void *data);161 CyaSSL_SetIORecv(ctx, nxt_cyassl_io_recv); in nxt_cyassl_server_init()243 nxt_cyassl_io_recv(CYASSL *ssl, char *buf, int size, void *data) in nxt_cyassl_io_recv() function