Searched refs:CRYPTO_set_mem_functions (Results 1 – 25 of 71) sorted by relevance
123
/third_party/openssl/doc/man3/ |
D | OPENSSL_malloc.pod | 16 CRYPTO_get_mem_functions, CRYPTO_set_mem_functions, 60 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn, 125 With CRYPTO_set_mem_functions(), you can specify a different set of functions. 129 with CRYPTO_set_mem_functions(), it's recommended to swap them all out 178 CRYPTO_set_mem_functions() returns 1 on success or 0 on failure (almost
|
D | SSL_alloc_buffers.pod | 26 avoid allocation during data processing or with CRYPTO_set_mem_functions() 57 L<CRYPTO_set_mem_functions(3)>
|
/third_party/node/deps/openssl/openssl/crypto/ |
D | mem.c | 57 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn, in CRYPTO_set_mem_functions() function
|
/third_party/openssl/crypto/ |
D | mem.c | 57 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn, in CRYPTO_set_mem_functions() function
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | crypto.h | 256 int CRYPTO_set_mem_functions(
|
D | engine.h | 722 CRYPTO_set_mem_functions(fns->mem_fns.malloc_fn, \
|
/third_party/openssl/include/openssl/ |
D | engine.h | 801 CRYPTO_set_mem_functions(fns->mem_fns.malloc_fn, \
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | engine.h | 801 CRYPTO_set_mem_functions(fns->mem_fns.malloc_fn, \
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ |
D | crypto.h | 337 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn,
|
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/include/openssl/ |
D | crypto.h | 337 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn,
|
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/include/openssl/ |
D | crypto.h | 337 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn,
|
/third_party/node/deps/openssl/config/archs/linux-elf/no-asm/include/openssl/ |
D | crypto.h | 337 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn,
|
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm/include/openssl/ |
D | crypto.h | 337 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn,
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/no-asm/include/openssl/ |
D | crypto.h | 337 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
D | crypto.h | 337 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
D | crypto.h | 337 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
D | crypto.h | 337 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn,
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm_avx2/include/openssl/ |
D | crypto.h | 337 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn,
|
/third_party/node/deps/openssl/config/archs/linux64-mips64/no-asm/include/openssl/ |
D | crypto.h | 337 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn,
|
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/include/openssl/ |
D | crypto.h | 337 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn,
|
/third_party/node/deps/openssl/config/archs/VC-WIN64-ARM/no-asm/include/openssl/ |
D | crypto.h | 337 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn,
|
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/ |
D | crypto.h | 337 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn,
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/no-asm/include/openssl/ |
D | crypto.h | 337 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn,
|
/third_party/node/deps/openssl/config/archs/linux64-s390x/no-asm/include/openssl/ |
D | crypto.h | 337 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn,
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/include/openssl/ |
D | crypto.h | 337 int CRYPTO_set_mem_functions(CRYPTO_malloc_fn malloc_fn,
|
123