Lines Matching defs:MAC
269 MAC = 3
304 This strips off variants of algorithms such as MAC truncation.
343 'HMAC': AlgorithmCategory.MAC,
366 CATEGORY_FROM_HEAD[x] = AlgorithmCategory.MAC
481 """Permitted output lengths for the given MAC or AEAD base algorithm.
483 For a MAC algorithm, this is the set of truncation lengths that
504 """False for a MAC or AEAD algorithm truncated to an invalid length.
506 True for a MAC or AEAD algorithm truncated to a valid length or to
508 a truncated MAC or AEAD.
549 elif self.category == AlgorithmCategory.MAC: