Home
last modified time | relevance | path

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

1234567

/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/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.c468 * Put constants at the end. in symtable_dump()
472 symlist_t constants; in symtable_dump()
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()
469 symlist_t constants; symtable_dump() local
/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/tests/sys/cddl/zfs/include/
H A Dtestenv.kshlib21 . ${STF_SUITE}/include/constants.cfg
H A Dtestenv.ksh19 . ${STF_SUITE}/include/constants.cfg
H A DMakefile11 ${PACKAGE}FILES+= constants.cfg
/freebsd/crypto/libecc/support/meson/
H A Darmv7em-noneabi.ini1 [constants] section
/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…
1409 id-tc26-gost-3410-2012-256-constants 4 : id-tc26-gost-3410-2012-256-paramSetD: GOST R 34.10-2012 (2…
1410 id-tc26-sign-constants 2: id-tc26-gost-3410-2012-512-constants
1411 id-tc26-gost-3410-2012-512-constants 0 : id-tc26-gost-3410-2012-512-paramSetTest: GOST R 34.10-2012…
1412 id-tc26-gost-3410-2012-512-constants 1 : id-tc26-gost-3410-2012-512-paramSetA: GOST R 34.10-2012 (5…
[all …]
/freebsd/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).
H A Dtgamma128_gen.jl3 # Generate tgamma128.h, containing polynomials and constants used by
81 * Polynomial coefficients and other constants for tgamma128.c.
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dspan.cppm
/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/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DStackMapPrinter.h33 for (const auto &C : SMP.constants()) in prettyPrintStackMap()
/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 to the types specified by the `CBOR standard <https://www.rfc-editor.org/info/std94>`_:
/freebsd/bin/sh/tests/expansion/
H A Darith2.019 # constants
/freebsd/sys/contrib/device-tree/Bindings/hwmon/
H A Dlm90.txt40 constants.
/freebsd/crypto/openssl/test/
H A Devp_kdf_test.c1012 static unsigned char constants[][5] = { in test_kdf_kbkdf_6803_128() local
1039 OSSL_KDF_PARAM_SALT, constants[i], sizeof(constants[i])); in test_kdf_kbkdf_6803_128()
1069 static unsigned char constants[][5] = { in test_kdf_kbkdf_6803_256() local
1105 OSSL_KDF_PARAM_SALT, constants[i], sizeof(constants[i])); in test_kdf_kbkdf_6803_256()

1234567