Home
last modified time | relevance | path

Searched defs:ext_type (Results 1 – 8 of 8) sorted by relevance

/openssl/ssl/statem/
H A Dextensions_cust.c31 static int custom_ext_add_old_cb_wrap(SSL *s, unsigned int ext_type, in custom_ext_add_old_cb_wrap()
46 static void custom_ext_free_old_cb_wrap(SSL *s, unsigned int ext_type, in custom_ext_free_old_cb_wrap()
58 static int custom_ext_parse_old_cb_wrap(SSL *s, unsigned int ext_type, in custom_ext_parse_old_cb_wrap()
82 ENDPOINT role, unsigned int ext_type, in custom_ext_find()
114 unsigned int ext_type, in custom_ext_parse()
357 ENDPOINT role, unsigned int ext_type, in ossl_tls_add_custom_ext_intern()
425 unsigned int ext_type, in add_old_custom_ext()
467 int SSL_CTX_add_client_custom_ext(SSL_CTX *ctx, unsigned int ext_type, in SSL_CTX_add_client_custom_ext()
481 int SSL_CTX_add_server_custom_ext(SSL_CTX *ctx, unsigned int ext_type, in SSL_CTX_add_server_custom_ext()
495 int SSL_CTX_add_custom_ext(SSL_CTX *ctx, unsigned int ext_type, in SSL_CTX_add_custom_ext()
[all …]
/openssl/test/
H A Dssl_old_test.c423 static int serverinfo_cli_parse_cb(SSL *s, unsigned int ext_type, in serverinfo_cli_parse_cb()
455 static int custom_ext_0_cli_add_cb(SSL *s, unsigned int ext_type, in custom_ext_0_cli_add_cb()
464 static int custom_ext_0_cli_parse_cb(SSL *s, unsigned int ext_type, in custom_ext_0_cli_parse_cb()
471 static int custom_ext_1_cli_add_cb(SSL *s, unsigned int ext_type, in custom_ext_1_cli_add_cb()
482 static int custom_ext_1_cli_parse_cb(SSL *s, unsigned int ext_type, in custom_ext_1_cli_parse_cb()
489 static int custom_ext_2_cli_add_cb(SSL *s, unsigned int ext_type, in custom_ext_2_cli_add_cb()
511 static int custom_ext_3_cli_add_cb(SSL *s, unsigned int ext_type, in custom_ext_3_cli_add_cb()
548 static int custom_ext_0_srv_add_cb(SSL *s, unsigned int ext_type, in custom_ext_0_srv_add_cb()
571 static int custom_ext_1_srv_add_cb(SSL *s, unsigned int ext_type, in custom_ext_1_srv_add_cb()
592 static int custom_ext_2_srv_add_cb(SSL *s, unsigned int ext_type, in custom_ext_2_srv_add_cb()
[all …]
H A Dsslapitest.c5982 static int old_add_cb(SSL *s, unsigned int ext_type, const unsigned char **out, in old_add_cb()
6003 static void old_free_cb(SSL *s, unsigned int ext_type, const unsigned char *out, in old_free_cb()
6009 static int old_parse_cb(SSL *s, unsigned int ext_type, const unsigned char *in, in old_parse_cb()
6027 static int new_add_cb(SSL *s, unsigned int ext_type, unsigned int context, in new_add_cb()
6049 static void new_free_cb(SSL *s, unsigned int ext_type, unsigned int context, in new_free_cb()
6055 static int new_parse_cb(SSL *s, unsigned int ext_type, unsigned int context, in new_parse_cb()
6355 static int serverinfo_custom_parse_cb(SSL *s, unsigned int ext_type, in serverinfo_custom_parse_cb()
/openssl/ssl/
H A Dssl_rsa.c629 static int serverinfoex_srv_parse_cb(SSL *s, unsigned int ext_type, in serverinfoex_srv_parse_cb()
644 static int serverinfo_srv_parse_cb(SSL *s, unsigned int ext_type, in serverinfo_srv_parse_cb()
652 static int serverinfoex_srv_add_cb(SSL *s, unsigned int ext_type, in serverinfoex_srv_add_cb()
689 static int serverinfo_srv_add_cb(SSL *s, unsigned int ext_type, in serverinfo_srv_add_cb()
719 unsigned int ext_type = 0; in serverinfo_process_buffer() local
H A Dssl_local.h1996 unsigned short ext_type; member
/openssl/ssl/quic/
H A Dquic_tls.c598 static int add_transport_params_cb(SSL *s, unsigned int ext_type, in add_transport_params_cb()
611 static void free_transport_params_cb(SSL *s, unsigned int ext_type, in free_transport_params_cb()
618 static int parse_transport_params_cb(SSL *s, unsigned int ext_type, in parse_transport_params_cb()
/openssl/crypto/x509/
H A Dv3_conf.c39 int ext_type; in X509V3_EXT_nconf_int() local
68 int ext_type; in X509V3_EXT_nconf_nid() local
/openssl/apps/
H A Ds_client.c318 static int serverinfo_cli_parse_cb(SSL *s, unsigned int ext_type, in serverinfo_cli_parse_cb()

Completed in 79 milliseconds