Searched refs:SSL_METHOD_CALL (Results 1 – 2 of 2) sorted by relevance
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/ |
D | ssl_lib.c | 178 state = SSL_METHOD_CALL(get_state, ssl); in SSL_get_state() 340 ret = SSL_METHOD_CALL(new, ssl); in SSL_new() 371 SSL_METHOD_CALL(free, ssl); in SSL_free() 396 ret = SSL_METHOD_CALL(handshake, ssl); in SSL_do_handshake() 432 ret = SSL_METHOD_CALL(shutdown, ssl); in SSL_shutdown() 452 SSL_METHOD_CALL(free, ssl); in SSL_clear() 454 ret = SSL_METHOD_CALL(new, ssl); in SSL_clear() 479 ret = SSL_METHOD_CALL(read, ssl, buffer, len); in SSL_read() 516 ret = SSL_METHOD_CALL(send, ssl, pbuf, bytes); in SSL_write() 578 SSL_METHOD_CALL(free, ssl); in SSL_set_ssl_method() [all …]
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/ |
D | ssl_types.h | 54 #define SSL_METHOD_CALL(f, s, ...) s->method->func->ssl_##f(s, ##__VA_ARGS__) macro
|