Searched refs:mpoly (Results 1 – 1 of 1) sorted by relevance
42 const uint64_t mpoly = UINT64_C(0x1fffffff1fffffff); /* Poly key mask */ variable1019 ctx->polytmp[i ] = ctx->polykey[i ] = get64BE(out) & mpoly; in vmac_set_key()1020 ctx->polytmp[i+1] = ctx->polykey[i+1] = get64BE(out+1) & mpoly; in vmac_set_key()
Completed in 4 milliseconds