Home
last modified time | relevance | path

Searched refs:OPENSSL_s390xcap_st (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/crypto/
Ds390xcap.c70 static int parse_env(struct OPENSSL_s390xcap_st *cap);
75 struct OPENSSL_s390xcap_st OPENSSL_s390xcap_P;
82 struct OPENSSL_s390xcap_st cap; in OPENSSL_cpuid_setup()
183 static int parse_env(struct OPENSSL_s390xcap_st *cap) in parse_env()
194 static const struct OPENSSL_s390xcap_st z900 = { in parse_env()
214 static const struct OPENSSL_s390xcap_st z990 = { in parse_env()
242 static const struct OPENSSL_s390xcap_st z9 = { in parse_env()
275 static const struct OPENSSL_s390xcap_st z10 = { in parse_env()
314 static const struct OPENSSL_s390xcap_st z196 = { in parse_env()
373 static const struct OPENSSL_s390xcap_st zEC12 = { in parse_env()
[all …]
Ds390x_arch.h59 struct OPENSSL_s390xcap_st { struct
78 extern struct OPENSSL_s390xcap_st OPENSSL_s390xcap_P; argument