Searched refs:enroll (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Doobe_screen_oauth_enrollment.css12 #oauth-enroll-step-contents {
18 #oauth-enroll-step-contents > div {
22 .oauth-enroll-state-working #oauth-enroll-step-working,
23 .oauth-enroll-state-error #oauth-enroll-step-error,
24 .oauth-enroll-state-explain #oauth-enroll-step-explain,
25 .oauth-enroll-state-success #oauth-enroll
[all...]
/external/srec/config/en.us/
H A DAndroid.mk10 dictionary/enroll.ok \
37 $(G2G_INSTALL_PATH)/enroll.g2g \
60 $(G2G_INSTALL_PATH)/enroll.g2g: $(LOCAL_PATH)/grammars/enroll.grxml $(GRXML) $(MAKE_G2G) $(DEFAULT_PAR) $(LOCAL_PATH)/dictionary/enroll.ok
62 $(GRXML) -par $(DEFAULT_PAR) -grxml $< -vocab dictionary/enroll.ok -outdir $(G2G_INSTALL_PATH)
63 $(MAKE_G2G) -base $(G2G_INSTALL_PATH)/enroll,addWords=0 -out $@
93 cmu6plus.ok.zip: $(CMU2NUANCE) $(DICT_DIR)/c0.6 $(DICT_DIR)/numbers.ok $(DICT_DIR)/fixit.ok $(DICT_DIR)/enroll.ok
95 sort -u $(DICT_DIR)/c0.6.ok $(DICT_DIR)/numbers.ok $(DICT_DIR)/fixit.ok $(DICT_DIR)/enroll.ok > $(DICT_DIR)/cmu6plus.ok
H A Dconfig.mk8 dictionary/enroll.ok \
/external/srec/config/en.us/grammars/
H A Drun_compile_grammars.sh3 GMR=enroll
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dgnubby-u2f.js44 Gnubby.prototype.enroll = function(challenge, appIdHash, cb,
73 * (e.g. during enroll)
100 // These are used during enroll to figure out whether a gnubby was already
H A Dusbenrollhandler.js6 * @fileoverview Implements an enroll handler using USB gnubbies.
11 * @param {!EnrollHelperRequest} request The enroll request.
88 * Called when a MultipleGnubbySigner finds a gnubby that can enroll.
104 // A valid helper request contains at least one enroll challenge, so use
136 * Attempts to match the gnubby's U2F version with an appropriate enroll
215 gnubby.enroll(challengeValue, B64_decode(appIdHash),
235 * Called with the result of an enroll request to a gnubby.
253 // Last enroll attempt is complete and last gnubby is gone.
274 // Last enroll attempt is complete: return this error.
292 console.log(UTIL_fmt('Failed to enroll gnubb
[all...]
/external/wpa_supplicant_8/hs20/server/
H A Dspp_server.c1261 xml_node_t *spp_node, *enroll, *exec_node; local
1276 enroll = xml_node_create(ctx->xml, exec_node, ns, "getCertificate");
1277 xml_node_add_attr(ctx->xml, enroll, NULL, "enrollmentProtocol", "EST");
1280 xml_node_create_text(ctx->xml, enroll, ns, "enrollmentServerURI",
1283 xml_node_create_text(ctx->xml, enroll, ns, "estUserID", user);
1291 xml_node_create_text(ctx->xml, enroll, ns, "estPassword", b64);

Completed in 2316 milliseconds