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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp1512 enum { CAP_AES = 0x1, CAP_PMULL = 0x2, CAP_SHA1 = 0x4, CAP_SHA2 = 0x8 }; enumerator in enum:__anon1983
1543 crypto |= CAP_SHA2;
1552 if (crypto == (CAP_AES | CAP_PMULL | CAP_SHA1 | CAP_SHA2))

Completed in 111 milliseconds