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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp1485 enum { CAP_AES = 0x1, CAP_PMULL = 0x2, CAP_SHA1 = 0x4, CAP_SHA2 = 0x8 }; enumerator in enum:__anon3792
1512 crypto |= CAP_PMULL;
1525 if (crypto == (CAP_AES | CAP_PMULL | CAP_SHA1 | CAP_SHA2))

Completed in 43 milliseconds