Searched refs:specifier (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.2-release/contrib/wpa/src/eap_common/
H A Deap_gpsk_common.h41 u8 specifier[2]; member in struct:eap_gpsk_csuite
48 int eap_gpsk_supported_ciphersuite(int vendor, int specifier);
50 int specifier,
56 size_t eap_gpsk_mic_len(int vendor, int specifier);
58 int specifier, const u8 *data, size_t len, u8 *mic);
H A Deap_gpsk_common.c21 * @specifier: CSuite/Specifier
24 int eap_gpsk_supported_ciphersuite(int vendor, int specifier) argument
27 specifier == EAP_GPSK_CIPHER_AES)
31 specifier == EAP_GPSK_CIPHER_SHA256)
263 * @specifier: CSuite/Specifier
279 int specifier,
291 vendor, specifier);
318 switch (specifier) {
332 "key derivation", vendor, specifier);
346 * @specifier
278 eap_gpsk_derive_keys(const u8 *psk, size_t psk_len, int vendor, int specifier, const u8 *rand_peer, const u8 *rand_server, const u8 *id_peer, size_t id_peer_len, const u8 *id_server, size_t id_server_len, u8 *msk, u8 *emsk, u8 *sk, size_t *sk_len, u8 *pk, size_t *pk_len) argument
349 eap_gpsk_mic_len(int vendor, int specifier) argument
391 eap_gpsk_compute_mic(const u8 *sk, size_t sk_len, int vendor, int specifier, const u8 *data, size_t len, u8 *mic) argument
[all...]
/freebsd-10.2-release/contrib/wpa/src/eap_peer/
H A Deap_gpsk.c33 int specifier; /* CSuite/Specifier */ member in struct:eap_gpsk_data
188 data->specifier = EAP_GPSK_CIPHER_RESERVED;
191 int vendor, specifier; local
193 specifier = WPA_GET_BE16(csuite->specifier);
195 i, vendor, specifier);
197 data->specifier == EAP_GPSK_CIPHER_RESERVED &&
198 eap_gpsk_supported_ciphersuite(vendor, specifier)) {
200 data->specifier = specifier;
455 int vendor, specifier; local
[all...]
/freebsd-10.2-release/contrib/wpa/src/eap_server/
H A Deap_server_gpsk.c35 int specifier; /* CSuite/Specifier */ member in struct:eap_gpsk_data
84 WPA_PUT_BE16(data->csuite_list[data->csuite_count].specifier,
92 WPA_PUT_BE16(data->csuite_list[data->csuite_count].specifier,
160 miclen = eap_gpsk_mic_len(data->vendor, data->specifier);
181 WPA_PUT_BE16(csuite->specifier, data->specifier);
188 data->specifier, start, pos - start, pos) < 0)
381 WPA_GET_BE16(csuite->specifier));
386 data->specifier = WPA_GET_BE16(csuite->specifier);
[all...]
/freebsd-10.2-release/lib/atf/libatf-c/tests/
H A DMakefile18 CFLAGS.clang+= -Wno-duplicate-decl-specifier
/freebsd-10.2-release/contrib/gcclibs/libiberty/
H A D_doprnt.c65 *sptr++ = *ptr++; /* Copy the type specifier. */ \
67 result = fprintf(stream, specifier, value); \
81 char specifier[128]; local
88 else /* We got a format specifier! */
90 char * sptr = specifier;
/freebsd-10.2-release/contrib/binutils/libiberty/
H A D_doprnt.c65 *sptr++ = *ptr++; /* Copy the type specifier. */ \
67 result = fprintf(stream, specifier, value); \
81 char specifier[128]; local
88 else /* We got a format specifier! */
90 char * sptr = specifier;
/freebsd-10.2-release/contrib/binutils/include/opcode/
H A Dia64.h218 enum ia64_resource_specifier specifier; member in struct:ia64_dependency
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h1135 // Set the specifier. The stop hook will own the specifier, and is responsible for deleting it when we're done.
1137 SetSpecifier (SymbolContextSpecifier *specifier) argument
1139 m_specifier_sp.reset (specifier);
1148 // Set the Thread Specifier. The stop hook will own the thread specifier, and is responsible for deleting it when we're done.
1150 SetThreadSpecifier (ThreadSpec *specifier);
1181 // and SetSpecifier to set the specifier shared pointer (can be null, that will match anything.)
/freebsd-10.2-release/contrib/llvm/lib/Support/Windows/
H A DSignals.inc36 // the ll format specifier for printf. However, MinGW passes the format
38 // specifier. So these warnings are spurious in this case. Since we compile
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp1373 // ${thread.id%8.8X} ; width.precision + specifier
1376 const char *specifier = NULL; local
1396 specifier = PRIu64;
1398 if (!specifier)
1405 specifier = PRIx64;
1407 specifier = PRIX64;
1409 specifier = PRIu64;
1411 if (specifier)
1416 format += specifier;
/freebsd-10.2-release/contrib/binutils/opcodes/
H A Dia64-gen.c1268 lookup_regindex (const char *name, int specifier)
1270 switch (specifier)
1570 int specifier = lookup_specifier (rdeps[i]->name);
1571 int regindex = lookup_regindex (rdeps[i]->name, specifier);
1574 rdeps[i]->name, specifier,
1265 lookup_regindex(const char *name, int specifier) argument
1567 int specifier = lookup_specifier (rdeps[i]->name); local
/freebsd-10.2-release/contrib/binutils/gas/config/
H A Dtc-ia64.c8403 switch (dep->specifier)
8850 if (dep->specifier == IA64_RS_FRb
9671 as_bad (_("Unrecognized dependency specifier %d\n"), dep->specifier);
10188 if (rs->dependency->specifier == IA64_RS_AR_UNAT
10204 if (rs->dependency->specifier == IA64_RS_PR
10205 || rs->dependency->specifier == IA64_RS_PRr
10206 || rs->dependency->specifier == IA64_RS_PR63)
10214 rs->dependency->specifier != IA64_RS_PR63 ?
10224 rs->dependency->specifier !
[all...]
/freebsd-10.2-release/contrib/libreadline/
H A Dhistexpand.c119 point to after the event specifier. Just a pointer to the history
120 line is returned; NULL is returned in the event of a bad specifier.
381 emsg = "bad word specifier";
511 /* Expand the bulk of a history specifier starting at STRING[START].
515 *END_INDEX_PTR, and the expanded specifier in *RET_STRING. */
537 /* If it is followed by something that starts a word specifier,
538 then !! is implied as the event specifier. */
587 /* If a word specifier is found, then do what that requires. */
591 /* There is no such thing as a `malformed word specifier'. However,
592 it is possible for a specifier tha
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp2478 Target::StopHook::SetThreadSpecifier (ThreadSpec *specifier) argument
2480 m_thread_spec_ap.reset (specifier);

Completed in 172 milliseconds