Searched defs:Gnubby (Results 1 - 2 of 2) sorted by path

/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dgnubby-u2f.js6 * @fileoverview Gnubby methods related to U2F support.
10 // Commands and flags of the Gnubby applet
12 Gnubby.U2F_ENROLL = 0x01;
14 Gnubby.U2F_SIGN = 0x02;
16 Gnubby.U2F_VERSION = 0x03;
19 Gnubby.APPLET_VERSION = 0x11; // First 3 bytes are applet version.
23 Gnubby.P1_TUP_REQUIRED = 0x01;
25 Gnubby.P1_TUP_CONSUME = 0x02;
27 Gnubby.P1_TUP_TESTONLY = 0x04;
29 Gnubby
35 Gnubby.prototype.enroll = function(challenge, appIdHash, cb, class
[all...]
H A Dgnubby.js11 * Creates a Gnubby client. There may be more than one simultaneous Gnubby
18 function Gnubby(opt_busySeconds) { class
20 this.gnubbyInstance = ++Gnubby.gnubbyId_;
21 this.cid = Gnubby.BROADCAST_CID;
32 * Global Gnubby instance counter.
35 Gnubby.gnubbyId_ = 0;
38 * Sets Gnubby's Gnubbies singleton.
41 Gnubby.setGnubbies = function(gnubbies) {
43 Gnubby
[all...]

Completed in 274 milliseconds