Searched refs:identifier (Results 26 - 50 of 162) sorted by relevance

1234567

/freebsd-current/contrib/wpa/src/eap_peer/
H A Deap_ttls.c467 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1);
1084 hdr->identifier = 0;
1094 struct wpabuf *resp, u8 identifier,
1103 data->ttls_version, identifier,
1152 "identifier=%d length=%lu",
1153 hdr->code, hdr->identifier, (unsigned long) len);
1268 u8 identifier,
1323 if (eap_ttls_encrypt_response(sm, data, resp, identifier,
1342 u8 identifier,
1378 retval = eap_ttls_encrypt_response(sm, data, resp, identifier,
1092 eap_ttls_encrypt_response(struct eap_sm *sm, struct eap_ttls_data *data, struct wpabuf *resp, u8 identifier, struct wpabuf **out_data) argument
1265 eap_ttls_process_decrypted(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, struct ttls_parse_avp *parse, struct wpabuf *in_decrypted, struct wpabuf **out_data) argument
1339 eap_ttls_implicit_identity_request(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, struct wpabuf **out_data) argument
1393 eap_ttls_phase2_start(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, struct wpabuf **out_data) argument
1423 eap_ttls_decrypt(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, const struct wpabuf *in_data, struct wpabuf **out_data) argument
1510 eap_ttls_process_handshake(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, const struct wpabuf *in_data, struct wpabuf **out_data) argument
[all...]
H A Deap_gpsk.c41 u8 identifier,
45 u8 identifier);
274 u8 identifier,
301 resp = eap_gpsk_send_gpsk_2(data, identifier,
313 u8 identifier,
330 EAP_CODE_RESPONSE, identifier);
583 u8 identifier,
615 resp = eap_gpsk_send_gpsk_4(data, identifier);
628 u8 identifier)
639 EAP_CODE_RESPONSE, identifier);
271 eap_gpsk_process_gpsk_1(struct eap_sm *sm, struct eap_gpsk_data *data, struct eap_method_ret *ret, u8 identifier, const u8 *payload, size_t payload_len) argument
312 eap_gpsk_send_gpsk_2(struct eap_gpsk_data *data, u8 identifier, const u8 *csuite_list, size_t csuite_list_len) argument
580 eap_gpsk_process_gpsk_3(struct eap_sm *sm, struct eap_gpsk_data *data, struct eap_method_ret *ret, u8 identifier, const u8 *payload, size_t payload_len) argument
627 eap_gpsk_send_gpsk_4(struct eap_gpsk_data *data, u8 identifier) argument
[all...]
H A Deap_peap.c197 * @id: EAP identifier for the header
356 * @id: EAP identifier for the header
618 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1);
655 hdr->identifier);
800 req->identifier, NULL, out_data);
839 nhdr->identifier = req->identifier;
872 "identifier=%d length=%lu", hdr->code, hdr->identifier,
919 rhdr->identifier
[all...]
H A Deap_fast.c452 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1);
1160 u8 identifier, struct wpabuf **out_data)
1168 data->fast_version, identifier,
1200 u8 identifier,
1212 identifier, out_data);
1217 identifier, out_data);
1223 identifier, out_data);
1305 return eap_fast_encrypt_response(sm, data, resp, identifier,
1311 struct eap_method_ret *ret, u8 identifier,
1336 identifier, NUL
1157 eap_fast_encrypt_response(struct eap_sm *sm, struct eap_fast_data *data, struct wpabuf *resp, u8 identifier, struct wpabuf **out_data) argument
1197 eap_fast_process_decrypted(struct eap_sm *sm, struct eap_fast_data *data, struct eap_method_ret *ret, u8 identifier, struct wpabuf *decrypted, struct wpabuf **out_data) argument
1310 eap_fast_decrypt(struct eap_sm *sm, struct eap_fast_data *data, struct eap_method_ret *ret, u8 identifier, const struct wpabuf *in_data, struct wpabuf **out_data) argument
[all...]
/freebsd-current/contrib/wpa/src/ap/
H A Diapp.c56 be16 identifier; member in struct:iapp_hdr
167 u16 identifier; /* next IAPP identifier */ member in struct:iapp_data
187 hdr->identifier = host_to_be16(iapp->identifier++);
224 msg.xid_info[0] = 0x81; /* XID format identifier */
341 be_to_host16(hdr->identifier), hlen);
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp151 /// attrib-name '(' identifier ')'
152 /// attrib-name '(' identifier ',' nonempty-expr-list ')'
156 /// identifier
161 /// Whether an attribute takes an 'identifier' is determined by the
164 /// * In C mode, if the attribute argument list starts with an identifier
165 /// followed by a ',' or an ')', and the identifier doesn't resolve to
166 /// a type, it is parsed as an identifier. If the attribute actually
170 /// * In C++ mode, if the attribute argument list starts with an identifier,
171 /// and the attribute *wants* an identifier, it is parsed as an identifier
1680 Diag(Tok, diag::err_expected) << tok::identifier; member in class:tok
1702 Diag(Tok, diag::err_expected) << tok::identifier; member in class:tok
4781 Diag(Tok, diag::err_expected) << tok::identifier; member in class:tok
4918 Diag(Tok, diag::err_expected) << tok::identifier; member in class:tok
5267 Diag(Tok.getLocation(), diag::err_expected) << tok::identifier; member in class:tok
6863 Diag(Tok, diag::err_expected) << tok::identifier; member in class:tok
7321 Diag(Tok, diag::err_expected) << tok::identifier; member in class:tok
[all...]
H A DParseDeclCXX.cpp46 /// 'inline'[opt] 'namespace' attributes[opt] identifier '{'
54 /// identifier '{' namespace-body '}'
57 /// identifier
58 /// enclosing-namespace-specifier '::' 'inline'[opt] identifier
61 /// 'namespace' identifier '=' qualified-namespace-specifier ';'
104 if (Tok.is(tok::identifier)) {
106 IdentLoc = ConsumeToken(); // eat the identifier.
108 (NextToken().is(tok::identifier) ||
110 GetLookAheadToken(2).is(tok::identifier)))) {
138 Diag(Tok, diag::err_expected) << tok::identifier; member in class:tok
1717 Diag(Tok, diag::err_expected) << tok::identifier; member in class:tok
4590 Diag(Tok.getLocation(), diag::err_expected) << tok::identifier; member in class:tok
4630 Diag(Tok.getLocation(), diag::err_expected) << tok::identifier; member in class:tok
[all...]
H A DParsePragma.cpp326 if (Tok.isNot(tok::identifier)) {
769 if (Tok.isNot(tok::identifier)) {
1167 PP.Lex(Tok); // identifier
1294 if (Tok.is(tok::identifier)) {
1356 } else if (Tok.is(tok::identifier)) {
1371 if (Tok.isNot(tok::identifier)) {
1417 // It is possible that the loop hint has no option identifier, such as
1419 IdentifierInfo *OptionInfo = Info->Option.is(tok::identifier)
1619 if (Tok.is(tok::identifier))
1925 if (Tok.isNot(tok::identifier)) {
[all...]
H A DParseOpenMP.cpp261 case tok::identifier: // identifier
284 /// <reduction_id> is either a base language identifier or one of the following
393 if (Tok.is(tok::identifier) &&
417 if (Tok.is(tok::identifier) &&
528 /// annot_pragma_openmp 'declare' 'mapper' '(' [<mapper-identifier> ':']
531 /// <mapper-identifier> and <var> are base language identifiers.
544 // Parse <mapper-identifier>
548 if (Tok.isNot(tok::identifier) && Tok.isNot(tok::kw_default)) {
558 // If no mapper identifier i
3063 Diag(Tok, diag::err_expected) << tok::identifier; member in class:tok
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp48 /// Returns \c true if the token can be used as an identifier in
53 /// lexed as tok::kw_*, not tok::identifier, even for Objective-C.
57 /// invokes @selector(...)). So, we allow treat any identifier or
98 if (AttrTok->startsSequence(tok::kw_using, tok::identifier, tok::colon))
100 if (AttrTok->isNot(tok::identifier))
107 AttrTok->startsSequence(tok::identifier, tok::identifier) ||
108 AttrTok->startsSequence(tok::r_paren, tok::identifier)) {
335 (Line.startsWith(Keywords.kw_type, tok::identifier) ||
337 tok::identifier))) {
[all...]
H A DSortJavaScriptImports.cpp504 if (Current->isNot(tok::identifier))
514 Current->Next->isOneOf(tok::identifier, tok::l_brace)) {
520 if (!Reference.IsExport && Current->is(tok::identifier)) {
529 while (Current->is(tok::identifier)) {
552 return Tok->isOneOf(tok::identifier, tok::kw_default, tok::kw_template);
H A DFormatTokenLexer.cpp210 Tokens.back()->isOneOf(tok::numeric_constant, tok::identifier,
306 // Merges #idenfier into a single identifier with the text #identifier
307 // but the token tok::identifier.
312 if (Hash->isNot(tok::hash) || Identifier->isNot(tok::identifier))
314 Hash->Tok.setKind(tok::identifier);
402 At->Tok.setKind(tok::identifier);
411 // In C# transform identifier foreach into kw_foreach
416 if (Identifier->isNot(tok::identifier))
433 if (Each->isNot(tok::identifier))
[all...]
H A DUnwrappedLineParser.cpp432 // an identifier.
578 LBraceStack.back().PrevTok->isOneOf(tok::identifier,
583 (NextTok->is(tok::identifier) &&
621 case tok::identifier:
1159 // identifiers. Setting the kind to identifier is not enough, because we need
1161 // identifiers. Setting the identifier info to null interferes with include
1163 FormatTok->Tok.setKind(tok::identifier);
1188 if (FormatTok->is(tok::identifier) &&
1244 return FormatTok->is(tok::identifier) &&
1288 tok::identifier);
[all...]
/freebsd-current/usr.bin/mkimg/
H A Dvhdx.c483 struct vhdx_filetype_identifier identifier; local
488 memset(&identifier, 0, sizeof(identifier));
489 le64enc(&identifier.signature, VHDX_FILETYPE_ID_SIGNATURE);
490 error = vhdx_write_and_pad(fd, &identifier, sizeof(identifier), SIZE_64KB);
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DTokenConcatenation.cpp73 TokenInfo[tok::identifier ] |= aci_custom;
179 PrevKind = tok::identifier; // Language keyword or named operator.
234 // In C++11, a string or character literal followed by an identifier is a
239 // A ud-suffix is an identifier. If the previous token ends with one, treat
240 // it as an identifier.
244 case tok::identifier: // id+id or id+number or id+L"foo".
256 // If this isn't identifier + string, we're done.
260 // Otherwise, this is a narrow character or string. If the *identifier*
/freebsd-current/contrib/wpa/src/eap_server/
H A Deap_server_tls_common.c22 u8 code, u8 identifier)
27 code, identifier);
31 code, identifier);
33 identifier);
21 eap_tls_msg_alloc(enum eap_type type, size_t payload_len, u8 code, u8 identifier) argument
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.h148 // Extract C++ context and identifier from a string using heuristic matching
152 // If the name is a lone C identifier (e.g. C) or a qualified C identifier
154 // and identifier will be the identifier (C and C respectively) and the
157 // C/C++ identifier, then it will return false
158 // and identifier and context will be unchanged.
162 llvm::StringRef &identifier);
/freebsd-current/contrib/wpa/src/radius/
H A Dradius.h20 u8 identifier; member in struct:radius_hdr
240 struct radius_msg * radius_msg_new(u8 code, u8 identifier);
/freebsd-current/contrib/wpa/src/common/
H A Ddpp_i.h114 const char *code, const char *identifier,
118 const char *code, const char *identifier,
H A Dsae.c824 const char *identifier, u8 *pwd_seed)
830 /* pwd-seed = HKDF-Extract(ssid, password [ || identifier ]) */
837 if (identifier) {
838 wpa_printf(MSG_DEBUG, "SAE: password identifier: %s",
839 identifier);
840 addr[num_elem] = (const u8 *) identifier;
841 len[num_elem] = os_strlen(identifier);
866 const char *identifier)
885 identifier, pwd_seed) < 0)
966 const char *identifier)
822 sae_pwd_seed(size_t hash_len, const u8 *ssid, size_t ssid_len, const u8 *password, size_t password_len, const char *identifier, u8 *pwd_seed) argument
863 sae_derive_pt_ecc(struct crypto_ec *ec, int group, const u8 *ssid, size_t ssid_len, const u8 *password, size_t password_len, const char *identifier) argument
963 sae_derive_pt_ffc(const struct dh_group *dh, int group, const u8 *ssid, size_t ssid_len, const u8 *password, size_t password_len, const char *identifier) argument
1041 sae_derive_pt_group(int group, const u8 *ssid, size_t ssid_len, const u8 *password, size_t password_len, const char *identifier) argument
1094 sae_derive_pt(int *groups, const u8 *ssid, size_t ssid_len, const u8 *password, size_t password_len, const char *identifier) argument
1659 sae_write_commit(struct sae_data *sae, struct wpabuf *buf, const struct wpabuf *token, const char *identifier) argument
[all...]
/freebsd-current/stand/libsa/
H A Dcd9660read.c62 susp_lookup_record(const char *identifier, struct iso_directory_record *dp, argument
78 if (bcmp(sh->type, identifier, 2) == 0)
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp73 case tok::identifier:
74 return options.identifier;
/freebsd-current/contrib/wpa/src/tls/
H A Dasn1.c184 hdr->identifier = *pos++;
185 hdr->class = hdr->identifier >> 6;
186 hdr->constructed = !!(hdr->identifier & (1 << 5));
188 if ((hdr->identifier & 0x1f) == 0x1f) {
219 hdr->tag = hdr->identifier & 0x1f;
318 * identifier components in (X*40) + Y formula.
/freebsd-current/crypto/heimdal/lib/krb5/
H A Ddigest.c206 if (digest->initReply.identifier == NULL)
208 return *digest->initReply.identifier;
216 if (digest->request.identifier) {
217 krb5_set_error_message(context, EINVAL, N_("identifier already set", ""));
220 digest->request.identifier = calloc(1, sizeof(*digest->request.identifier));
221 if (digest->request.identifier == NULL) {
225 *digest->request.identifier = strdup(id);
226 if (*digest->request.identifier == NULL) {
228 free(digest->request.identifier);
[all...]
/freebsd-current/crypto/heimdal/kdc/
H A Ddigest.c376 unsigned char server_nonce[16], identifier; local
378 RAND_bytes(&identifier, sizeof(identifier));
430 r.u.initReply.identifier =
431 malloc(sizeof(*r.u.initReply.identifier));
432 if (r.u.initReply.identifier == NULL) {
438 asprintf(r.u.initReply.identifier, "%02X", identifier & 0xff);
439 if (*r.u.initReply.identifier == NULL) {
446 r.u.initReply.identifier
[all...]

Completed in 445 milliseconds

1234567