OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CRYPTO_malloc
(Results
1 - 8
of
8
) sorted by relevancy
/src/usr.bin/dc/
misc.c
38
CRYPTO_malloc
(int len, const char *file, int line)
/src/crypto/external/bsd/openssl.old/dist/crypto/
mem.c
27
=
CRYPTO_malloc
;
192
void *
CRYPTO_malloc
(size_t num, const char *file, int line)
197
if (malloc_impl != NULL && malloc_impl !=
CRYPTO_malloc
)
230
void *ret =
CRYPTO_malloc
(num, file, line);
246
return
CRYPTO_malloc
(num, file, line);
274
return
CRYPTO_malloc
(num, file, line);
287
ret =
CRYPTO_malloc
(num, file, line);
/src/crypto/external/apache2/openssl/dist/crypto/
mem.c
22
static CRYPTO_malloc_fn malloc_impl =
CRYPTO_malloc
;
188
void *
CRYPTO_malloc
(size_t num, const char *file, int line)
193
if (malloc_impl !=
CRYPTO_malloc
) {
233
ret =
CRYPTO_malloc
(num, file, line);
253
if (malloc_impl ==
CRYPTO_malloc
) {
279
*freeptr =
CRYPTO_malloc
(num + alignment, file, line);
309
return
CRYPTO_malloc
(num, file, line);
326
return
CRYPTO_malloc
(num, file, line);
339
ret =
CRYPTO_malloc
(num, file, line);
provider_core.c
2292
OSSL_FUNC_CRYPTO_malloc_fn
CRYPTO_malloc
;
2645
{ OSSL_FUNC_CRYPTO_MALLOC, (void (*)(void))
CRYPTO_malloc
},
/src/crypto/external/bsd/openssl/dist/crypto/
mem.c
22
static CRYPTO_malloc_fn malloc_impl =
CRYPTO_malloc
;
177
void *
CRYPTO_malloc
(size_t num, const char *file, int line)
180
if (malloc_impl !=
CRYPTO_malloc
)
203
ret =
CRYPTO_malloc
(num, file, line);
217
return
CRYPTO_malloc
(num, file, line);
234
return
CRYPTO_malloc
(num, file, line);
247
ret =
CRYPTO_malloc
(num, file, line);
provider_core.c
1889
OSSL_FUNC_CRYPTO_malloc_fn
CRYPTO_malloc
;
2146
{ OSSL_FUNC_CRYPTO_MALLOC, (void (*)(void))
CRYPTO_malloc
},
/src/crypto/external/apache2/openssl/dist/providers/fips/
fipsprov.c
1066
void *
CRYPTO_malloc
(size_t num, const char *file, int line)
/src/crypto/external/bsd/openssl/dist/providers/fips/
fipsprov.c
827
void *
CRYPTO_malloc
(size_t num, const char *file, int line)
Completed in 21 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026