Lines Matching refs:parse_arg
24 void *parse_arg; member
62 int *al, void *parse_arg) in custom_ext_parse_old_cb_wrap() argument
65 (custom_ext_parse_cb_wrap *)parse_arg; in custom_ext_parse_old_cb_wrap()
71 parse_cb_wrap->parse_arg); in custom_ext_parse_old_cb_wrap()
162 ext_size, x, chainidx, &al, meth->parse_arg) <= 0) { in custom_ext_parse()
309 methdst->parse_arg = NULL; in custom_exts_copy()
315 methdst->parse_arg = OPENSSL_memdup(methsrc->parse_arg, in custom_exts_copy()
318 if (methdst->add_arg == NULL || methdst->parse_arg == NULL) in custom_exts_copy()
342 OPENSSL_free(meth->parse_arg); in custom_exts_free()
363 void *parse_arg) in ossl_tls_add_custom_ext_intern() argument
419 meth->parse_arg = parse_arg; in ossl_tls_add_custom_ext_intern()
430 custom_ext_parse_cb parse_cb, void *parse_arg) in add_old_custom_ext() argument
447 parse_cb_wrap->parse_arg = parse_arg; in add_old_custom_ext()
471 custom_ext_parse_cb parse_cb, void *parse_arg) in SSL_CTX_add_client_custom_ext() argument
478 add_cb, free_cb, add_arg, parse_cb, parse_arg); in SSL_CTX_add_client_custom_ext()
485 custom_ext_parse_cb parse_cb, void *parse_arg) in SSL_CTX_add_server_custom_ext() argument
492 add_cb, free_cb, add_arg, parse_cb, parse_arg); in SSL_CTX_add_server_custom_ext()
500 SSL_custom_ext_parse_cb_ex parse_cb, void *parse_arg) in SSL_CTX_add_custom_ext() argument
504 parse_cb, parse_arg); in SSL_CTX_add_custom_ext()