Home
last modified time | relevance | path

Searched full:bob (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/freebsd/sys/contrib/openzfs/man/man8/
H A Dzfs-set.8212 .Ar pool/home/bob .
219 .Dl # Nm zfs Cm create Ar pool/home/bob
235 .Ar pool/home/bob :
236 .Dl # Nm zfs Cm set Sy quota Ns = Ns Ar 50G pool/home/bob
240 .Ar pool/home/bob :
242 .No # Nm zfs Cm get Sy all Ar pool/home/bob
244 pool/home/bob type filesystem -
245 pool/home/bob creation Tue Jul 21 15:53 2009 -
246 pool/home/bob used 21K -
247 pool/home/bob available 20.0G -
[all …]
H A Dzfs-get.8212 .Ar pool/home/bob .
219 .Dl # Nm zfs Cm create Ar pool/home/bob
235 .Ar pool/home/bob :
236 .Dl # Nm zfs Cm set Sy quota Ns = Ns Ar 50G pool/home/bob
240 .Ar pool/home/bob :
242 .No # Nm zfs Cm get Sy all Ar pool/home/bob
244 pool/home/bob type filesystem -
245 pool/home/bob creation Tue Jul 21 15:53 2009 -
246 pool/home/bob used 21K -
247 pool/home/bob availabl
[all...]
H A Dzfs-inherit.8212 .Ar pool/home/bob .
219 .Dl # Nm zfs Cm create Ar pool/home/bob
235 .Ar pool/home/bob :
236 .Dl # Nm zfs Cm set Sy quota Ns = Ns Ar 50G pool/home/bob
240 .Ar pool/home/bob :
242 .No # Nm zfs Cm get Sy all Ar pool/home/bob
244 pool/home/bob type filesystem -
245 pool/home/bob creation Tue Jul 21 15:53 2009 -
246 pool/home/bob used 21K -
247 pool/home/bob availabl
[all...]
H A Dzfs.8353 .Ar pool/home/bob .
360 .Dl # Nm zfs Cm create Ar pool/home/bob
368 .Ar pool/home/bob
370 .Dl # Nm zfs Cm snapshot Ar pool/home/bob Ns @ Ns Ar yesterday
410 pool/home/bob 276K 457G 276K /export/home/bob
415 .Ar pool/home/bob :
416 .Dl # Nm zfs Cm set Sy quota Ns = Ns Ar 50G pool/home/bob
420 .Ar pool/home/bob :
422 .No # Nm zfs Cm get Sy all Ar pool/home/bob
424 pool/home/bob type filesystem -
[all …]
H A Dzfs-list.8203 pool/home/bob 276K 457G 276K /export/home/bob
285 "pool/home/bob": {
286 "name": "pool/home/bob",
312 "value": "/mnt/home/bob",
320 "pool/home/bob@v1": {
321 "name": "pool/home/bob@v1",
324 "dataset": "pool/home/bob",
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devppkey_ecc.txt44 # ECDH Alice with Bob peer
50 # ECDH Bob with Alice peer
56 # ECC CDH Alice with Bob peer
63 # ECC CDH Bob with Alice peer
76 # ECC CDH Bob with Malice peer
122 # ECDH Alice with Bob peer
128 # ECDH Bob with Alice peer
134 # ECC CDH Alice with Bob peer
141 # ECC CDH Bob with Alice peer
154 # ECC CDH Bob with Malice peer
[all …]
H A Devppkey_ecdh.txt53 # ECDH Alice with Bob peer
59 # ECDH Bob with Alice peer
97 # ECDH Alice with Bob peer
104 # ECDH Bob with Alice peer
142 # ECDH Alice with Bob peer
149 # ECDH Bob with Alice peer
188 # ECDH Alice with Bob peer
195 # ECDH Bob with Alice peer
236 # ECDH Alice with Bob peer
243 # ECDH Bob with Alice peer
[all …]
H A Devppkey_brainpool.txt42 # ECDH Alice with Bob peer
47 # ECDH Bob with Alice peer
80 # ECDH Alice with Bob peer
85 # ECDH Bob with Alice peer
120 # ECDH Alice with Bob peer
125 # ECDH Bob with Alice peer
160 # ECDH Alice with Bob peer
165 # ECDH Bob with Alice peer
200 # ECDH Alice with Bob peer
205 # ECDH Bob with Alice peer
[all …]
H A Devppkey_ecx.txt34 PrivateKey=Bob-25519
39 PublicKey=Bob-25519-PUBLIC
52 PrivateKeyRaw=Bob-25519-Raw:X25519:5dab087e624a8a4b79e17f8b83800ee66f3bb1292618b6fd1c2f8b27ff88e0eb
54 PublicKeyRaw=Bob-25519-PUBLIC-Raw:X25519:de9edb7d7b7dc1b4d35b61c2ece435373f8343c85b78674dadfc7e146f…
56 PrivPubKeyPair = Bob-25519:Bob-25519-PUBLIC
58 PrivPubKeyPair = Bob-25519-Raw:Bob-25519-PUBLIC-Raw
62 PeerKey=Bob-25519-PUBLIC
69 PeerKey=Bob-25519-PUBLIC
74 Derive=Bob-25519
80 PeerKey=Bob-25519-PUBLIC-Raw
[all …]
H A Devppkey_dh.txt139 # DH Alice with Bob peer
145 # DH Bob with Alice peer
151 # DH Alice with Bob peer - mismatching domain parameters
157 # DH Alice with Bob peer - pub > p - 2
163 # DH Alice with Bob peer - pub < 2 should fail
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-gru-bob.dts3 * Google Gru-Bob Rev 4+ board device tree source
12 model = "Google Bob";
13 compatible = "google,bob-rev13", "google,bob-rev12",
14 "google,bob-rev11", "google,bob-rev10",
15 "google,bob-rev9", "google,bob-rev8",
16 "google,bob-rev7", "google,bob
[all...]
/freebsd/crypto/libecc/src/examples/basic/
H A Dcurve_ecdh.c25 * and Bob want to derive a secret 'x' without sharing the
28 * a generator G. Alice (resp. Bob) generates a private value
30 * Alice (resp. Bob) computes and shares Q_Alice = d_Alice x G
32 * and Bob now both can compute the same point Q such that
56 * where Alice and Bob exchange data.
59 /* Global array holding Alice to Bob public value
68 /* Global array holding Bob to Alice public value
78 static const u8 Bob[] = "Bob"; variable
79 #define CHECK_SIZE LOCAL_MIN(sizeof(Alice), sizeof(Bob))
87 /* The private scalar value for Alice and Bob, as well as their in ECDH_helper()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dqcom,rpmh-regulator.yaml38 For PM6150L, smps1 - smps8, ldo1 - ldo11, bob
41 For PM660L, smps1 - smps3, smps5, ldo1 - ldo8, bob
47 For PM8150L, smps1 - smps8, ldo1 - ldo11, bob, flash, rgb
49 For PM8350C, smps1 - smps10, ldo1 - ldo13, bob
53 For PMI8998, bob
115 bob:
119 description: BOB regulator node.
124 "^(smps|ldo|lvs|bob)[0-9]+$":
162 vdd-bob-supply:
163 description: BOB regulato
[all...]
H A Dqcom,rpmh-regulator.txt28 PM8150L: smps1 - smps8, ldo1 - ldo11, bob, flash, rgb
30 PM8350C: smps1 - smps10, ldo1 - ldo13, bob
32 PMI8998: bob
34 PM6150L: smps1 - smps8, ldo1 - ldo11, bob
103 - vdd-bob-supply
106 Definition: BOB regulator parent supply phandle
124 may be specified for BOB type regulators managed via VRM.
171 bob {
/freebsd/sys/contrib/device-tree/include/dt-bindings/regulator/
H A Dqcom,rpmh-regulator.h17 * and BOB type regulators. This mode is supported
18 * by LDO, HFSMPS, BOB, and PMIC4 FTSMPS type
23 * supported by HFSMPS, BOB, and PMIC4 FTSMPS type
27 * corresponds to PWM for SMPS and BOB type
/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dt_cccol.py51 realm.addprinc('bob', password('bob'))
61 realm.kinit('bob', password('bob'), flags=['-c', dbob])
72 realm.kinit('bob', password('bob'), flags=['-c', krbob])
/freebsd/contrib/pf/authpf/
H A Dauthpf.84 .\" Copyright (c) 1998-2007 Bob Beck (beck@openbsd.org>. All rights reserved.
304 mechanisms, let us consider a typical user named bob.
305 Normally, as long as bob can authenticate himself, the
311 If bob has somehow fallen from grace in the eyes of the
314 .Pa /etc/authpf/banned/bob
316 Once bob has done suitable penance, his access may be restored by moving or
318 .Pa /etc/authpf/banned/bob .
320 Now consider a workgroup containing alice, bob, carol and dave.
332 If bob once again manages to annoy the powers-that-be, they can ban him from
334 .Pa /etc/authpf/banned/bob
[all...]
/freebsd/crypto/krb5/src/man/
H A Dk5login.man54 This would allow \fBbob\fP to use Kerberos network applications, such as
55 ssh(1), to access \fBalice\fP\(aqs account, using \fBbob\fP\(aqs Kerberos
79 password. Note that because \fBbob\fP retains the Kerberos tickets for
80 his own principal, \fBbob@FOOBAR.ORG\fP, he would not have any of the
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Djhash.h8 * Copyright (C) 1996 Bob Jenkins (bob_jenkins@burtleburtle.net)
10 * http://burtleburtle.net/bob/hash/
12 * These are the credits from Bob's sources:
14 * lookup2.c, by Bob Jenkins, December 1996, Public Domain.
21 * I've modified Bob's hash to be useful in the Linux kernel, and
/freebsd/usr.bin/id/
H A Did.1148 .Ql bob
151 $ id -P bob
152 bob:*:0:0::0:0:Robert:/bob:/usr/local/bin/bash
171 .Ql bob
/freebsd/sys/dev/cxgb/common/
H A Djhash.h6 * Copyright (C) 1996 Bob Jenkins (bob_jenkins@burtleburtle.net)
8 * http://burtleburtle.net/bob/hash/
10 * These are the credits from Bob's sources:
12 * lookup2.c, by Bob Jenkins, December 1996, Public Domain.
/freebsd/share/examples/pf/
H A Dfaq-example242 # bob_in - bandwidth reserved for Bob's workstation. allow him to
54 bob = "192.168.0.3"
88 pass out on dc0 from any to $bob queue bob_in
/freebsd/contrib/unifdef/tests/
H A Dnone.c1 /* Copyright 2004 Bob Proulx <bob@proulx.com>
H A Dnone.expout1 /* Copyright 2004 Bob Proulx <bob@proulx.com>
H A Ddefundef-funlike.expout1 /* Copyright 2004 Bob Proulx <bob@proulx.com>

12345678910>>...12