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

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

Completed in 122 milliseconds