Home
last modified time | relevance | path

Searched defs:ssl (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/networking/ssl_helper/
Dssl_helper.c143 static int32 certCb(ssl_t *ssl, psX509Cert_t *cert, int32 alert) in certCb()
156 static void close_conn_and_exit(ssl_t *ssl, int fd) in close_conn_and_exit()
177 static int encode_data(ssl_t *ssl, const void *data, int len) in encode_data()
193 static void flush_to_net(ssl_t *ssl, int fd) in flush_to_net()
215 ssl_t *ssl; in do_io_until_eof_and_exit() local
/busybox-1.35.0/networking/ssl_helper-wolfssl/
Dssl_helper.c157 WOLFSSL* ssl; in prepare() local
378 static void do_io_until_eof_and_exit(WOLFSSL *ssl, int fd) in do_io_until_eof_and_exit()
442 WOLFSSL *ssl; in main() local