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

  /src/lib/libc/gen/
arc4random.c 377 const uint8_t *nonce8 = (const uint8_t *)(void *)nonce; local in function:crypto_onetimestream
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 377 const uint8_t *nonce8 = (const uint8_t *)(void *)nonce; local in function:crypto_onetimestream
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 377 const uint8_t *nonce8 = (const uint8_t *)(void *)nonce; local in function:crypto_onetimestream
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 38 milliseconds