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

  /src/sys/external/isc/libsodium/dist/src/libsodium/
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/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 14 milliseconds