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

  /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
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 43 milliseconds