Home
last modified time | relevance | path

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

/kernel/lib/crypto/include/lib/crypto/
A Dprng.h20 typedef unsigned __int128 uint128_t; typedef
91 uint128_t nonce_ TA_GUARDED(spinlock_);
/kernel/lib/crypto/
A Dprng.cpp29 const uint128_t kNonceOverflow = ((uint128_t)1ULL) << 96;
92 uint128_t nonce; in Draw()

Completed in 8 milliseconds