Searched refs:parse_cb (Results 1 – 8 of 8) 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() 157 if (!meth->parse_cb) in custom_ext_parse() 160 if (meth->parse_cb(s, ext_type, context, ext_data, ext_size, x, chainidx, in custom_ext_parse() 346 SSL_custom_ext_parse_cb_ex parse_cb, in add_custom_ext_intern() argument 395 meth->parse_cb = parse_cb; in add_custom_ext_intern() 411 custom_ext_parse_cb parse_cb, void *parse_arg) in add_old_custom_ext() argument 429 parse_cb_wrap->parse_cb = parse_cb; in add_old_custom_ext() 452 custom_ext_parse_cb parse_cb, void *parse_arg) in SSL_CTX_add_client_custom_ext() argument [all …]
|
/third_party/openssl/doc/man3/ |
D | SSL_extension_supported.pod | 42 SSL_custom_ext_parse_cb_ex parse_cb, 62 custom_ext_parse_cb parse_cb, 68 custom_ext_parse_cb parse_cb, 77 callbacks B<add_cb>, B<free_cb> and B<parse_cb> (see the 84 B<parse_cb>. This function is similar to SSL_CTX_add_custom_ext() except it only 93 B<parse_cb>. This function is similar to SSL_CTX_add_custom_ext() except it 149 The callback B<parse_cb> receives data for TLS extensions. The callback is only 157 B<parse_cb> will be called for each certificate contained within the message. 163 If the B<parse_cb> considers the extension data acceptable it must return
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | tests.rs | 311 if let Some(ref parse_cb) = self.parse_callbacks { in into_builder() 313 builder.parse_callbacks(parse_callbacks::lookup(parse_cb)); in into_builder() 358 let parse_cb = in create_bindgen_builder() localVariable 360 parse_callbacks = Some(parse_cb.to_owned()); in create_bindgen_builder() 405 if let Some(ref parse_cb) = parse_callbacks { in create_bindgen_builder() 406 builder = builder.parse_callbacks(parse_callbacks::lookup(parse_cb)); in create_bindgen_builder()
|
/third_party/openssl/ohos_lite/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/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | ssl.rs | 400 parse_cb: SSL_custom_ext_parse_cb_ex, in SSL_CTX_add_custom_ext()
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
D | mod.rs | 1573 parse_cb: ParseFn, in add_custom_ext() 1597 self.set_ex_data(SslContext::cached_ex_index::<ParseFn>(), parse_cb); in add_custom_ext()
|
/third_party/openssl/include/openssl/ |
D | ssl.h.in | 863 custom_ext_parse_cb parse_cb, 871 custom_ext_parse_cb parse_cb, 879 SSL_custom_ext_parse_cb_ex parse_cb,
|
/third_party/openssl/ssl/ |
D | ssl_local.h | 1982 SSL_custom_ext_parse_cb_ex parse_cb; member
|