Home
last modified time | relevance | path

Searched refs:constants (Results 1 – 25 of 178) sorted by relevance

12345678

/freebsd/contrib/unbound/compat/
H A Dchacha_private.h57 const char *constants; in chacha_keysetup() local
65 constants = sigma; in chacha_keysetup()
67 constants = tau; in chacha_keysetup()
73 x->input[0] = U8TO32_LITTLE(constants + 0); in chacha_keysetup()
74 x->input[1] = U8TO32_LITTLE(constants + 4); in chacha_keysetup()
75 x->input[2] = U8TO32_LITTLE(constants + 8); in chacha_keysetup()
76 x->input[3] = U8TO32_LITTLE(constants + 12); in chacha_keysetup()
/freebsd/crypto/openssh/openbsd-compat/
H A Dchacha_private.h59 const char *constants; in chacha_keysetup() local
67 constants = sigma; in chacha_keysetup()
69 constants = tau; in chacha_keysetup()
75 x->input[0] = U8TO32_LITTLE(constants + 0); in chacha_keysetup()
76 x->input[1] = U8TO32_LITTLE(constants + 4); in chacha_keysetup()
77 x->input[2] = U8TO32_LITTLE(constants + 8); in chacha_keysetup()
78 x->input[3] = U8TO32_LITTLE(constants + 12); in chacha_keysetup()
/freebsd/crypto/openssh/
H A Dchacha.c57 const char *constants; in chacha_keysetup() local
65 constants = sigma; in chacha_keysetup()
67 constants = tau; in chacha_keysetup()
73 x->input[0] = U8TO32_LITTLE(constants + 0); in chacha_keysetup()
74 x->input[1] = U8TO32_LITTLE(constants + 4); in chacha_keysetup()
75 x->input[2] = U8TO32_LITTLE(constants + 8); in chacha_keysetup()
76 x->input[3] = U8TO32_LITTLE(constants + 12); in chacha_keysetup()
/freebsd/sys/crypto/chacha20/
H A Dchacha.c59 const char *constants; in chacha_keysetup() local
67 constants = sigma; in chacha_keysetup()
69 constants = tau; in chacha_keysetup()
75 x->input[0] = U8TO32_LITTLE(constants + 0); in chacha_keysetup()
76 x->input[1] = U8TO32_LITTLE(constants + 4); in chacha_keysetup()
77 x->input[2] = U8TO32_LITTLE(constants + 8); in chacha_keysetup()
78 x->input[3] = U8TO32_LITTLE(constants + 12); in chacha_keysetup()
/freebsd/contrib/lutok/
H A DNEWS43 * New global constants: registry_index.
47 * Removed global constants: globals_index.
55 * New global constants: globals_index.
/freebsd/crypto/openssl/doc/man3/
H A DX509_get_version.pod25 certificate B<x>. These correspond to the constants B<X509_VERSION_1>,
26 B<X509_VERSION_2>, and B<X509_VERSION_3>. Note: the values of these constants
35 number of certificate requests and CRLs. They use constants
H A DBIO_ADDRINFO.pod63 B<BIO_ADDRINFO>. The result will be one of the constants
67 B<BIO_ADDRINFO>. The result will be one of the constants
71 B<BIO_ADDRINFO>. The result will be one of the constants
/freebsd/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.c472 symlist_t constants; in symtable_dump() local
488 SLIST_INIT(&constants); in symtable_dump()
510 symlist_add(&constants, cursym, in symtable_dump()
642 while (SLIST_FIRST(&constants) != NULL) { in symtable_dump()
643 curnode = SLIST_FIRST(&constants); in symtable_dump()
644 SLIST_REMOVE_HEAD(&constants, links); in symtable_dump()
/freebsd/tests/sys/cddl/zfs/include/
H A Dtestenv.ksh19 . ${STF_SUITE}/include/constants.cfg
H A Dtestenv.kshlib21 . ${STF_SUITE}/include/constants.cfg
H A DMakefile12 ${PACKAGE}FILES+= constants.cfg
/freebsd/contrib/arm-optimized-routines/pl/math/tools/
H A Derfcf.sollya1 // tables and constants for approximating erfcf(x).
H A Derff.sollya1 // tables and constants for approximating erff(x).
H A Derf.sollya1 // tables and constants for approximating erf(x).
H A Derfc.sollya1 // tables and constants for approximating erfc(x).
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dspan.inc11 // constants
/freebsd/crypto/openssl/crypto/objects/
H A Dobjects.txt1402 id-tc26 2 : id-tc26-constants
1404 id-tc26-constants 1 : id-tc26-sign-constants
1405 id-tc26-sign-constants 1: id-tc26-gost-3410-2012-256-constants
1406 id-tc26-gost-3410-2012-256-constants 1 : id-tc26-gost-3410-2012-256-paramSetA: GOST R 34.10-2012 (2…
1407 id-tc26-gost-3410-2012-256-constants 2 : id-tc26-gost-3410-2012-256-paramSetB: GOST R 34.10-2012 (2…
1408 id-tc26-gost-3410-2012-256-constants 3 : id-tc26-gost-3410-2012-256-paramSetC: GOST R 34.10-2012 (2…
1410 id-tc26-sign-constants 2: id-tc26-gost-3410-2012-512-constants
1416 id-tc26-constants 2 : id-tc26-digest-constants
1417 id-tc26-constants 5 : id-tc26-cipher-constants
1418 id-tc26-cipher-constants 1 : id-tc26-gost-28147-constants
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h33 for (const auto &C : SMP.constants()) in prettyPrintStackMap()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_extend_impl.inc10 // IEEE-754 floating-point type. The constants and types defined following the
45 // Various constants whose values follow from the type parameters.
/freebsd/bin/sh/tests/expansion/
H A Darith2.019 # constants
/freebsd/contrib/libcbor/doc/source/api/
H A Ditem_types.rst4 Every :type:`cbor_item_t` has a :type:`cbor_type` associated with it - these constants correspond t…
/freebsd/contrib/openbsm/
H A DNEWS85 definitions of constants in audit_fcntl.h.
115 - All BSM error number constants with BSM_ERRNO_.
119 of constants in audit_domain.h and audit_socket_type.h. This improves
121 and from Solaris constants (where available) or OpenBSM constants for
174 - Deprecated Darwin constants, such as TRAILER_PAD_MAGIC, removed.
224 - Remove AU_.* hard-coded audit class constants, as audit classes are now
321 - Rename many OpenBSM-specific constants and API elements containing the
323 for almost all existing constants and APIs.
337 - New OpenBSM token version number assigned, constants added for other
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dcoresight-cti.yaml53 constants defined in <dt-bindings/arm/coresight-cti-dt.h>
154 List of constants representing the types for the CTI trigger in
171 List of constants representing the types for the CTI trigger out
250 # Shows use of type constants from dt-bindings/arm/coresight-cti-dt.h
H A Darm,coresight-cti.yaml52 constants defined in <dt-bindings/arm/coresight-cti-dt.h>
170 List of constants representing the types for the CTI trigger in
187 List of constants representing the types for the CTI trigger out
266 # Shows use of type constants from dt-bindings/arm/coresight-cti-dt.h
/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dlm90.txt40 constants.

12345678