Searched refs:parse_cb (Results 1 – 9 of 9) sorted by relevance
/third_party/openssl/ssl/statem/ |
D | extensions_cust.c | 25 custom_ext_parse_cb parse_cb; member 67 if (parse_cb_wrap->parse_cb == NULL) in custom_ext_parse_old_cb_wrap() 70 return parse_cb_wrap->parse_cb(s, ext_type, in, inlen, al, in custom_ext_parse_old_cb_wrap() 158 if (!meth->parse_cb) in custom_ext_parse() 161 if (meth->parse_cb(s, ext_type, context, ext_data, ext_size, x, chainidx, in custom_ext_parse() 349 SSL_custom_ext_parse_cb_ex parse_cb, in add_custom_ext_intern() argument 398 meth->parse_cb = parse_cb; in add_custom_ext_intern() 414 custom_ext_parse_cb parse_cb, void *parse_arg) in add_old_custom_ext() argument 432 parse_cb_wrap->parse_cb = parse_cb; in add_old_custom_ext() 455 custom_ext_parse_cb parse_cb, void *parse_arg) in SSL_CTX_add_client_custom_ext() argument [all …]
|
/third_party/libnl/src/ |
D | nl-route-get.c | 25 static void parse_cb(struct nl_object *obj, void *arg) in parse_cb() function 40 if ((err = nl_msg_parse(msg, &parse_cb, NULL)) < 0) in cb()
|
/third_party/openssl/doc/man3/ |
D | SSL_extension_supported.pod | 39 SSL_custom_ext_parse_cb_ex parse_cb, 59 custom_ext_parse_cb parse_cb, 65 custom_ext_parse_cb parse_cb, 74 callbacks B<add_cb>, B<free_cb> and B<parse_cb> (see the 81 B<parse_cb>. This function is similar to SSL_CTX_add_custom_ext() except it only 90 B<parse_cb>. This function is similar to SSL_CTX_add_custom_ext() except it 146 The callback B<parse_cb> receives data for TLS extensions. The callback is only 154 B<parse_cb> will be called for each certificate contained within the message. 160 If the B<parse_cb> considers the extension data acceptable it must return
|
/third_party/libnl/tests/ |
D | test-genl.c | 50 static int parse_cb(struct nl_msg *msg, void *arg) in parse_cb() function 110 parse_cb, NULL)) < 0) in main()
|
/third_party/mindspore/mindspore/_extends/parse/ |
D | __init__.py | 25 … is_class_member, parse_cb, resolve_symbol, convert_to_ms_tensor, get_object_description)
|
D | parser.py | 86 def parse_cb(func, parse_method=None): function
|
/third_party/libnl/lib/ |
D | msg.c | 719 static int parse_cb(struct nl_object *obj, struct nl_parser_param *p) in parse_cb() function 732 .pp_cb = parse_cb in nl_msg_parse()
|
/third_party/openssl/include/openssl/ |
D | ssl.h | 871 custom_ext_parse_cb parse_cb, 879 custom_ext_parse_cb parse_cb, 887 SSL_custom_ext_parse_cb_ex parse_cb,
|
/third_party/openssl/ssl/ |
D | ssl_local.h | 1856 SSL_custom_ext_parse_cb_ex parse_cb; member
|