Searched defs:ext_type (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegvideo_parser.c33 int frame_rate_index, ext_type, bytes_left; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dt1_ext.c63 custom_ext_find(custom_ext_methods *exts, unsigned int ext_type) argument
87 custom_ext_parse(SSL *s, int server, unsigned int ext_type, const unsigned char *ext_data, size_t ext_size, int *al) argument
203 custom_ext_meth_add(custom_ext_methods *exts, unsigned int ext_type, custom_ext_add_cb add_cb, custom_ext_free_cb free_cb, void *add_arg, custom_ext_parse_cb parse_cb, void *parse_arg) argument
248 SSL_CTX_add_client_custom_ext(SSL_CTX *ctx, unsigned int ext_type, custom_ext_add_cb add_cb, custom_ext_free_cb free_cb, void *add_arg, custom_ext_parse_cb parse_cb, void *parse_arg) argument
259 SSL_CTX_add_server_custom_ext(SSL_CTX *ctx, unsigned int ext_type, custom_ext_add_cb add_cb, custom_ext_free_cb free_cb, void *add_arg, custom_ext_parse_cb parse_cb, void *parse_arg) argument
270 SSL_extension_supported(unsigned int ext_type) argument
[all...]
H A Dssl_rsa.c810 static int serverinfo_srv_parse_cb(SSL *s, unsigned int ext_type, argument
823 static int serverinfo_srv_add_cb(SSL *s, unsigned int ext_type, argument
859 unsigned int ext_type = 0; local
H A Dssl_locl.h562 unsigned short ext_type; member in struct:__anon5005
H A Dssltest.c512 static int serverinfo_cli_parse_cb(SSL *s, unsigned int ext_type, argument
544 static int custom_ext_0_cli_add_cb(SSL *s, unsigned int ext_type, argument
553 static int custom_ext_0_cli_parse_cb(SSL *s, unsigned int ext_type, argument
560 static int custom_ext_1_cli_add_cb(SSL *s, unsigned int ext_type, argument
571 static int custom_ext_1_cli_parse_cb(SSL *s, unsigned int ext_type, argument
578 static int custom_ext_2_cli_add_cb(SSL *s, unsigned int ext_type, argument
589 custom_ext_2_cli_parse_cb(SSL *s, unsigned int ext_type, const unsigned char *in, size_t inlen, int *al, void *arg) argument
600 custom_ext_3_cli_add_cb(SSL *s, unsigned int ext_type, const unsigned char **out, size_t *outlen, int *al, void *arg) argument
611 custom_ext_3_cli_parse_cb(SSL *s, unsigned int ext_type, const unsigned char *in, size_t inlen, int *al, void *arg) argument
628 custom_ext_0_srv_parse_cb(SSL *s, unsigned int ext_type, const unsigned char *in, size_t inlen, int *al, void *arg) argument
637 custom_ext_0_srv_add_cb(SSL *s, unsigned int ext_type, const unsigned char **out, size_t *outlen, int *al, void *arg) argument
646 custom_ext_1_srv_parse_cb(SSL *s, unsigned int ext_type, const unsigned char *in, size_t inlen, int *al, void *arg) argument
660 custom_ext_1_srv_add_cb(SSL *s, unsigned int ext_type, const unsigned char **out, size_t *outlen, int *al, void *arg) argument
667 custom_ext_2_srv_parse_cb(SSL *s, unsigned int ext_type, const unsigned char *in, size_t inlen, int *al, void *arg) argument
681 custom_ext_2_srv_add_cb(SSL *s, unsigned int ext_type, const unsigned char **out, size_t *outlen, int *al, void *arg) argument
690 custom_ext_3_srv_parse_cb(SSL *s, unsigned int ext_type, const unsigned char *in, size_t inlen, int *al, void *arg) argument
704 custom_ext_3_srv_add_cb(SSL *s, unsigned int ext_type, const unsigned char **out, size_t *outlen, int *al, void *arg) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dt1_ext.c63 custom_ext_find(custom_ext_methods *exts, unsigned int ext_type) argument
87 custom_ext_parse(SSL *s, int server, unsigned int ext_type, const unsigned char *ext_data, size_t ext_size, int *al) argument
203 custom_ext_meth_add(custom_ext_methods *exts, unsigned int ext_type, custom_ext_add_cb add_cb, custom_ext_free_cb free_cb, void *add_arg, custom_ext_parse_cb parse_cb, void *parse_arg) argument
248 SSL_CTX_add_client_custom_ext(SSL_CTX *ctx, unsigned int ext_type, custom_ext_add_cb add_cb, custom_ext_free_cb free_cb, void *add_arg, custom_ext_parse_cb parse_cb, void *parse_arg) argument
259 SSL_CTX_add_server_custom_ext(SSL_CTX *ctx, unsigned int ext_type, custom_ext_add_cb add_cb, custom_ext_free_cb free_cb, void *add_arg, custom_ext_parse_cb parse_cb, void *parse_arg) argument
270 SSL_extension_supported(unsigned int ext_type) argument
[all...]
H A Dssl_rsa.c810 static int serverinfo_srv_parse_cb(SSL *s, unsigned int ext_type, argument
823 static int serverinfo_srv_add_cb(SSL *s, unsigned int ext_type, argument
859 unsigned int ext_type = 0; local
H A Dssl_locl.h562 unsigned short ext_type; member in struct:__anon4656
H A Dssltest.c512 static int serverinfo_cli_parse_cb(SSL *s, unsigned int ext_type, argument
544 static int custom_ext_0_cli_add_cb(SSL *s, unsigned int ext_type, argument
553 static int custom_ext_0_cli_parse_cb(SSL *s, unsigned int ext_type, argument
560 static int custom_ext_1_cli_add_cb(SSL *s, unsigned int ext_type, argument
571 static int custom_ext_1_cli_parse_cb(SSL *s, unsigned int ext_type, argument
578 static int custom_ext_2_cli_add_cb(SSL *s, unsigned int ext_type, argument
589 custom_ext_2_cli_parse_cb(SSL *s, unsigned int ext_type, const unsigned char *in, size_t inlen, int *al, void *arg) argument
600 custom_ext_3_cli_add_cb(SSL *s, unsigned int ext_type, const unsigned char **out, size_t *outlen, int *al, void *arg) argument
611 custom_ext_3_cli_parse_cb(SSL *s, unsigned int ext_type, const unsigned char *in, size_t inlen, int *al, void *arg) argument
628 custom_ext_0_srv_parse_cb(SSL *s, unsigned int ext_type, const unsigned char *in, size_t inlen, int *al, void *arg) argument
637 custom_ext_0_srv_add_cb(SSL *s, unsigned int ext_type, const unsigned char **out, size_t *outlen, int *al, void *arg) argument
646 custom_ext_1_srv_parse_cb(SSL *s, unsigned int ext_type, const unsigned char *in, size_t inlen, int *al, void *arg) argument
660 custom_ext_1_srv_add_cb(SSL *s, unsigned int ext_type, const unsigned char **out, size_t *outlen, int *al, void *arg) argument
667 custom_ext_2_srv_parse_cb(SSL *s, unsigned int ext_type, const unsigned char *in, size_t inlen, int *al, void *arg) argument
681 custom_ext_2_srv_add_cb(SSL *s, unsigned int ext_type, const unsigned char **out, size_t *outlen, int *al, void *arg) argument
690 custom_ext_3_srv_parse_cb(SSL *s, unsigned int ext_type, const unsigned char *in, size_t inlen, int *al, void *arg) argument
704 custom_ext_3_srv_add_cb(SSL *s, unsigned int ext_type, const unsigned char **out, size_t *outlen, int *al, void *arg) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegvideo_parser.c42 int frame_rate_index, ext_type, bytes_left; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dv3_conf.c88 int ext_type; local
107 int ext_type; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_conf.c85 int ext_type; local
105 int ext_type; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dv3_conf.c88 int ext_type; local
107 int ext_type; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dmessage.c157 unsigned int offset, ext_type, ext_len; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/
H A Ddrp.c156 int ext_type = uwb_ie_drp_type(ext_drp_ie); local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dgdth_ioctl.h239 u16 ext_type; /* extended type */ member in struct:__anon14479::__anon14480::__anon14483
306 u16 ext_type; /* extended type */ member in struct:__anon14492
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_client.c628 static int serverinfo_cli_parse_cb(SSL *s, unsigned int ext_type, argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_client.c628 static int serverinfo_cli_parse_cb(SSL *s, unsigned int ext_type, argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ehca/
H A Dehca_classes.h191 enum ehca_ext_qp_type ext_type; member in struct:ehca_qp
410 u32 ext_type; member in struct:ehca_create_qp_resp
461 enum ehca_ext_qp_type ext_type; member in struct:ehca_alloc_qp_parms
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/key/
H A Daf_key.c477 uint16_t ext_type; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/myri10ge/
H A Dmyri10ge.c3139 u8 ext_type; local

Completed in 117 milliseconds