/freebsd/crypto/libecc/src/examples/sss/ |
H A D | sss.h | 42 /* 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 D | sss.c | 20 * 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 D | smb.c | 29 * 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 D | zfs_share_after_mount.ksh | 30 # 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 D | zfs-share.in | 8 # 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 D | fsl,imx7d-pinctrl.txt | 7 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 D | zfs_ctldir.h | 41 #define ZFS_SHAREDIR_NAME "shares" 84 /* zfsctl '.zfs/shares' functions */
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | st,stm32-sai.txt | 34 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 D | HISTORY | 36 - 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 D | zfs-share.service.in | 2 Description=ZFS file system shares
|
/freebsd/sys/contrib/device-tree/Bindings/opp/ |
H A D | qcom-opp.txt | 17 associated with this OPP node. Sometimes several corners/levels shares
|
H A D | opp-v2-qcom-level.yaml | 30 this OPP node. Sometimes several corners/levels shares a certain fuse
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sdm636.dtsi | 22 /* Adreno 509 shares the frequency table with 512 */
|
/freebsd/sys/contrib/device-tree/Bindings/misc/ |
H A D | aspeed,cvic.txt | 8 inconvenient to create an interrupt tree for it as it somewhat shares
|
H A D | aspeed,ast2400-cvic.yaml | 16 somewhat shares some of the same sources as the main ARM interrupt controller
|
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | axp20x_usb_power.txt | 9 The AXP223 PMIC shares most of its behaviour with the AXP221 but has slight
|
/freebsd/sys/contrib/device-tree/Bindings/iommu/ |
H A D | rockchip,iommu.txt | 6 shares its clocks, power domain and irq.
|
H A D | rockchip,iommu.yaml | 15 shares its clocks, power domain and irq.
|
/freebsd/sys/contrib/device-tree/Bindings/rtc/ |
H A D | microchip,mfps-rtc.yaml | 40 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 D | tst.promote_conflict.ksh | 21 # Attempting to promote a clone when it shares a snapshot name with
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | st,spear3xx-shirq.txt | 15 interrupt controller shares config/control registers with other groups.
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | hisilicon-pcie.txt | 4 It shares common functions with the PCIe DesignWare core driver and inherits
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | lua | 20 # 2.4 uses 0x23 as its version byte because it shares the format
|
/freebsd/sys/contrib/openzfs/lib/libzfs/os/linux/ |
H A D | libzfs_util_os.c | 53 #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 D | renesas,rcar-rproc.yaml | 15 R-Car gen3 family may have a realtime processor, this processor shares peripheral
|