Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Dvmac.c83 static const u64 mpoly = UINT64_C(0x1fffffff1fffffff); /* Poly key mask */ variable
460 tctx->polykey[i] = be64_to_cpu(out[0]) & mpoly; in vmac_setkey()
461 tctx->polykey[i+1] = be64_to_cpu(out[1]) & mpoly; in vmac_setkey()