Lines Matching +full:cpu +full:- +full:nr
18 .\" Set up some character translations and predefined strings. \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
65 . nr % 0
66 . nr F 2
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
99 . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
100 . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
101 . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
102 . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
104 . \" troff and (daisy-wheel) nroff accents
123 . ds d- d\h'-1'\(ga
124 . ds D- D\h'-1'\(hy
134 .TH OPENSSL_VERSION 3ossl "2023-09-19" "3.0.11" "OpenSSL"
146 \&\- get OpenSSL version number and other information
186 The three macros \fB\s-1OPENSSL_VERSION_MAJOR\s0\fR, \fB\s-1OPENSSL_VERSION_MINOR\s0\fR and
187 \&\fB\s-1OPENSSL_VERSION_PATCH\s0\fR represent the three parts of a version
188 identifier, \fB\f(BI\s-1MAJOR\s0\fB.\f(BI\s-1MINOR\s0\fB.\f(BI\s-1PATCH\s0\fB\fR.
190 The macro \fB\s-1OPENSSL_VERSION_PRE_RELEASE\s0\fR is an added bit of text that
191 indicates that this is a pre-release version, such as \f(CW"\-dev"\fR for an
192 ongoing development snapshot or \f(CW"\-alpha3"\fR for an alpha release.
195 The macro \fB\s-1OPENSSL_VERSION_BUILD_METADATA\s0\fR is extra information, reserved
200 \&\fB\s-1OPENSSL_VERSION_STR\s0\fR is a convenience macro to get the short version
203 \&\fB\s-1OPENSSL_FULL_VERSION_STR\s0\fR is a convenience macro to get the longer
204 version identifier string, which combines \fB\s-1OPENSSL_VERSION_STR\s0\fR,
205 \&\fB\s-1OPENSSL_VERSION_PRE_RELEASE\s0\fR and \fB\s-1OPENSSL_VERSION_BUILD_METADATA\s0\fR.
207 \&\fB\s-1OPENSSL_VERSION_TEXT\s0\fR is a convenience macro to get a full descriptive
208 version text, which includes \fB\s-1OPENSSL_FULL_VERSION_STR\s0\fR and the release
211 \&\fB\s-1OPENSSL_VERSION_PREREQ\s0\fR is a useful macro for checking whether the OpenSSL
212 version for the headers in use is at least at the given pre-requisite major
214 header version number (\fB\s-1OPENSSL_VERSION_MAJOR\s0\fR.\fB\s-1OPENSSL_VERSION_MINOR\s0\fR) is
217 \&\fB\s-1OPENSSL_VERSION_NUMBER\s0\fR is a combination of the major, minor and
221 is the number from \fB\s-1OPENSSL_VERSION_MAJOR\s0\fR, in hexadecimal notation
222 .IP "\s-1NN\s0" 4
224 is the number from \fB\s-1OPENSSL_VERSION_MINOR\s0\fR, in hexadecimal notation
225 .IP "\s-1PP\s0" 4
227 is the number from \fB\s-1OPENSSL_VERSION_PATCH\s0\fR, in hexadecimal notation
235 .IP "\s-1OPENSSL_VERSION\s0" 4
237 The value of \fB\s-1OPENSSL_VERSION_TEXT\s0\fR
238 .IP "\s-1OPENSSL_VERSION_STRING\s0" 4
240 The value of \fB\s-1OPENSSL_VERSION_STR\s0\fR
241 .IP "\s-1OPENSSL_FULL_VERSION_STRING\s0" 4
243 The value of \fB\s-1OPENSSL_FULL_VERSION_STR\s0\fR
244 .IP "\s-1OPENSSL_CFLAGS\s0" 4
249 .IP "\s-1OPENSSL_BUILT_ON\s0" 4
254 .IP "\s-1OPENSSL_PLATFORM\s0" 4
258 .IP "\s-1OPENSSL_DIR\s0" 4
260 The \fB\s-1OPENSSLDIR\s0\fR setting of the library build in the form \f(CW\*(C`OPENSSLDIR: "..."\*(…
262 .IP "\s-1OPENSSL_ENGINES_DIR\s0" 4
264 The \fB\s-1ENGINESDIR\s0\fR setting of the library build in the form \f(CW\*(C`ENGINESDIR: "..."\*(…
267 .IP "\s-1OPENSSL_MODULES_DIR\s0" 4
269 The \fB\s-1MODULESDIR\s0\fR setting of the library build in the form \f(CW\*(C`MODULESDIR: "..."\*(…
271 .IP "\s-1OPENSSL_CPU_INFO\s0" 4
273 The current OpenSSL cpu settings.
274 This is the current setting of the cpu capability flags. It is usually
283 .IP "\s-1OPENSSL_INFO_CONFIG_DIR\s0" 4
287 .IP "\s-1OPENSSL_INFO_ENGINES_DIR\s0" 4
291 .IP "\s-1OPENSSL_INFO_MODULES_DIR\s0" 4
295 .IP "\s-1OPENSSL_INFO_DSO_EXTENSION\s0" 4
298 .IP "\s-1OPENSSL_INFO_DIR_FILENAME_SEPARATOR\s0" 4
303 .IP "\s-1OPENSSL_INFO_LIST_SEPARATOR\s0" 4
310 .IP "\s-1OPENSSL_INFO_CPU_SETTINGS\s0" 4
312 The current OpenSSL cpu settings.
313 This is the current setting of the cpu capability flags. It is usually
318 For an unknown \fIt\fR, \s-1NULL\s0 is returned.
320 \&\fBOpenSSL_version_num()\fR returns the value of \fB\s-1OPENSSL_VERSION_NUMBER\s0\fR.
327 the values of \fB\s-1OPENSSL_VERSION_PRE_RELEASE\s0\fR and
328 \&\fB\s-1OPENSSL_VERSION_BUILD_METADATA\s0\fR respectively as constant strings.
338 except for \s-1OPENSSL_VERSION_NUMBER\s0 and \fBOpenSSL_version_num()\fR.
341 Copyright 2018\-2022 The OpenSSL Project Authors. All Rights Reserved.
345 in the file \s-1LICENSE\s0 in the source distribution or at