Home
last modified time | relevance | path

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

/netbsd/src/lib/libc/gen/
Darc4random.c377 const uint8_t *nonce8 = (const uint8_t *)(void *)nonce; in crypto_onetimestream() local
413 crypto_core(block, nonce8, seed, crypto_core_constant32); in crypto_onetimestream()
418 crypto_core(p32, nonce8, seed, crypto_core_constant32); in crypto_onetimestream()
427 crypto_core(block, nonce8, seed, crypto_core_constant32); in crypto_onetimestream()