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

/freebsd-9.3-release/crypto/openssl/fips/
H A Dfips.c278 if ((OPENSSL_ia32cap & (1 << 25 | 1 << 26)) != (1 << 25 | 1 << 26)) {
/freebsd-9.3-release/crypto/openssl/crypto/sha/
H A Dsha512t.c96 if ((env = getenv("OPENSSL_ia32cap")))
97 OPENSSL_ia32cap = strtoul(env, NULL, 0);
/freebsd-9.3-release/crypto/openssl/crypto/
H A Dcrypto.h584 # define OPENSSL_ia32cap (*(OPENSSL_ia32cap_loc())) macro

Completed in 103 milliseconds