Searched refs:ext_type (Results 1 – 11 of 11) sorted by relevance
/external/e2fsprogs/misc/ |
D | mke2fs.c | 1056 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/ |
D | v3_conf.c | 87 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/ |
D | tlsv1_client.h | 37 int tlsv1_client_hello_ext(struct tlsv1_client *conn, int ext_type,
|
D | tlsv1_client.c | 681 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()
|
D | tlsv1_server_read.c | 57 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/ |
D | nanopb_generator.py | 927 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/ |
D | tls_none.c | 158 int ext_type, const u8 *data, in tls_connection_client_hello_ext() argument
|
D | tls_internal.c | 645 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()
|
D | tls.h | 504 int ext_type, const u8 *data,
|
D | tls_gnutls.c | 1447 int ext_type, const u8 *data, in tls_connection_client_hello_ext() argument
|
D | tls_openssl.c | 3153 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()
|