Home
last modified time | relevance | path

Searched refs:otp (Results 1 – 25 of 61) sorted by relevance

123

/third_party/node/deps/npm/test/lib/utils/
Dotplease.js5 const setupOtplease = async (t, { otp = {}, ...rest }, fn) => { argument
7 otp: async () => '1234',
23 return await otplease(npm, otp, fn)
32 const fn = ({ otp }) => { field
33 if (otp) {
61 otp: { some: 'prop' }, property
68 t.strictSame(result, { some: 'prop', otp: '1234' }) property
72 const fn = ({ otp }) => { field
73 if (otp) {
118 t.strictSame(result, { otp: '1234' }) property
Dread-user-info.js51 const result = await readUserInfo.otp()
/third_party/node/deps/npm/lib/utils/
Dread-user-info.js5 exports.otp = readOTP
24 function readOTP (msg = otpPrompt, otp, isRetry) { argument
25 if (isRetry && otp && /^[\d ]+$|^[A-Fa-f0-9]{64,64}$/.test(otp)) {
26 return otp.replace(/\s+/g, '')
29 return readWithProgress({ prompt: msg, default: otp || '' })
Dotplease.js23 const otp = await webAuth(openerPromise, err.body.authUrl, err.body.doneUrl, opts)
24 return await fn({ ...opts, otp }) field
29 const otp = await readUserInfo.otp('This operation requires a one-time password.\nEnter OTP:')
30 return await fn({ ...opts, otp }) field
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_otp.c35 int otp; in eap_otp_process() local
47 otp = 1; in eap_otp_process()
50 otp = 0; in eap_otp_process()
74 if (otp) { in eap_otp_process()
Deap_gtc.c52 int otp; in eap_gtc_process() local
79 otp = 1; in eap_gtc_process()
82 otp = 0; in eap_gtc_process()
118 if (otp) { in eap_gtc_process()
Deap_config.h536 u8 *otp; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_otp.c35 int otp; in eap_otp_process() local
47 otp = 1; in eap_otp_process()
50 otp = 0; in eap_otp_process()
74 if (otp) { in eap_otp_process()
Deap_gtc.c52 int otp; in eap_gtc_process() local
79 otp = 1; in eap_gtc_process()
82 otp = 0; in eap_gtc_process()
118 if (otp) { in eap_gtc_process()
Deap_config.h632 u8 *otp; member
/third_party/node/deps/npm/node_modules/npm-registry-fetch/lib/
Dindex.js146 let otp
149 otp = await opts.otpPrompt()
154 if (!otp) {
157 return regFetch(uri, { ...opts, otp }) field
240 if (opts.otp) {
241 headers['npm-otp'] = opts.otp
/third_party/node/deps/npm/lib/commands/
Dprofile.js321 if (!conf.otp) {
322 conf.otp = await readUserInfo.otp(
356 await readUserInfo.otp('And an OTP code from your authenticator: ')
387 if (!conf.otp) {
389 conf.otp = await readUserInfo.otp(msg)
Dtoken.js184 if (conf.otp) {
185 conf.auth.otp = conf.otp
/third_party/node/deps/npm/test/lib/commands/
Dprofile.js21 async otp () {}, method
629 async otp (label) { method
730 async otp () { method
744 config: { otp: '1234' }, property
779 async otp (label) { method
787 config: { otp: '1234' }, property
818 async otp () { method
826 config: { otp: '123456' }, property
862 async otp () { method
905 async otp () { method
[all …]
/third_party/node/deps/npm/docs/content/commands/
Dnpm-team.md10 npm team create <scope:team> [--otp <otpcode>]
11 npm team destroy <scope:team> [--otp <otpcode>]
12 npm team add <scope:team> <user> [--otp <otpcode>]
13 npm team rm <scope:team> <user> [--otp <otpcode>]
30 you can provide a code from your authenticator with `[--otp <otpcode>]`.
114 #### `otp`
Dnpm-owner.md34 flow when changing ownership or include an otp on the command line with `--otp`.
47 #### `otp`
Dnpm-token.md51 otp.
109 #### `otp`
Dnpm-access.md70 …bled then you'll be prompted to provide a second factor, or may use the `--otp=...` option to spec…
95 #### `otp`
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/
Dpoly1305-x86_64.pl3820 my ($out,$inp,$otp,$len)=$win64 ? ("%rcx","%rdx","%r8", "%r9") : # Win64 order
3828 sub $otp,$inp
3829 sub $otp,$out
3835 movdqu ($inp,$otp),%xmm0
3836 pxor ($otp),%xmm0
3837 movdqu %xmm0,($out,$otp)
3838 movdqa %xmm0,($otp)
3839 lea 16($otp),$otp
3851 mov ($inp,$otp),%al
3852 xor ($otp),%al
[all …]
/third_party/openssl/crypto/poly1305/asm/
Dpoly1305-x86_64.pl3820 my ($out,$inp,$otp,$len)=$win64 ? ("%rcx","%rdx","%r8", "%r9") : # Win64 order
3828 sub $otp,$inp
3829 sub $otp,$out
3835 movdqu ($inp,$otp),%xmm0
3836 pxor ($otp),%xmm0
3837 movdqu %xmm0,($out,$otp)
3838 movdqa %xmm0,($otp)
3839 lea 16($otp),$otp
3851 mov ($inp,$otp),%al
3852 xor ($otp),%al
[all …]
/third_party/node/deps/npm/node_modules/libnpmhook/
DREADME.md52otp` - certain operations will require an OTP token to be passed in. If a `libnpmhook` command fai…
77 otp: '694207'
144 otp: '694207'
166 otp: '694207'
192 otp: '694207'
/third_party/node/deps/npm/tap-snapshots/test/lib/
Ddocs.js.test.cjs254 What authentication strategy to use with \`login\`. Note that if an \`otp\`
1088 #### \`otp\`
2108 "otp",
2246 "otp",
2398 "otp": null,
2508 [--json] [--otp <otp>] [--registry <registry>]
2525 #### \`otp\`
2788 [--registry <registry>] [--otp <otp>]
2799 #### \`otp\`
3145 [--registry <registry>] [--otp <otp>]
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/doc/docbook/
Dwpa_cli.sgml83 <emphasis>otp</emphasis> commands. &lt;id&gt; needs to be copied from
85 <emphasis>otp</emphasis> commands can be used regardless of whether
89 with <emphasis>otp</emphasis> are used only once and then forgotten,
105 > otp 2 9876
308 <term>otp &lt;network id&gt; &lt;password&gt;</term>
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/doc/docbook/
Dwpa_cli.sgml79 <emphasis>otp</emphasis> commands. &lt;id&gt; needs to be copied from
81 <emphasis>otp</emphasis> commands can be used regardless of whether
85 with <emphasis>otp</emphasis> are used only once and then forgotten,
101 > otp 2 9876
304 <term>otp &lt;network id&gt; &lt;password&gt;</term>
/third_party/node/deps/npm/node_modules/npm-profile/lib/
Dindex.js193 const { otp } = opts
201 otp, property

123