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

/illumos-gate/usr/src/common/crypto/modes/
H A Dccm.c588 uint64_t maxValue; local
622 maxValue = (1ULL << (q * 8)) - 1;
624 maxValue = ULONG_MAX;
627 if (ccm_param->ulDataSize > maxValue) {

Completed in 127 milliseconds