HomeSort by: relevance | last modified time | path
    Searched refs:crypto_core (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/
Makefile.am 15 crypto_core/ed25519/ref10/ed25519_ref10.c \
16 crypto_core/hchacha20/core_hchacha20.c \
17 crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c \
18 crypto_core/hsalsa20/core_hsalsa20.c \
19 crypto_core/salsa/ref/core_salsa_ref.c \
99 crypto_core/ed25519/ref10/fe_51/base.h \
100 crypto_core/ed25519/ref10/fe_51/base2.h \
101 crypto_core/ed25519/ref10/fe_51/constants.h \
102 crypto_core/ed25519/ref10/fe_51/fe.h \
106 crypto_core/ed25519/ref10/fe_25_5/base.h
    [all...]
Makefile.in 94 @HAVE_TI_MODE_TRUE@ crypto_core/ed25519/ref10/fe_51/base.h \
95 @HAVE_TI_MODE_TRUE@ crypto_core/ed25519/ref10/fe_51/base2.h \
96 @HAVE_TI_MODE_TRUE@ crypto_core/ed25519/ref10/fe_51/constants.h \
97 @HAVE_TI_MODE_TRUE@ crypto_core/ed25519/ref10/fe_51/fe.h \
101 @HAVE_TI_MODE_FALSE@ crypto_core/ed25519/ref10/fe_25_5/base.h \
102 @HAVE_TI_MODE_FALSE@ crypto_core/ed25519/ref10/fe_25_5/base2.h \
103 @HAVE_TI_MODE_FALSE@ crypto_core/ed25519/ref10/fe_25_5/constants.h \
104 @HAVE_TI_MODE_FALSE@ crypto_core/ed25519/ref10/fe_25_5/fe.h \
134 @MINIMAL_FALSE@ crypto_core/ed25519/core_ed25519.c \
266 crypto_core/ed25519/ref10/ed25519_ref10.c
    [all...]
  /src/sys/rump/kern/lib/libcrypto/
Makefile 25 ${SODIUM_DIR}/crypto_core/hchacha20 \
26 ${SODIUM_DIR}/crypto_core/ed25519/ref10 \
  /src/lib/libc/gen/
arc4random.c 133 crypto_core(uint8_t *out, const uint8_t *in, const uint8_t *k, function in typeref:typename:void
192 * generated by the same crypto_core code with crypto_core_ROUNDS and
272 crypto_core(block, nonce, key, crypto_core_constant32);
315 crypto_core(output, nonce, prng->state, crypto_core_constant32);
413 crypto_core(block, nonce8, seed, crypto_core_constant32);
418 crypto_core(p32, nonce8, seed, crypto_core_constant32);
427 crypto_core(block, nonce8, seed, crypto_core_constant32);

Completed in 391 milliseconds