Searched defs:identifier (Results 201 - 225 of 267) sorted by relevance

1234567891011

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_1x.c689 eap->code, eap->identifier, be_to_host16(eap->length),
715 wpa_printf(MSG_DEBUG, "EAP: code=%d identifier=%d length=%d",
716 eap->code, eap->identifier, eap_len);
1177 hdr->code, hdr->identifier, be_to_host16(hdr->length),
1482 u8 identifier; member in struct:sta_id_search
1495 sm->radius_identifier == id_search->identifier) {
1504 ieee802_1x_search_radius_identifier(struct hostapd_data *hapd, u8 identifier) argument
1507 id_search.identifier = identifier;
1536 sm = ieee802_1x_search_radius_identifier(hapd, hdr->identifier);
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_fast.c431 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1);
1135 u8 identifier, struct wpabuf **out_data)
1143 data->fast_version, identifier,
1187 req->identifier, out_data);
1192 req->identifier, out_data);
1198 req->identifier, out_data);
1280 return eap_fast_encrypt_response(sm, data, resp, req->identifier,
1312 req->identifier, NULL, out_data);
1539 id = req->identifier;
1132 eap_fast_encrypt_response(struct eap_sm *sm, struct eap_fast_data *data, struct wpabuf *resp, u8 identifier, struct wpabuf **out_data) argument
H A Deap_ttls.c398 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1);
971 hdr->identifier = 0;
981 struct wpabuf *resp, u8 identifier,
990 data->ttls_version, identifier,
1038 "identifier=%d length=%lu",
1039 hdr->code, hdr->identifier, (unsigned long) len);
1154 u8 identifier,
1209 if (eap_ttls_encrypt_response(sm, data, resp, identifier,
1227 u8 identifier,
1262 retval = eap_ttls_encrypt_response(sm, data, resp, identifier,
979 eap_ttls_encrypt_response(struct eap_sm *sm, struct eap_ttls_data *data, struct wpabuf *resp, u8 identifier, struct wpabuf **out_data) argument
1151 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
1224 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
1277 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
1307 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
1379 eap_ttls_process_handshake(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, const u8 *in_data, size_t in_len, struct wpabuf **out_data) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius.c72 static void radius_msg_set_hdr(struct radius_msg *msg, u8 code, u8 identifier) argument
75 msg->hdr->identifier = identifier;
96 * @identifier: Identifier for RADIUS header
102 struct radius_msg * radius_msg_new(u8 code, u8 identifier) argument
117 radius_msg_set_hdr(msg, code, identifier);
340 wpa_printf(MSG_INFO, "RADIUS message: code=%d (%s) identifier=%d length=%d",
342 msg->hdr->identifier, be_to_host16(msg->hdr->length));
H A Dradius.h20 u8 identifier; member in struct:radius_hdr
214 struct radius_msg * radius_msg_new(u8 code, u8 identifier);
/external/wpa_supplicant_8/src/ap/
H A Dieee802_1x.c689 eap->code, eap->identifier, be_to_host16(eap->length),
715 wpa_printf(MSG_DEBUG, "EAP: code=%d identifier=%d length=%d",
716 eap->code, eap->identifier, eap_len);
1177 hdr->code, hdr->identifier, be_to_host16(hdr->length),
1482 u8 identifier; member in struct:sta_id_search
1495 sm->radius_identifier == id_search->identifier) {
1504 ieee802_1x_search_radius_identifier(struct hostapd_data *hapd, u8 identifier) argument
1507 id_search.identifier = identifier;
1536 sm = ieee802_1x_search_radius_identifier(hapd, hdr->identifier);
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_fast.c431 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1);
1135 u8 identifier, struct wpabuf **out_data)
1143 data->fast_version, identifier,
1187 req->identifier, out_data);
1192 req->identifier, out_data);
1198 req->identifier, out_data);
1280 return eap_fast_encrypt_response(sm, data, resp, req->identifier,
1312 req->identifier, NULL, out_data);
1539 id = req->identifier;
1132 eap_fast_encrypt_response(struct eap_sm *sm, struct eap_fast_data *data, struct wpabuf *resp, u8 identifier, struct wpabuf **out_data) argument
H A Deap_ttls.c398 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1);
971 hdr->identifier = 0;
981 struct wpabuf *resp, u8 identifier,
990 data->ttls_version, identifier,
1038 "identifier=%d length=%lu",
1039 hdr->code, hdr->identifier, (unsigned long) len);
1154 u8 identifier,
1209 if (eap_ttls_encrypt_response(sm, data, resp, identifier,
1227 u8 identifier,
1262 retval = eap_ttls_encrypt_response(sm, data, resp, identifier,
979 eap_ttls_encrypt_response(struct eap_sm *sm, struct eap_ttls_data *data, struct wpabuf *resp, u8 identifier, struct wpabuf **out_data) argument
1151 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
1224 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
1277 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
1307 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
1379 eap_ttls_process_handshake(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, const u8 *in_data, size_t in_len, struct wpabuf **out_data) argument
[all...]
/external/wpa_supplicant_8/src/radius/
H A Dradius.c72 static void radius_msg_set_hdr(struct radius_msg *msg, u8 code, u8 identifier) argument
75 msg->hdr->identifier = identifier;
96 * @identifier: Identifier for RADIUS header
102 struct radius_msg * radius_msg_new(u8 code, u8 identifier) argument
117 radius_msg_set_hdr(msg, code, identifier);
340 wpa_printf(MSG_INFO, "RADIUS message: code=%d (%s) identifier=%d length=%d",
342 msg->hdr->identifier, be_to_host16(msg->hdr->length));
H A Dradius.h20 u8 identifier; member in struct:radius_hdr
214 struct radius_msg * radius_msg_new(u8 code, u8 identifier);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_1x.c689 eap->code, eap->identifier, be_to_host16(eap->length),
715 wpa_printf(MSG_DEBUG, "EAP: code=%d identifier=%d length=%d",
716 eap->code, eap->identifier, eap_len);
1177 hdr->code, hdr->identifier, be_to_host16(hdr->length),
1482 u8 identifier; member in struct:sta_id_search
1495 sm->radius_identifier == id_search->identifier) {
1504 ieee802_1x_search_radius_identifier(struct hostapd_data *hapd, u8 identifier) argument
1507 id_search.identifier = identifier;
1536 sm = ieee802_1x_search_radius_identifier(hapd, hdr->identifier);
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_fast.c431 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1);
1135 u8 identifier, struct wpabuf **out_data)
1143 data->fast_version, identifier,
1187 req->identifier, out_data);
1192 req->identifier, out_data);
1198 req->identifier, out_data);
1280 return eap_fast_encrypt_response(sm, data, resp, req->identifier,
1312 req->identifier, NULL, out_data);
1539 id = req->identifier;
1132 eap_fast_encrypt_response(struct eap_sm *sm, struct eap_fast_data *data, struct wpabuf *resp, u8 identifier, struct wpabuf **out_data) argument
H A Deap_ttls.c398 *resp = eap_sm_buildIdentity(sm, hdr->identifier, 1);
971 hdr->identifier = 0;
981 struct wpabuf *resp, u8 identifier,
990 data->ttls_version, identifier,
1038 "identifier=%d length=%lu",
1039 hdr->code, hdr->identifier, (unsigned long) len);
1154 u8 identifier,
1209 if (eap_ttls_encrypt_response(sm, data, resp, identifier,
1227 u8 identifier,
1262 retval = eap_ttls_encrypt_response(sm, data, resp, identifier,
979 eap_ttls_encrypt_response(struct eap_sm *sm, struct eap_ttls_data *data, struct wpabuf *resp, u8 identifier, struct wpabuf **out_data) argument
1151 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
1224 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
1277 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
1307 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
1379 eap_ttls_process_handshake(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, const u8 *in_data, size_t in_len, struct wpabuf **out_data) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius.c72 static void radius_msg_set_hdr(struct radius_msg *msg, u8 code, u8 identifier) argument
75 msg->hdr->identifier = identifier;
96 * @identifier: Identifier for RADIUS header
102 struct radius_msg * radius_msg_new(u8 code, u8 identifier) argument
117 radius_msg_set_hdr(msg, code, identifier);
340 wpa_printf(MSG_INFO, "RADIUS message: code=%d (%s) identifier=%d length=%d",
342 msg->hdr->identifier, be_to_host16(msg->hdr->length));
H A Dradius.h20 u8 identifier; member in struct:radius_hdr
214 struct radius_msg * radius_msg_new(u8 code, u8 identifier);
/external/chromium_org/chrome/renderer/
H A Dchrome_content_renderer_client.cc619 const std::string& identifier = output.group_identifier; local
679 observer->IsPluginTemporarilyAllowed(identifier)) {
762 identifier,
785 identifier,
804 identifier,
809 render_frame->GetRoutingID(), identifier));
820 identifier,
833 identifier,
840 identifier));
852 identifier,
[all...]
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_test_proxy.cc1107 unsigned identifier,
1119 DCHECK(resource_identifier_map_.find(identifier) ==
1121 resource_identifier_map_[identifier] =
1126 if (resource_identifier_map_.find(identifier) ==
1130 delegate_->PrintMessage(resource_identifier_map_[identifier]);
1182 unsigned identifier,
1185 if (resource_identifier_map_.find(identifier) ==
1189 delegate_->PrintMessage(resource_identifier_map_[identifier]);
1210 unsigned identifier,
1214 if (resource_identifier_map_.find(identifier)
1105 WillSendRequest( blink::WebLocalFrame* frame, unsigned identifier, blink::WebURLRequest& request, const blink::WebURLResponse& redirect_response) argument
1180 DidReceiveResponse( blink::WebLocalFrame* frame, unsigned identifier, const blink::WebURLResponse& response) argument
1208 DidChangeResourcePriority( blink::WebLocalFrame* frame, unsigned identifier, const blink::WebURLRequest::Priority& priority, int intra_priority_value) argument
1226 DidFinishResourceLoad(blink::WebLocalFrame* frame, unsigned identifier) argument
[all...]
/external/chromium_org/content/shell/tools/plugin/
H A DPluginObject.cpp470 NPIdentifier identifier = browser->getstringidentifier(utf8String); local
472 return identifier;
505 NPIdentifier identifier = variantToIdentifier(args[0]);
506 if (!identifier)
508 NPUTF8* utf8String = browser->utf8fromidentifier(identifier);
521 NPIdentifier identifier = variantToIdentifier(args[0]);
522 if (!identifier)
524 int32_t integer = browser->intfromidentifier(identifier);
761 NPIdentifier identifier =
763 INT32_TO_NPVARIANT((int32_t)(long long)identifier, *resul
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebRemoteFrameImpl.cpp717 int identifier, const WebString& searchText, const WebFindOptions&,
730 int identifier, const WebString& searchText, const WebFindOptions&,
741 void WebRemoteFrameImpl::increaseMatchCount(int count, int identifier) argument
716 find( int identifier, const WebString& searchText, const WebFindOptions&, bool wrapWithinFrame, WebRect* selectionRect) argument
729 scopeStringMatches( int identifier, const WebString& searchText, const WebFindOptions&, bool reset) argument
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrameClient.h393 WebLocalFrame*, unsigned identifier, WebURLRequest&,
397 // by identifier.
399 WebLocalFrame*, unsigned identifier, const WebURLResponse&) { }
402 WebLocalFrame* webFrame, unsigned identifier, const WebURLRequest::Priority& priority, int) { }
404 // The resource request given by identifier succeeded.
406 WebLocalFrame*, unsigned identifier) { }
458 // identifier. |finalUpdate| specifies whether this is the last update
461 int identifier, int count, bool finalUpdate) { }
464 // identifier lets the client know which request this message belongs
470 int identifier, in
392 willSendRequest( WebLocalFrame*, unsigned identifier, WebURLRequest&, const WebURLResponse& redirectResponse) argument
398 didReceiveResponse( WebLocalFrame*, unsigned identifier, const WebURLResponse&) argument
401 didChangeResourcePriority( WebLocalFrame* webFrame, unsigned identifier, const WebURLRequest::Priority& priority, int) argument
405 didFinishResourceLoad( WebLocalFrame*, unsigned identifier) argument
460 reportFindInPageMatchCount( int identifier, int count, bool finalUpdate) argument
469 reportFindInPageSelection( int identifier, int activeMatchOrdinal, const WebRect& selection) argument
[all...]
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DParseContext.cpp430 bool TParseContext::reservedErrorCheck(const TSourceLoc& line, const TString& identifier) argument
434 if (identifier.compare(0, 3, "gl_") == 0) {
439 if (identifier.compare(0, 6, "webgl_") == 0) {
443 if (identifier.compare(0, 7, "_webgl_") == 0) {
447 if (shaderSpec == SH_CSS_SHADERS_SPEC && identifier.compare(0, 4, "css_") == 0) {
452 if (identifier.find("__") != TString::npos) {
453 error(line, "identifiers containing two consecutive underscores (__) are reserved as possible future keywords", identifier.c_str());
570 bool TParseContext::voidErrorCheck(const TSourceLoc& line, const TString& identifier, const TPublicType& pubType) argument
573 error(line, "illegal use of type 'void'", identifier.c_str());
788 bool TParseContext::arrayErrorCheck(const TSourceLoc& line, const TString& identifier, cons argument
848 nonInitConstErrorCheck(const TSourceLoc& line, const TString& identifier, TPublicType& type, bool array) argument
880 nonInitErrorCheck(const TSourceLoc& line, const TString& identifier, const TPublicType& type, TVariable*& variable) argument
940 singleDeclarationErrorCheck(TPublicType &publicType, const TSourceLoc& identifierLocation, const TString &identifier) argument
1094 executeInitializer(const TSourceLoc& line, const TString& identifier, TPublicType& pType, TIntermTyped* initializer, TIntermNode*& intermNode, TVariable* variable) argument
1263 parseSingleDeclaration(TPublicType &publicType, const TSourceLoc& identifierLocation, const TString &identifier) argument
1291 parseSingleArrayDeclaration(TPublicType &publicType, const TSourceLoc& identifierLocation, const TString &identifier, const TSourceLoc& indexLocation, TIntermTyped *indexExpression) argument
1332 parseSingleInitDeclaration(TPublicType &publicType, const TSourceLoc& identifierLocation, const TString &identifier, const TSourceLoc& initLocation, TIntermTyped *initializer) argument
1352 parseInvariantDeclaration(const TSourceLoc &invariantLoc, const TSourceLoc &identifierLoc, const TString *identifier, const TSymbol *symbol) argument
1384 parseDeclarator(TPublicType &publicType, TIntermAggregate *aggregateDeclaration, TSymbol *identifierSymbol, const TSourceLoc& identifierLocation, const TString &identifier) argument
1407 parseArrayDeclarator(TPublicType &publicType, const TSourceLoc& identifierLocation, const TString &identifier, const TSourceLoc& arrayLocation, TIntermNode *declaratorList, TIntermTyped *indexExpression) argument
1449 parseInitDeclarator(TPublicType &publicType, TIntermAggregate *declaratorList, const TSourceLoc& identifierLocation, const TString &identifier, const TSourceLoc& initLocation, TIntermTyped *initializer) argument
1783 addConstStruct(const TString &identifier, TIntermTyped *node, const TSourceLoc& line) argument
1952 enterStructDeclaration(const TSourceLoc& line, const TString& identifier) argument
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglsl_parser.h452 const char *identifier; member in union:YYSTYPE
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dast.h203 ast_expression(const char *identifier) : argument
209 primary_expression.identifier = identifier;
225 const char *identifier; member in union:ast_expression::__anon14249
320 ast_declaration(const char *identifier, int is_array, ast_expression *array_size,
324 const char *identifier; member in class:ast_declaration
456 ast_struct_specifier(const char *identifier,
552 this->identifier = NULL;
563 const char *identifier; member in class:ast_parameter_declarator
594 const char *identifier; member in class:ast_function
[all...]
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp47 /// 'inline'[opt] 'namespace' identifier attributes[opt]
55 /// 'namespace' identifier '=' qualified-namespace-specifier ';'
78 if (Tok.is(tok::identifier)) {
80 IdentLoc = ConsumeToken(); // eat the identifier.
81 while (Tok.is(tok::coloncolon) && NextToken().is(tok::identifier)) {
97 Diag(Tok, diag::err_expected) << tok::identifier; member in class:tok
121 Diag(Tok, diag::err_expected_either) << tok::identifier << tok::l_brace;
256 if (SS.isInvalid() || Tok.isNot(tok::identifier)) {
263 // Parse identifier.
435 if (SS.isInvalid() || Tok.isNot(tok::identifier)) {
1249 Diag(Tok, diag::err_expected) << tok::identifier; member in class:tok
3345 Diag(Tok.getLocation(), diag::err_expected) << tok::identifier; member in class:tok
[all...]
H A DParseExprCXX.cpp113 if (!Tok1.is(tok::identifier) && !Tok1.is(tok::star))
116 if (Tok1.is(tok::identifier)) {
125 if (Tok2.is(tok::identifier)) {
154 /// nested-name-specifier identifier '::'
180 /// filled in with the leading identifier in the last component of the
194 assert(!LastII && "want last identifier but have already annotated scope");
284 // 'identifier <' after it.
296 if (Tok.is(tok::identifier)) {
297 // Consume the identifier.
397 // tok::identifier
2217 Diag(Tok.getLocation(), diag::err_expected) << tok::identifier; member in class:tok
[all...]

Completed in 414 milliseconds

1234567891011