/freebsd/crypto/openssl/doc/man3/ |
H A D | X509_sign.pod | 40 of the signed portion of a certificate, certificate request and CRL is cached 41 internally. If the signed portion of the structure is modified the encoding 43 normally a problem because modifying the signed portion will invalidate the
|
H A D | SSL_CTX_set_stateless_cookie_generate_cb.pod | 42 L<SSL_stateless(3)> to generate the application-controlled portion of the cookie 50 L<SSL_stateless(3)> to determine whether the application-controlled portion of a 54 including the application-controlled portion, is automatically verified by HMAC
|
H A D | i2d_re_X509_tbs.pod | 35 the TBSCertificate portion of the certificate. i2d_re_X509_CRL_tbs() 41 The encoding of the TBSCertificate portion of a certificate is cached 48 TBSCertificate portion of the B<X509> can be manually renewed by calling
|
/freebsd/sys/contrib/device-tree/Bindings/mmc/ |
H A D | k3-dw-mshc.txt | 28 /* SoC portion */ 39 /* Board portion */
|
/freebsd/contrib/bc/manuals/ |
H A D | algorithms.md | 237 We then compute the integral portion of the power by computing the number to 238 power of the integral portion of the exponent. 248 integer portion of the power again. 250 Then we need to calculate the fractional portion of the number. We do this by 252 calculate `e((y - a) * l(x))`, where `a` is the integer portion of `y`. It's 253 easy to see that `y - a` will be just the fractional portion of `y` (the 256 But then we *multiply* it into the integer portion of the power. Why? Because 260 So we multiply it into the integer portion of the power.
|
/freebsd/contrib/ntp/sntp/ |
H A D | check-libntp.mf | 4 ## The above file has a version of this for the non-sntp portion
|
/freebsd/sys/contrib/device-tree/Bindings/display/exynos/ |
H A D | exynos_dp.txt | 75 SOC specific portion: 88 Board Specific portion:
|
/freebsd/usr.sbin/bsdconfig/timezone/share/ |
H A D | zones.subr | 115 # The ``filename'' portion of the TZ value that appears after the 119 # The ``continent'' portion of the TZ value that appears before 127 # This function is a two-parter. Below is the awk(1) portion of the function, 295 # Get the continent portion of the TZ field 313 # Get the filename portion of the TZ field
|
H A D | countries.subr | 37 # filename The filename portion of the TZ field (after the `/') as 62 # This function is a two-parter. Below is the awk(1) portion of the function,
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | COM.inc | 9 // This file implements the Unix portion of COM support.
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | COM.inc | 9 // This file implements the Windows portion of COM support.
|
/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | submitting-patches.rst | 13 1) The Documentation/ and include/dt-bindings/ portion of the patch should 46 5) The Documentation/ portion of the patch should come in the series before
|
/freebsd/sys/contrib/device-tree/Bindings/rtc/ |
H A D | isil,isl12026.txt | 5 at bus address 0x57. The canonical "reg" value will be for the RTC portion.
|
/freebsd/sys/contrib/device-tree/Bindings/pps/ |
H A D | pps-gpio.txt | 12 - echo-active-ms: duration in ms of the active portion of the echo pulse
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | cavium-mix.txt | 15 - cell-index: A single cell specifying which portion of the shared
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | common.subr | 554 # This function is a two-parter. Below is the awk(1) portion of the function, 597 # containing a menu_selection line with a keyword portion matching $keyword. 607 # This function is a two-parter. Below is the awk(1) portion of the function, 673 # Process $indexfile and return only the keyword portion of the menu_selection 674 # line with a command portion matching $pgm. 691 # This function is a two-parter. Below is the awk(1) portion of the function, 739 # Process $indexfile and return only the command portion of the menu_selection 740 # line with a keyword portion matching $keyword. 756 # This function is a two-parter. Below is the awk(1) portion of the function,
|
H A D | variable.subr | 190 # Has the user specifically requested the network-portion of configuration and 205 # Has the user specifically requested the ZFS-portion of configuration and
|
/freebsd/tools/test/stress2/misc/ |
H A D | collapse.sh | 99 * some portion of the chain.
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | aspeed-lpc.txt | 29 configuration, therefore the host portion of the controller is exposed as a 115 in the "host" portion of the Aspeed LPC controller, which must be the parent of
|
/freebsd/contrib/libxo/doc/ |
H A D | xopo.rst | 8 developer changes the formatting portion of the field definitions, or
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | varmod-indirect.mk | 55 error rather than returning the unparsed portion of the $\
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | cs35l34.txt | 33 received mono data is in the left or right portion of the I2S frame
|
/freebsd/usr.sbin/bsdconfig/share/media/ |
H A D | nfs.subr | 60 # overridden. If set, the host portion of VAR_NFS_PATH is 67 # The host portion of the NFS path specification, parsed from
|
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/ |
H A D | cpm.txt | 53 indicate the portion of muram that is usable by the OS for arbitrary
|
/freebsd/sys/dev/cxgbe/crypto/ |
H A D | t6_kern_tls.c | 1098 int portion = (uintptr_t)&eq->desc[eq->sidx] - (uintptr_t)(*to); in copy_to_txd() local 1100 bcopy(from, *to, portion); in copy_to_txd() 1101 from += portion; in copy_to_txd() 1102 portion = len - portion; /* remaining */ in copy_to_txd() 1103 bcopy(from, (void *)eq->desc, portion); in copy_to_txd() 1104 (*to) = (caddr_t)eq->desc + portion; in copy_to_txd()
|