Home
last modified time | relevance | path

Searched refs:stfle (Results 1 – 5 of 5) sorted by relevance

/crypto/
A Ds390xcap.c117 if (OPENSSL_s390xcap_P.stfle[0]) in OPENSSL_cpuid_setup()
121 OPENSSL_s390xcap_P.stfle[0] |= S390X_CAPBIT(0); in OPENSSL_cpuid_setup()
133 OPENSSL_s390xcap_P.stfle[2] &= ~(S390X_CAPBIT(S390X_VX) in OPENSSL_cpuid_setup()
159 if ((OPENSSL_s390xcap_P.stfle[2] & S390X_CAPBIT(S390X_VX)) in OPENSSL_cpuid_setup()
163 OPENSSL_s390xcap_P.stfle[2] &= ~(S390X_CAPBIT(S390X_VX) in OPENSSL_cpuid_setup()
181 OPENSSL_s390xcap_P.stfle[0] &= cap.stfle[0]; in OPENSSL_cpuid_setup()
182 OPENSSL_s390xcap_P.stfle[1] &= cap.stfle[1]; in OPENSSL_cpuid_setup()
183 OPENSSL_s390xcap_P.stfle[2] &= cap.stfle[2]; in OPENSSL_cpuid_setup()
849 if (sscanf(tok[i] + off, "%llx", &cap->stfle[i]) != 1) in parse_env()
852 cap->stfle[i] = ~cap->stfle[i]; in parse_env()
A Dinfo.c98 OPENSSL_s390xcap_P.stfle[0], OPENSSL_s390xcap_P.stfle[1], in DEFINE_RUN_ONCE_STATIC()
99 OPENSSL_s390xcap_P.stfle[2], OPENSSL_s390xcap_P.stfle[3], in DEFINE_RUN_ONCE_STATIC()
A Ds390x_arch.h62 unsigned long long stfle[4]; member
/crypto/sha/
A Dsha3.c21 if (!(OPENSSL_s390xcap_P.stfle[1] & S390X_CAPBIT(S390X_MSA12))) in ossl_sha3_reset()
/crypto/perlasm/
A Ds390x.pm159 sub stfle { subroutine

Completed in 13 milliseconds