Home
last modified time | relevance | path

Searched refs:shares (Results 1 – 25 of 83) sorted by relevance

1234

/freebsd/crypto/libecc/src/examples/sss/
H A Dsss.c125 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()
215 _sss_raw_share *cur_share_i = &(shares[num_shares].raw_share); in _sss_raw_generate()
289 ATTRIBUTE_WARN_UNUSED_RET static int _sss_raw_lagrange(const sss_share *shares, u16 k, sss_secret *… in _sss_raw_lagrange() argument
302 MUST_HAVE((shares != NULL) && (secret != NULL), ret, err); in _sss_raw_lagrange()
341 const _sss_raw_share *cur_share_i = &(shares[i].raw_share); in _sss_raw_lagrange()
356 const _sss_raw_share *cur_share_j = &(shares[j].raw_share); in _sss_raw_lagrange()
410 ATTRIBUTE_WARN_UNUSED_RET static int _sss_raw_combine(const sss_share *shares, u16 k, sss_secret *s… in _sss_raw_combine() argument
412 return _sss_raw_lagrange(shares, k, secret, 0); in _sss_raw_combine()
426 int sss_generate(sss_share *shares, unsigned short k, unsigned short n, sss_secret *secret, boolean… in sss_generate() argument
[all …]
H A Dsss.h75 ATTRIBUTE_WARN_UNUSED_RET int sss_generate(sss_share *shares, unsigned short k, unsigned short n, s…
84 ATTRIBUTE_WARN_UNUSED_RET int sss_combine(const sss_share *shares, unsigned short k, sss_secret *se…
96 ATTRIBUTE_WARN_UNUSED_RET int sss_regenerate(sss_share *shares, unsigned short k, unsigned short n,…
/freebsd/sys/contrib/openzfs/lib/libshare/os/linux/
H A Dsmb.c84 smb_share_t *shares, *new_shares = NULL; in smb_retrieve_shares() local
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()
181 sizeof (shares->path)); in smb_retrieve_shares()
183 (void) strlcpy(shares->comment, comment, in smb_retrieve_shares()
184 sizeof (shares->comment)); in smb_retrieve_shares()
186 shares->guest_ok = atoi(guest_ok); in smb_retrieve_shares()
[all …]
/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/etc/systemd/system/
H A Dzfs-share.service.in2 Description=ZFS file system shares
/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/opp/
H A Dqcom-opp.txt17 associated with this OPP node. Sometimes several corners/levels shares
/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/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/file/magic/Magdir/
H A Dlua20 # 2.4 uses 0x23 as its version byte because it shares the format
/freebsd/sys/contrib/device-tree/Bindings/misc/
H A Daspeed,cvic.txt8 inconvenient to create an interrupt tree for it as it somewhat shares
/freebsd/sys/contrib/device-tree/Bindings/iommu/
H A Drockchip,iommu.txt6 shares its clocks, power domain and irq.
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dhisilicon-pcie.txt4 It shares common functions with the PCIe DesignWare core driver and inherits
H A Dkirin-pcie.txt4 It shares common functions with the PCIe DesignWare core driver and
H A Damlogic,meson-pcie.txt4 It shares common functions with the PCIe DesignWare core driver and
H A Dhisilicon-histb-pcie.txt4 It shares common functions with the DesignWare PCIe core driver and inherits
H A Duniphier-pcie.txt7 It shares common functions with the PCIe DesignWare core driver and inherits
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dst,spear3xx-shirq.txt15 interrupt controller shares config/control registers with other groups.
H A Dsamsung,exynos4210-combiner.txt15 interrupt controller module shares config/control registers with other
/freebsd/contrib/smbfs/
H A DINSTALL19 shares and unload an old module via 'kldunload smbfs' command.
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/crypto/openssl/doc/man7/
H A DRSA-PSS.pod15 This algorithm shares several control operations with the B<RSA> algorithm
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_impl.h222 uint64_t shares; member
/freebsd/sys/contrib/openzfs/lib/libzfs/os/linux/
H A Dlibzfs_util_os.c177 di->shares = (uint64_t)sb.st_ino; in find_shares_object()
/freebsd/sys/contrib/device-tree/src/arm/allwinner/
H A Daxp223.dtsi50 * The AXP223 shares most of its logic with the AXP221 but it has some

1234