Searched refs:add_cb_wrap (Results 1 – 1 of 1) sorted by relevance
37 custom_ext_add_cb_wrap *add_cb_wrap = (custom_ext_add_cb_wrap *)add_arg; in custom_ext_add_old_cb_wrap() local39 if (add_cb_wrap->add_cb == NULL) in custom_ext_add_old_cb_wrap()42 return add_cb_wrap->add_cb(s, ext_type, out, outlen, al, in custom_ext_add_old_cb_wrap()43 add_cb_wrap->add_arg); in custom_ext_add_old_cb_wrap()50 custom_ext_add_cb_wrap *add_cb_wrap = (custom_ext_add_cb_wrap *)add_arg; in custom_ext_free_old_cb_wrap() local52 if (add_cb_wrap->free_cb == NULL) in custom_ext_free_old_cb_wrap()55 add_cb_wrap->free_cb(s, ext_type, out, add_cb_wrap->add_arg); in custom_ext_free_old_cb_wrap()420 custom_ext_add_cb_wrap *add_cb_wrap in add_old_custom_ext() local421 = OPENSSL_malloc(sizeof(*add_cb_wrap)); in add_old_custom_ext()426 if (add_cb_wrap == NULL || parse_cb_wrap == NULL) { in add_old_custom_ext()[all …]