Home
last modified time | relevance | path

Searched refs:CRYPTO_secure_allocated (Results 1 - 25 of 72) sorted by relevance

123

/third_party/openssl/test/
H A Dsecmemtest.c26 || !TEST_false(CRYPTO_secure_allocated(s))) in test_sec_mem()
32 || !TEST_false(CRYPTO_secure_allocated(r))) in test_sec_mem()
37 || !TEST_true(CRYPTO_secure_allocated(p)) in test_sec_mem()
45 if (!TEST_false(CRYPTO_secure_allocated(q))) in test_sec_mem()
51 || !TEST_true(CRYPTO_secure_allocated(s)) in test_sec_mem()
H A Dparam_build_test.c67 || !TEST_true(CRYPTO_secure_allocated(p->data)) in template_private_single_zero_test()
283 || !TEST_false(CRYPTO_secure_allocated(p->data)) in template_private_test()
291 || !TEST_false(CRYPTO_secure_allocated(p->data)) in template_private_test()
299 || !TEST_false(CRYPTO_secure_allocated(p->data)) in template_private_test()
307 || !TEST_false(CRYPTO_secure_allocated(p->data)) in template_private_test()
315 || !TEST_false(CRYPTO_secure_allocated(p->data)) in template_private_test()
323 || !TEST_true(CRYPTO_secure_allocated(p->data)) in template_private_test()
329 || !TEST_false(CRYPTO_secure_allocated(p->data)) in template_private_test()
330 || !TEST_true(CRYPTO_secure_allocated(*(void **)p->data)) in template_private_test()
336 || !TEST_true(CRYPTO_secure_allocated( in template_private_test()
[all...]
/third_party/node/deps/openssl/openssl/crypto/
H A Dmem_sec.c179 if (!CRYPTO_secure_allocated(ptr)) { in CRYPTO_secure_free()
203 if (!CRYPTO_secure_allocated(ptr)) { in CRYPTO_secure_clear_free()
223 int CRYPTO_secure_allocated(const void *ptr) in CRYPTO_secure_allocated() function
H A Dparam_build.c248 secure = CRYPTO_secure_allocated(buf); in OSSL_PARAM_BLD_push_utf8_string()
284 secure = CRYPTO_secure_allocated(buf); in OSSL_PARAM_BLD_push_octet_string()
H A Dparams_dup.c69 is_secure = CRYPTO_secure_allocated(in->data); in ossl_param_dup()
/third_party/openssl/crypto/
H A Dmem_sec.c179 if (!CRYPTO_secure_allocated(ptr)) { in CRYPTO_secure_free()
203 if (!CRYPTO_secure_allocated(ptr)) { in CRYPTO_secure_clear_free()
223 int CRYPTO_secure_allocated(const void *ptr) in CRYPTO_secure_allocated() function
H A Dparam_build.c248 secure = CRYPTO_secure_allocated(buf); in OSSL_PARAM_BLD_push_utf8_string()
284 secure = CRYPTO_secure_allocated(buf); in OSSL_PARAM_BLD_push_octet_string()
H A Dparams_dup.c69 is_secure = CRYPTO_secure_allocated(in->data); in ossl_param_dup()
/third_party/openssl/ohos_lite/include/openssl/
H A Dcrypto.h284 int CRYPTO_secure_allocated(const void *ptr);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Dcrypto.h362 int CRYPTO_secure_allocated(const void *ptr);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Dcrypto.h362 int CRYPTO_secure_allocated(const void *ptr);
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dcrypto.h362 int CRYPTO_secure_allocated(const void *ptr);
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dcrypto.h362 int CRYPTO_secure_allocated(const void *ptr);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dcrypto.h362 int CRYPTO_secure_allocated(const void *ptr);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dcrypto.h362 int CRYPTO_secure_allocated(const void *ptr);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Dcrypto.h362 int CRYPTO_secure_allocated(const void *ptr);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dcrypto.h362 int CRYPTO_secure_allocated(const void *ptr);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dcrypto.h362 int CRYPTO_secure_allocated(const void *ptr);
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dcrypto.h362 int CRYPTO_secure_allocated(const void *ptr);
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dcrypto.h362 int CRYPTO_secure_allocated(const void *ptr);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dcrypto.h362 int CRYPTO_secure_allocated(const void *ptr);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dcrypto.h362 int CRYPTO_secure_allocated(const void *ptr);
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dcrypto.h362 int CRYPTO_secure_allocated(const void *ptr);
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dcrypto.h362 int CRYPTO_secure_allocated(const void *ptr);
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dcrypto.h362 int CRYPTO_secure_allocated(const void *ptr);

Completed in 24 milliseconds

123