Home
last modified time | relevance | path

Searched full:shares (Results 1 – 25 of 266) sorted by relevance

1234567891011

/freebsd/crypto/libecc/src/examples/sss/
H A Dsss.h42 /* Secrets and shares typedefs for "raw" SSS */
65 /* SSS shares and secret generation:
67 * - n: is the number of shares to generate
68 * - k: the quorum of shares to regenerate the secret (of course k <= n)
71 * - shares: a pointer to the generated n shares
75 ATTRIBUTE_WARN_UNUSED_RET int sss_generate(sss_share *shares, unsigned short k, unsigned short n, s…
77 /* SSS shares and secret combination
79 * - k: the quorum of shares to regenerate the secret
80 * - shares: a pointer to the k shares
82 * - secret: the secret value computed from the k shares
[all …]
H A Dsss.c20 * Secret sharing allows to combine some shares (at least k among n >= k)
22 * of the shares using HMAC. A maximum of (2**16 - 1) shares can be
24 * increases with k and n, and the time complexity of shares combination
27 * Shares regeneration from exisiting ones is also offered although it
70 * that all our shares and secret lie in Fp, and hence are < p,
72 * Although bigger primes could be used, beware that SSS shares recombination
73 * complexity is quadratic in the number of shares, yielding impractical
124 /* SSS shares and secret generation */
125 ATTRIBUTE_WARN_UNUSED_RET static int _sss_raw_generate(sss_share *shares, u16 k, u16 n, sss_secret … in _sss_raw_generate() argument
142 MUST_HAVE((shares != NULL) && (secret != NULL), ret, err); in _sss_raw_generate()
[all …]
/freebsd/sys/contrib/openzfs/lib/libshare/os/linux/
H A Dsmb.c29 * shares using the 'net share' command that comes with Samba.
33 * 'usershare max shares' and 'usershare owner only' have been reviewed/set
71 * Retrieve the list of SMB shares.
84 smb_share_t *shares, *new_shares = NULL; in smb_retrieve_shares() local
91 /* Go through the directory, looking for shares */ in smb_retrieve_shares()
170 shares = (smb_share_t *) in smb_retrieve_shares()
172 if (shares == NULL) { in smb_retrieve_shares()
177 (void) strlcpy(shares->name, name, in smb_retrieve_shares()
178 sizeof (shares->name)); in smb_retrieve_shares()
180 (void) strlcpy(shares->path, path, in smb_retrieve_shares()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_share/
H A Dzfs_share_after_mount.ksh30 # Verify that nfs shares persist after zfs mount -a
62 log_pass "Verify that nfs shares persist after zfs mount -a"
/freebsd/sys/contrib/openzfs/etc/init.d/
H A Dzfs-share.in8 # for controlling iSCSI, NFS, or CIFS network shares.
21 # for controlling iSCSI, NFS, or CIFS network shares.
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dfsl,imx7d-pinctrl.txt7 mux and pad control settings, it shares the input select register from main
38 a phandle for main iomuxc controller which shares the input select register for
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_ctldir.h41 #define ZFS_SHAREDIR_NAME "shares"
84 /* zfsctl '.zfs/shares' functions */
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dst,stm32-sai.txt34 If the SAI shares a master clock, with another SAI set as MCLK
37 Must also contain "MCLK", if SAI shares a master clock,
/freebsd/contrib/smbfs/
H A DHISTORY36 - Mounted shares may become "frozen" (no timeout occurs) if server died or
129 'view' - list shares available on the specified host
/freebsd/sys/contrib/openzfs/etc/systemd/system/
H A Dzfs-share.service.in2 Description=ZFS file system shares
/freebsd/sys/contrib/device-tree/Bindings/opp/
H A Dqcom-opp.txt17 associated with this OPP node. Sometimes several corners/levels shares
H A Dopp-v2-qcom-level.yaml30 this OPP node. Sometimes several corners/levels shares a certain fuse
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsdm636.dtsi22 /* Adreno 509 shares the frequency table with 512 */
/freebsd/sys/contrib/device-tree/Bindings/misc/
H A Daspeed,cvic.txt8 inconvenient to create an interrupt tree for it as it somewhat shares
H A Daspeed,ast2400-cvic.yaml16 somewhat shares some of the same sources as the main ARM interrupt controller
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Daxp20x_usb_power.txt9 The AXP223 PMIC shares most of its behaviour with the AXP221 but has slight
/freebsd/sys/contrib/device-tree/Bindings/iommu/
H A Drockchip,iommu.txt6 shares its clocks, power domain and irq.
H A Drockchip,iommu.yaml15 shares its clocks, power domain and irq.
/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Dmicrochip,mfps-rtc.yaml40 on the PolarFire SoC shares it's reference with MTIMER so this will
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.promote_conflict.ksh21 # Attempting to promote a clone when it shares a snapshot name with
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dst,spear3xx-shirq.txt15 interrupt controller shares config/control registers with other groups.
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dhisilicon-pcie.txt4 It shares common functions with the PCIe DesignWare core driver and inherits
/freebsd/contrib/file/magic/Magdir/
H A Dlua20 # 2.4 uses 0x23 as its version byte because it shares the format
/freebsd/sys/contrib/openzfs/lib/libzfs/os/linux/
H A Dlibzfs_util_os.c53 #define ZDIFF_SHARESDIR "/.zfs/shares/"
177 di->shares = (uint64_t)sb.st_ino; in find_shares_object()
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/
H A Drenesas,rcar-rproc.yaml15 R-Car gen3 family may have a realtime processor, this processor shares peripheral

1234567891011