Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/stream/salsa20/
H A Dsalsa20_setup.c27 const char *constants; in salsa20_setup() local
42 constants = sigma; in salsa20_setup()
44 constants = tau; in salsa20_setup()
50 LOAD32L(st->input[ 0], constants + 0); in salsa20_setup()
51 LOAD32L(st->input[ 5], constants + 4); in salsa20_setup()
52 LOAD32L(st->input[10], constants + 8); in salsa20_setup()
53 LOAD32L(st->input[15], constants + 12); in salsa20_setup()
H A Dxsalsa20_setup.c15 static const char * const constants = "expand 32-byte k"; variable
72 LOAD32L(x[ 0], constants + 0); in xsalsa20_setup()
73 LOAD32L(x[ 5], constants + 4); in xsalsa20_setup()
74 LOAD32L(x[10], constants + 8); in xsalsa20_setup()
75 LOAD32L(x[15], constants + 12); in xsalsa20_setup()
98 LOAD32L(st->input[ 0], constants + 0); in xsalsa20_setup()
99 LOAD32L(st->input[ 5], constants + 4); in xsalsa20_setup()
100 LOAD32L(st->input[10], constants + 8); in xsalsa20_setup()
101 LOAD32L(st->input[15], constants + 12); in xsalsa20_setup()
/optee_os/core/lib/libtomcrypt/src/stream/chacha/
H A Dchacha_setup.c26 const char *constants; in chacha_setup() local
40 constants = sigma; in chacha_setup()
42 constants = tau; in chacha_setup()
48 LOAD32L(st->input[0], constants + 0); in chacha_setup()
49 LOAD32L(st->input[1], constants + 4); in chacha_setup()
50 LOAD32L(st->input[2], constants + 8); in chacha_setup()
51 LOAD32L(st->input[3], constants + 12); in chacha_setup()
/optee_os/scripts/
H A Dgen_ldelf_hex.py15 from elftools.elf.constants import P_FLAGS
H A Dgen_tee_bin.py17 from elftools.elf.constants import SH_FLAGS
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog1883 as well as other functions and constants only used by
2040 * Remove the following deprecated functions and constants of hex-encoded
4085 * Deprecate hex string DHE constants MBEDTLS_DHM_RFC3526_MODP_2048_P etc.
4086 Supserseded by binary encoded constants MBEDTLS_DHM_RFC3526_MODP_2048_P_BIN
4090 accepting DHM parameters in binary form, matching the new constants.
5297 * EC curves constants, which should be only in ROM since 1.3.3, were also