Home
last modified time | relevance | path

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

12345678

/src/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()
/src/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()
/src/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()
/src/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()
/src/contrib/lutok/
H A DNEWS43 * New global constants: registry_index.
47 * Removed global constants: globals_index.
55 * New global constants: globals_index.
/src/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()
/src/crypto/openssl/doc/man3/
H A DX509_get_version.pod31 certificate I<x>. These correspond to the constants B<X509_VERSION_1>,
32 B<X509_VERSION_2>, and B<X509_VERSION_3>. Note: the values of these constants
42 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
/src/crypto/openssl/doc/designs/
H A Dslh-dsa.md12 There are constants related to these, as well as there being a group of functions
15 The constants include things like hash sizes and tree heights.
33 Rather that duplicating this code 12 times for every function, the constants are
35 the ADRS functions, and the parameter constants. It also contains pre fetched algorithms.
54 /* contains the algorithm name and constants such as |n| */
H A Dml-dsa.md10 parameters to pass algorithm specific constants, and also uses these constants
17 FIPS 204 Section 4 Table 1 & Table 2 specifies different constants that are
19 The constants include key sizes and coefficient ranges.
/src/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 DMakefile11 ${PACKAGE}FILES+= constants.cfg
/src/crypto/libecc/support/meson/
H A Darmv7em-noneabi.ini1 [constants] section
/src/contrib/arm-optimized-routines/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).
/src/contrib/llvm-project/libcxx/modules/std/
H A Dspan.inc11 // constants
/src/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.
/src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h33 for (const auto &C : SMP.constants()) in prettyPrintStackMap()
/src/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
/src/bin/sh/tests/expansion/
H A Darith2.019 # constants
/src/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…
/src/sys/contrib/device-tree/Bindings/hwmon/
H A Dlm90.txt40 constants.

12345678