Lines Matching +full:num +full:- +full:strings
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\|
45 .\" Escape single quotes in literal strings from groff's Unicode transform.
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_SECURE_MALLOC 3ossl "2023-09-19" "3.0.11" "OpenSSL"
146 CRYPTO_secure_used \- secure heap storage
158 \& void *OPENSSL_secure_malloc(size_t num);
159 \& void *CRYPTO_secure_malloc(size_t num, const char *file, int line);
161 \& void *OPENSSL_secure_zalloc(size_t num);
162 \& void *CRYPTO_secure_zalloc(size_t num, const char *file, int line);
167 \& void OPENSSL_secure_clear_free(void* ptr, size_t num);
168 \& void CRYPTO_secure_clear_free(void *ptr, size_t num, const char *, int);
177 In order to help protect applications (particularly long-running servers)
185 If a secure heap is used, then private key \fB\s-1BIGNUM\s0\fR values are stored there.
186 This protects long-term storage of private keys, but will not necessarily
203 \&\fBOPENSSL_secure_malloc()\fR allocates \f(CW\*(C`num\*(C'\fR bytes from the heap.
223 that it has an additional \f(CW\*(C`num\*(C'\fR parameter which is used to clear
267 Copyright 2015\-2020 The OpenSSL Project Authors. All Rights Reserved.
271 in the file \s-1LICENSE\s0 in the source distribution or at