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

  /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);
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 31 milliseconds