Home
last modified time | relevance | path

Searched refs:specifier (Results 1 – 25 of 96) sorted by relevance

1234

/freebsd-12.1/contrib/wpa/src/eap_peer/
H A Deap_gpsk.c33 int specifier; /* CSuite/Specifier */ member
205 int vendor, specifier; in eap_gpsk_select_csuite() local
207 specifier = WPA_GET_BE16(csuite->specifier); in eap_gpsk_select_csuite()
209 i, vendor, specifier); in eap_gpsk_select_csuite()
216 data->specifier = specifier; in eap_gpsk_select_csuite()
362 WPA_PUT_BE16(csuite->specifier, data->specifier); in eap_gpsk_send_gpsk_2()
365 data->vendor, data->specifier, in eap_gpsk_send_gpsk_2()
491 int vendor, specifier; in eap_gpsk_validate_csuite() local
504 specifier = WPA_GET_BE16(csuite->specifier); in eap_gpsk_validate_csuite()
506 if (vendor != data->vendor || specifier != data->specifier) { in eap_gpsk_validate_csuite()
[all …]
/freebsd-12.1/contrib/wpa/src/eap_common/
H A Deap_gpsk_common.h41 u8 specifier[2]; member
48 int eap_gpsk_supported_ciphersuite(int vendor, int specifier);
50 int specifier,
57 int specifier,
62 size_t eap_gpsk_mic_len(int vendor, int specifier);
64 int specifier, const u8 *data, size_t len, u8 *mic);
H A Deap_gpsk_common.c27 specifier == EAP_GPSK_CIPHER_AES) in eap_gpsk_supported_ciphersuite()
31 specifier == EAP_GPSK_CIPHER_SHA256) in eap_gpsk_supported_ciphersuite()
280 int specifier, in eap_gpsk_derive_keys() argument
291 vendor, specifier); in eap_gpsk_derive_keys()
317 switch (specifier) { in eap_gpsk_derive_keys()
332 "key derivation", vendor, specifier); in eap_gpsk_derive_keys()
418 int specifier, in eap_gpsk_derive_session_id() argument
429 vendor, specifier); in eap_gpsk_derive_session_id()
461 ret = eap_gpsk_derive_mid_helper(specifier, in eap_gpsk_derive_session_id()
487 switch (specifier) { in eap_gpsk_mic_len()
[all …]
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dman.TraceFunctions39 * RESULT: invalid probe specifier
43 * RESULT: invalid probe specifier
51 * RESULT: invalid probe specifier
59 * RESULT: invalid probe specifier
76 * RESULT: invalid probe specifier
80 * RESULT: invalid probe specifier.
88 * RESULT: Count of matching read probes and invalid probe specifier
93 * RESULT: invalid probe specifier.
97 * RESULT: invalid probe specifier.
109 * RESULT: invalid probe specifier.
H A Dman.TraceNames39 * RESULT: invalid probe specifier
43 * RESULT: invalid probe specifier
47 * RESULT: invalid probe specifier
55 * RESULT: invalid probe specifier
59 * RESULT: invalid probe specifier
67 * RESULT: invalid probe specifier
80 * RESULT: invalid probe specifier
97 * RESULT: Count of mathching read probes and invalid probe specifier
102 * RESULT: invalid probe specifier
124 * RESULT: invalid probe specifier
H A Dman.TraceModule39 * RESULT: invalid probe specifier
51 * RESULT: invalid probe specifier
59 * RESULT: invalid probe specifier
72 * and an invalid probe specifier for foounix.
76 * RESULT: invalid probe specifier for foounix.
99 * RESULT: invalid probe specifier.
103 * RESULT: invalid probe specifier.
107 * RESULT: invalid probe specifier.
H A Dman.TraceProvider44 * RESULT: invalid probe specifier
48 * RESULT: invalid probe specifier
52 * RESULT: invalid probe specifier
61 * probe specifier for foofile and no tracing.
65 * RESULT: invalid probe specifier
74 * RESULT: invalid probe specifier
H A Dman.TraceIDs40 * RESULT: invalid probe specifier.
60 * RESULT: invalid probe specifier.
64 * RESULT: invalid probe specifier.
/freebsd-12.1/contrib/wpa/src/eap_server/
H A Deap_server_gpsk.c35 int specifier; /* CSuite/Specifier */ member
154 miclen = eap_gpsk_mic_len(data->vendor, data->specifier); in eap_gpsk_build_gpsk_3()
175 WPA_PUT_BE16(csuite->specifier, data->specifier); in eap_gpsk_build_gpsk_3()
182 data->specifier, start, pos - start, pos) < 0) in eap_gpsk_build_gpsk_3()
374 WPA_GET_BE16(csuite->specifier)); in eap_gpsk_process_gpsk_2()
379 data->specifier = WPA_GET_BE16(csuite->specifier); in eap_gpsk_process_gpsk_2()
381 data->vendor, data->specifier); in eap_gpsk_process_gpsk_2()
409 data->vendor, data->specifier, in eap_gpsk_process_gpsk_2()
423 data->vendor, data->specifier, in eap_gpsk_process_gpsk_2()
446 data->specifier, payload, pos - payload, mic) in eap_gpsk_process_gpsk_2()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticCommonKinds.td73 "invalid storage class specifier in function declarator">;
116 "duplicate nullability specifier %0">,
120 "conflicting nullability specifier on return types, %0 "
121 "conflicts with existing specifier %1">,
125 "conflicting nullability specifier on parameter types, %0 "
126 "conflicts with existing specifier %1">,
130 "nullability specifier %0 conflicts with existing specifier %1">;
137 "%select{type qualifier|storage class specifier}3">;
145 "duplicate '%0' declaration specifier">;
H A DDiagnosticParseKinds.td68 "type nullability specifier %0 is a Clang extension">,
329 "'decltype' type specifier is incompatible with C++98">,
352 "type name requires a specifier or qualifier">;
356 "type name does not allow function specifier to be specified">;
358 "type name does not allow constexpr specifier to be specified">;
367 "unexpected ':' in nested name specifier; did you mean '::'?">;
396 "method type specifier must start with '-' or '+'">;
637 "attribute with scope specifier cannot follow default scope specifier">;
742 "typename specifier refers to a non-type template">;
870 "attribute specifier|'constexpr'}0">;
[all …]
H A DDiagnosticSerializationKinds.td136 "%select{public|protected|private|no}6 access specifier}3">;
146 "%select{public|protected|private|no}4 access specifier}1">;
169 "%select{end of class|public access specifier|private access specifier|"
170 "protected access specifier|static assert|field|method|type alias|typedef|"
173 "%select{end of class|public access specifier|private access specifier|"
174 "protected access specifier|static assert|field|method|type alias|typedef|"
H A DDiagnosticSemaKinds.td216 "'register' storage class specifier is deprecated "
229 "'%0' declaration specifier not allowed here">;
1365 "%0 cannot be defined in a type specifier">;
2001 "typename specifier refers to "
2811 "thread-local storage specifier">;
5811 "have a nested name specifier">;
7477 "'constexpr' specifier">;
8375 "type specifier missing, defaults to 'int'">,
8593 "missing actual type specifier for pipe">;
9277 "nullability specifier %0 conflicts with existing specifier %1">,
[all …]
/freebsd-12.1/contrib/gcclibs/libiberty/
H A D_doprnt.c67 result = fprintf(stream, specifier, value); \
81 char specifier[128]; in _doprnt() local
90 char * sptr = specifier; in _doprnt()
/freebsd-12.1/contrib/binutils/libiberty/
H A D_doprnt.c67 result = fprintf(stream, specifier, value); \
81 char specifier[128]; in _doprnt() local
90 char * sptr = specifier; in _doprnt()
/freebsd-12.1/sys/dts/
H A Dbindings-gpio.txt15 to encode a gpio specifier.
62 The first cell of the GPIO specifier is phandle of the node's
72 3. GPIO controller specifier
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc69 // Returns true if the character is an integer conversion specifier.
74 // Returns true if the character is an floating point conversion specifier.
104 // Invalid conversion specifier.
219 // Conversion specifier.
328 Report("%s: WARNING: unexpected format specifier in scanf interceptor: ",
429 // Conversion specifier.
526 "%s: WARNING: unexpected format specifier in printf "
/freebsd-12.1/contrib/binutils/include/opcode/
H A Dia64.h218 enum ia64_resource_specifier specifier; member
/freebsd-12.1/contrib/binutils/gas/doc/
H A Dc-cr16.texi52 - s ---- Illegal specifier for this operand.
/freebsd-12.1/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd-opts.def35 [<transport-specifier>:]<transport-address>
/freebsd-12.1/sys/dev/gpio/
H A Dgpio_if.m150 # Allow the GPIO controller to map the gpio-specifier on its own.
/freebsd-12.1/contrib/binutils/opcodes/
H A Dia64-gen.c1265 lookup_regindex (const char *name, int specifier) in lookup_regindex() argument
1267 switch (specifier) in lookup_regindex()
1567 int specifier = lookup_specifier (rdeps[i]->name); in print_dependency_table() local
1568 int regindex = lookup_regindex (rdeps[i]->name, specifier); in print_dependency_table()
1571 rdeps[i]->name, specifier, in print_dependency_table()
/freebsd-12.1/contrib/gcc/doc/
H A Dimplement-c.texi393 storage-class specifier are effective (C90 6.5.1, C99 6.7.1).}
395 The @code{register} specifier affects code generation only in these ways:
405 storage-class specifier; if @code{register} is specified, the variable
418 specifier are effective (C99 6.7.4).}
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h1141 void SetSpecifier(SymbolContextSpecifier *specifier);
1147 void SetThreadSpecifier(ThreadSpec *specifier);
/freebsd-12.1/contrib/googletest/googlemock/
H A DCHANGES47 * gmock_gen.py handles storage specifier macros and template return

1234