Home
last modified time | relevance | path

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

/dports/security/cryptlib/cryptlib-3.4.3/misc/
H A Dos_spec.c1861 sysCaps |= HWCAP_FLAG_RDRAND;
1958 sysCaps |= HWCAP_FLAG_RDRAND;
2098 sysCaps |= HWCAP_FLAG_RDRAND;
H A Dint_api.h163 #define HWCAP_FLAG_RDRAND 0x80 /* Intel RDRAND instruction support */ macro
/dports/security/cryptlib/cryptlib-3.4.3/random/
H A Dwin32.c1614 if( getSysVar( SYSVAR_HWCAP ) & HWCAP_FLAG_RDRAND ) in fastPoll()