Home
last modified time | relevance | path

Searched refs:ext_type (Results 1 – 11 of 11) sorted by relevance

/external/e2fsprogs/misc/
Dmke2fs.c1056 const char *ext_type = 0; in parse_fs_type() local
1073 ext_type = fs_type; in parse_fs_type()
1075 ext_type = "ext2"; in parse_fs_type()
1077 ext_type = "ext3"; in parse_fs_type()
1079 ext_type = "ext4"; in parse_fs_type()
1081 ext_type = strrchr(progname, '/'); in parse_fs_type()
1082 if (ext_type) in parse_fs_type()
1083 ext_type++; in parse_fs_type()
1085 ext_type = progname; in parse_fs_type()
1087 if (!strncmp(ext_type, "mkfs.", 5)) { in parse_fs_type()
[all …]
/external/boringssl/src/crypto/x509v3/
Dv3_conf.c87 int ext_type; in X509V3_EXT_nconf() local
90 if ((ext_type = v3_check_generic(&value))) in X509V3_EXT_nconf()
91 return v3_generic_extension(name, value, crit, ext_type, ctx); in X509V3_EXT_nconf()
107 int ext_type; in X509V3_EXT_nconf_nid() local
109 if ((ext_type = v3_check_generic(&value))) in X509V3_EXT_nconf_nid()
111 value, crit, ext_type, ctx); in X509V3_EXT_nconf_nid()
/external/wpa_supplicant_8/src/tls/
Dtlsv1_client.h37 int tlsv1_client_hello_ext(struct tlsv1_client *conn, int ext_type,
Dtlsv1_client.c681 int tlsv1_client_hello_ext(struct tlsv1_client *conn, int ext_type, in tlsv1_client_hello_ext() argument
700 WPA_PUT_BE16(pos, ext_type); in tlsv1_client_hello_ext()
707 if (ext_type == TLS_EXT_PAC_OPAQUE) { in tlsv1_client_hello_ext()
Dtlsv1_server_read.c57 u16 ext_type, ext_len; in tls_process_client_hello() local
241 ext_type = WPA_GET_BE16(pos); in tls_process_client_hello()
258 ext_type); in tls_process_client_hello()
262 if (ext_type == TLS_EXT_SESSION_TICKET) { in tls_process_client_hello()
/external/nanopb-c/generator/
Dnanopb_generator.py927 ext_type = nanopb_pb2.nanopb
929 ext_type = nanopb_pb2.nanopb_fileopt
931 ext_type = nanopb_pb2.nanopb_msgopt
933 ext_type = nanopb_pb2.nanopb_enumopt
937 if subdesc.options.HasExtension(ext_type):
938 ext = subdesc.options.Extensions[ext_type]
/external/wpa_supplicant_8/src/crypto/
Dtls_none.c158 int ext_type, const u8 *data, in tls_connection_client_hello_ext() argument
Dtls_internal.c645 int ext_type, const u8 *data, in tls_connection_client_hello_ext() argument
650 return tlsv1_client_hello_ext(conn->client, ext_type, in tls_connection_client_hello_ext()
Dtls.h504 int ext_type, const u8 *data,
Dtls_gnutls.c1447 int ext_type, const u8 *data, in tls_connection_client_hello_ext() argument
Dtls_openssl.c3153 int ext_type, const u8 *data, in tls_connection_client_hello_ext() argument
3156 if (conn == NULL || conn->ssl == NULL || ext_type != 35) in tls_connection_client_hello_ext()