Searched defs:ext_type (Results 1 – 7 of 7) sorted by relevance
/openssl-master/ssl/statem/ |
A D | extensions_cust.c | 31 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() 113 int custom_ext_parse(SSL *s, unsigned int context, unsigned int ext_type, in custom_ext_parse() 341 unsigned int ext_type, in add_custom_ext_intern() 406 unsigned int ext_type, in add_old_custom_ext() 448 int SSL_CTX_add_client_custom_ext(SSL_CTX *ctx, unsigned int ext_type, in SSL_CTX_add_client_custom_ext() 462 int SSL_CTX_add_server_custom_ext(SSL_CTX *ctx, unsigned int ext_type, in SSL_CTX_add_server_custom_ext() 476 int SSL_CTX_add_custom_ext(SSL_CTX *ctx, unsigned int ext_type, in SSL_CTX_add_custom_ext() [all …]
|
/openssl-master/test/ |
A D | ssl_old_test.c | 405 static int serverinfo_cli_parse_cb(SSL *s, unsigned int ext_type, in serverinfo_cli_parse_cb() 437 static int custom_ext_0_cli_add_cb(SSL *s, unsigned int ext_type, in custom_ext_0_cli_add_cb() 446 static int custom_ext_0_cli_parse_cb(SSL *s, unsigned int ext_type, in custom_ext_0_cli_parse_cb() 453 static int custom_ext_1_cli_add_cb(SSL *s, unsigned int ext_type, in custom_ext_1_cli_add_cb() 464 static int custom_ext_1_cli_parse_cb(SSL *s, unsigned int ext_type, in custom_ext_1_cli_parse_cb() 471 static int custom_ext_2_cli_add_cb(SSL *s, unsigned int ext_type, in custom_ext_2_cli_add_cb() 493 static int custom_ext_3_cli_add_cb(SSL *s, unsigned int ext_type, in custom_ext_3_cli_add_cb() 530 static int custom_ext_0_srv_add_cb(SSL *s, unsigned int ext_type, in custom_ext_0_srv_add_cb() 553 static int custom_ext_1_srv_add_cb(SSL *s, unsigned int ext_type, in custom_ext_1_srv_add_cb() 574 static int custom_ext_2_srv_add_cb(SSL *s, unsigned int ext_type, in custom_ext_2_srv_add_cb() [all …]
|
A D | sslapitest.c | 5460 static int old_add_cb(SSL *s, unsigned int ext_type, const unsigned char **out, in old_add_cb() 5481 static void old_free_cb(SSL *s, unsigned int ext_type, const unsigned char *out, in old_free_cb() 5487 static int old_parse_cb(SSL *s, unsigned int ext_type, const unsigned char *in, in old_parse_cb() 5505 static int new_add_cb(SSL *s, unsigned int ext_type, unsigned int context, in new_add_cb() 5527 static void new_free_cb(SSL *s, unsigned int ext_type, unsigned int context, in new_free_cb() 5533 static int new_parse_cb(SSL *s, unsigned int ext_type, unsigned int context, in new_parse_cb()
|
/openssl-master/ssl/ |
A D | ssl_rsa.c | 580 static int serverinfoex_srv_parse_cb(SSL *s, unsigned int ext_type, in serverinfoex_srv_parse_cb() 595 static int serverinfo_srv_parse_cb(SSL *s, unsigned int ext_type, in serverinfo_srv_parse_cb() 603 static int serverinfoex_srv_add_cb(SSL *s, unsigned int ext_type, in serverinfoex_srv_add_cb() 634 static int serverinfo_srv_add_cb(SSL *s, unsigned int ext_type, in serverinfo_srv_add_cb() 664 unsigned int ext_type = 0; in serverinfo_process_buffer() local
|
A D | ssl_local.h | 1964 unsigned short ext_type; member
|
/openssl-master/crypto/x509/ |
A D | v3_conf.c | 39 int ext_type; in X509V3_EXT_nconf_int() local 68 int ext_type; in X509V3_EXT_nconf_nid() local
|
/openssl-master/apps/ |
A D | s_client.c | 273 static int serverinfo_cli_parse_cb(SSL *s, unsigned int ext_type, in serverinfo_cli_parse_cb()
|
Completed in 42 milliseconds