HomeSort by: relevance | last modified time | path
    Searched defs:ext_type (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_property.c 67 u32 ext_type = flags & DRM_MODE_PROP_EXTENDED_TYPE; local
77 if (!legacy_type == !ext_type)
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
v3_conf.c 39 int ext_type; local
43 if ((ext_type = v3_check_generic(&value)))
44 return v3_generic_extension(name, value, crit, ext_type, ctx);
68 int ext_type; local
71 if ((ext_type = v3_check_generic(&value)))
73 value, crit, ext_type, ctx);
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
v3_conf.c 39 int ext_type; local
43 if ((ext_type = v3_check_generic(&value)))
44 return v3_generic_extension(name, value, crit, ext_type, ctx);
68 int ext_type; local
71 if ((ext_type = v3_check_generic(&value)))
73 value, crit, ext_type, ctx);
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
v3_conf.c 40 int ext_type; local
43 if ((ext_type = v3_check_generic(&value)))
44 return v3_generic_extension(name, value, crit, ext_type, ctx);
59 int ext_type; local
61 if ((ext_type = v3_check_generic(&value)))
63 value, crit, ext_type, ctx);
  /src/external/bsd/wpa/dist/src/tls/
tlsv1_server_read.c 129 u16 ext_type, ext_len; local
341 ext_type = WPA_GET_BE16(pos);
358 ext_type);
362 if (ext_type == TLS_EXT_SESSION_TICKET) {
370 } else if (ext_type == TLS_EXT_STATUS_REQUEST) {
372 } else if (ext_type == TLS_EXT_STATUS_REQUEST_V2) {
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_rsa.c 637 static int serverinfoex_srv_parse_cb(SSL *s, unsigned int ext_type,
652 static int serverinfo_srv_parse_cb(SSL *s, unsigned int ext_type,
656 return serverinfoex_srv_parse_cb(s, ext_type, 0, in, inlen, NULL, 0, al,
660 static int serverinfoex_srv_add_cb(SSL *s, unsigned int ext_type,
685 ext_type, out, outlen);
698 static int serverinfo_srv_add_cb(SSL *s, unsigned int ext_type,
702 return serverinfoex_srv_add_cb(s, ext_type, 0, out, outlen, NULL, 0, al,
728 unsigned int ext_type = 0; local
732 || !PACKET_get_net_2(&pkt, &ext_type)
751 if (!SSL_CTX_add_server_custom_ext(ctx, ext_type,
    [all...]
ssl_local.h 2040 unsigned short ext_type; member in struct:__anon632
2981 ENDPOINT role, unsigned int ext_type,
2987 ENDPOINT role, unsigned int ext_type,
2995 unsigned int ext_type,
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_rsa.c 580 static int serverinfoex_srv_parse_cb(SSL *s, unsigned int ext_type,
595 static int serverinfo_srv_parse_cb(SSL *s, unsigned int ext_type,
599 return serverinfoex_srv_parse_cb(s, ext_type, 0, in, inlen, NULL, 0, al,
603 static int serverinfoex_srv_add_cb(SSL *s, unsigned int ext_type,
621 ext_type, out, outlen);
634 static int serverinfo_srv_add_cb(SSL *s, unsigned int ext_type,
638 return serverinfoex_srv_add_cb(s, ext_type, 0, out, outlen, NULL, 0, al,
664 unsigned int ext_type = 0; local
668 || !PACKET_get_net_2(&pkt, &ext_type)
687 if (!SSL_CTX_add_server_custom_ext(ctx, ext_type,
    [all...]
ssl_local.h 1970 unsigned short ext_type; member in struct:__anon1664
2795 ENDPOINT role, unsigned int ext_type,
2800 __owur int custom_ext_parse(SSL *s, unsigned int context, unsigned int ext_type,
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_rsa.c 715 static int serverinfoex_srv_parse_cb(SSL *s, unsigned int ext_type,
758 static int serverinfo_srv_parse_cb(SSL *s, unsigned int ext_type,
762 return serverinfoex_srv_parse_cb(s, ext_type, 0, in, inlen, NULL, 0, al,
766 static int serverinfoex_srv_add_cb(SSL *s, unsigned int ext_type,
784 ext_type, out, outlen);
797 static int serverinfo_srv_add_cb(SSL *s, unsigned int ext_type,
801 return serverinfoex_srv_add_cb(s, ext_type, 0, out, outlen, NULL, 0, al,
827 unsigned int ext_type = 0; local
831 || !PACKET_get_net_2(&pkt, &ext_type)
850 if (!SSL_CTX_add_server_custom_ext(ctx, ext_type,
    [all...]
ssl_local.h 1844 unsigned short ext_type; member in struct:__anon2199
2644 ENDPOINT role, unsigned int ext_type,
2649 __owur int custom_ext_parse(SSL *s, unsigned int context, unsigned int ext_type,
  /src/sys/dev/ic/
icp_ioctl.h 83 u_int16_t ext_type; member in struct:gdt_ctrt
  /src/external/bsd/wpa/dist/src/radius/
radius.c 339 attr = radius_get_attr_type((ext->type << 8) | ext->ext_type);
341 ext->type, ext->ext_type,
716 u8 ext_type = 0; local
728 ext_type = type & 0xff;
778 ext->ext_type = ext_type;
792 ext->ext_type = ext_type;
radius.h 52 u8 ext_type; member in struct:radius_attr_hdr_ext
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 10592 tree ext_decl, ext_type;
10594 ext_type = b->u.type ? b->u.type : TREE_TYPE (ext_decl);
10595 if (TREE_CODE (ext_type) == FUNCTION_TYPE
10597 TREE_TYPE (ext_type)))
10604 = TYPE_ARG_TYPES (ext_type);
10560 tree ext_decl, ext_type; local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 9654 tree ext_decl, ext_type;
9656 ext_type = b->u.type ? b->u.type : TREE_TYPE (ext_decl);
9657 if (TREE_CODE (ext_type) == FUNCTION_TYPE
9659 TREE_TYPE (ext_type)))
9666 = TYPE_ARG_TYPES (ext_type);
9622 tree ext_decl, ext_type; local

Completed in 77 milliseconds