/external/wpa_supplicant/ |
D | eap_gpsk.c | 39 int specifier; /* CSuite/Specifier */ member 195 data->specifier = EAP_GPSK_CIPHER_RESERVED; in eap_gpsk_select_csuite() 198 int vendor, specifier; in eap_gpsk_select_csuite() local 200 specifier = WPA_GET_BE16(csuite->specifier); in eap_gpsk_select_csuite() 202 i, vendor, specifier); in eap_gpsk_select_csuite() 204 data->specifier == EAP_GPSK_CIPHER_RESERVED && in eap_gpsk_select_csuite() 205 eap_gpsk_supported_ciphersuite(vendor, specifier)) { in eap_gpsk_select_csuite() 207 data->specifier = specifier; in eap_gpsk_select_csuite() 212 data->specifier == EAP_GPSK_CIPHER_RESERVED) { in eap_gpsk_select_csuite() 218 data->vendor, data->specifier); in eap_gpsk_select_csuite() [all …]
|
D | eap_gpsk_common.c | 33 int eap_gpsk_supported_ciphersuite(int vendor, int specifier) in eap_gpsk_supported_ciphersuite() argument 36 specifier == EAP_GPSK_CIPHER_AES) in eap_gpsk_supported_ciphersuite() 40 specifier == EAP_GPSK_CIPHER_SHA256) in eap_gpsk_supported_ciphersuite() 287 int specifier, in eap_gpsk_derive_keys() argument 299 vendor, specifier); in eap_gpsk_derive_keys() 326 switch (specifier) { in eap_gpsk_derive_keys() 340 "key derivation", vendor, specifier); in eap_gpsk_derive_keys() 357 size_t eap_gpsk_mic_len(int vendor, int specifier) in eap_gpsk_mic_len() argument 362 switch (specifier) { in eap_gpsk_mic_len() 400 int specifier, const u8 *data, size_t len, u8 *mic) in eap_gpsk_compute_mic() argument [all …]
|
D | eap_gpsk_common.h | 47 u8 specifier[2]; member 54 int eap_gpsk_supported_ciphersuite(int vendor, int specifier); 56 int specifier, 62 size_t eap_gpsk_mic_len(int vendor, int specifier); 64 int specifier, const u8 *data, size_t len, u8 *mic);
|
/external/webkit/WebCore/inspector/front-end/ |
D | utilities.js | 955 function addSpecifierToken(specifier, precision, substitutionIndex) argument 957 …tokens.push({ type: "specifier", specifier: specifier, precision: precision, substitutionIndex: su… property 1074 … result = append(result, "%" + (token.precision > -1 ? token.precision : "") + token.specifier); 1080 if (!(token.specifier in formatters)) { 1082 … warn("unsupported format character \u201C" + token.specifier + "\u201D. Treating as a string."); 1087 …result = append(result, formatters[token.specifier](substitutions[token.substitutionIndex], token)…
|
/external/webkit/WebCore/css/ |
D | CSSGrammar.y | 228 %type <selector> specifier 950 specifier { 953 | specifier_list specifier { 971 specifier:
|
/external/blktrace/doc/ |
D | blktrace.tex | 616 optionally a left-aligned specifier. These precede field specifiers,
|
/external/e2fsprogs/debian/ |
D | changelog | 131 filesystem specifier (i.e., wdfs#https://dav.hoster.com/foo). 1001 specifier is passed to e2fsck or tune2fs.
|
/external/blktrace/btt/doc/ |
D | btt.tex | 882 each device identifier is separated by a colon (:). A valid specifier
|
/external/e2fsprogs/po/ |
D | e2fsprogs.pot | 3931 msgid "Couldn't parse date/time specifier: %s"
|
D | ca.po | 3938 msgid "Couldn't parse date/time specifier: %s"
|
D | de.po | 4178 msgid "Couldn't parse date/time specifier: %s"
|
D | pl.po | 4159 msgid "Couldn't parse date/time specifier: %s"
|
D | nl.po | 4185 msgid "Couldn't parse date/time specifier: %s"
|
D | it.po | 4278 msgid "Couldn't parse date/time specifier: %s"
|
D | sv.po | 4181 msgid "Couldn't parse date/time specifier: %s"
|
D | cs.po | 4172 msgid "Couldn't parse date/time specifier: %s"
|
D | vi.po | 4193 msgid "Couldn't parse date/time specifier: %s"
|
D | tr.po | 4497 msgid "Couldn't parse date/time specifier: %s"
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 1717 non-existent LABEL or UUID specifier is to e2fsck or tune2fs. 3064 Fsck using a UUID or a LABEL specifier will work even if devfs is
|
/external/libffi/ |
D | ChangeLog | 297 ffi_arg. Use proper printf conversion specifier.
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/texinfo/ |
D | flex.info | 1020 Also note that the special start-condition specifier `<*>' matches
|
D | flex.texi | 1227 Also note that the special start-condition specifier @samp{<*>}
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/ |
D | flex.man | 1175 Also note that the special start-condition specifier <*>
|
/external/webkit/WebCore/ |
D | ChangeLog-2008-08-10 | 30740 set of formatter functions, one for each supported format specifier. 30752 specifier. 30766 "specifier" tokens. 68345 so we need to cast it to be able to use a single format specifier on both. 71662 (String.vsprintf): Removed @ as a format specifier.
|
/external/dbus/ |
D | ChangeLog | 7572 format specifier mismatches.
|