Searched defs:hex_len (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/kernel/lib/crypto/
H A Dglobal_prng.cpp53 const size_t hex_len = fbl::min(strlen(entropy), kMaxEntropyArgumentLen); local
71 mandatory_memset(const_cast<char*>(entropy), 'x', hex_len); local

Completed in 20 milliseconds