Lines Matching refs:arg

102 static int select_server_ctx(SSL *s, void *arg, int ignore)  in select_server_ctx()  argument
114 SSL_CTX *new_ctx = (SSL_CTX*)arg; in select_server_ctx()
138 static int client_hello_select_server_ctx(SSL *s, void *arg, int ignore) in client_hello_select_server_ctx() argument
178 SSL_CTX *new_ctx = arg; in client_hello_select_server_ctx()
211 static int servername_ignore_cb(SSL *s, int *ad, void *arg) in servername_ignore_cb() argument
213 return select_server_ctx(s, arg, 1); in servername_ignore_cb()
216 static int servername_reject_cb(SSL *s, int *ad, void *arg) in servername_reject_cb() argument
218 return select_server_ctx(s, arg, 0); in servername_reject_cb()
221 static int client_hello_ignore_cb(SSL *s, int *al, void *arg) in client_hello_ignore_cb() argument
223 if (!client_hello_select_server_ctx(s, arg, 1)) { in client_hello_ignore_cb()
230 static int client_hello_reject_cb(SSL *s, int *al, void *arg) in client_hello_reject_cb() argument
232 if (!client_hello_select_server_ctx(s, arg, 0)) { in client_hello_reject_cb()
239 static int client_hello_nov12_cb(SSL *s, int *al, void *arg) in client_hello_nov12_cb() argument
258 ret = client_hello_select_server_ctx(s, arg, 0); in client_hello_nov12_cb()
270 static int server_ocsp_cb(SSL *s, void *arg) in server_ocsp_cb() argument
280 *resp = *(unsigned char *)arg; in server_ocsp_cb()
289 static int client_ocsp_cb(SSL *s, void *arg) in client_ocsp_cb() argument
301 static int verify_reject_cb(X509_STORE_CTX *ctx, void *arg) { in verify_reject_cb() argument
307 static int verify_retry_cb(X509_STORE_CTX *ctx, void *arg) { in verify_retry_cb() argument
322 static int verify_accept_cb(X509_STORE_CTX *ctx, void *arg) { in verify_accept_cb() argument
401 void *arg) in client_npn_cb() argument
403 CTX_DATA *ctx_data = (CTX_DATA*)(arg); in client_npn_cb()
415 unsigned int *len, void *arg) in server_npn_cb() argument
417 CTX_DATA *ctx_data = (CTX_DATA*)(arg); in server_npn_cb()
432 unsigned int inlen, void *arg) in server_alpn_cb() argument
434 CTX_DATA *ctx_data = (CTX_DATA*)(arg); in server_alpn_cb()
455 static int generate_session_ticket_cb(SSL *s, void *arg) in generate_session_ticket_cb() argument
457 CTX_DATA *server_ctx_data = arg; in generate_session_ticket_cb()
471 void *arg) in decrypt_session_ticket_cb() argument