Home
last modified time | relevance | path

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

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