Home
last modified time | relevance | path

Searched refs:OPENSSL_secure_zalloc (Results 1 - 25 of 75) sorted by relevance

123

/third_party/node/deps/openssl/openssl/crypto/rand/
H A Drand_pool.c41 pool->buffer = OPENSSL_secure_zalloc(pool->alloc_len); in ossl_rand_pool_new()
222 p = OPENSSL_secure_zalloc(newlen); in rand_pool_grow()
/third_party/openssl/crypto/rand/
H A Drand_pool.c41 pool->buffer = OPENSSL_secure_zalloc(pool->alloc_len); in ossl_rand_pool_new()
222 p = OPENSSL_secure_zalloc(newlen); in rand_pool_grow()
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decx_key.c95 key->privkey = OPENSSL_secure_zalloc(key->keylen); in ossl_ecx_key_allocate_privkey()
/third_party/openssl/crypto/ec/
H A Decx_key.c95 key->privkey = OPENSSL_secure_zalloc(key->keylen); in ossl_ecx_key_allocate_privkey()
/third_party/node/deps/openssl/openssl/crypto/
H A Dparams_dup.c39 out->alloc = is_secure ? OPENSSL_secure_zalloc(sz) : OPENSSL_zalloc(sz); in ossl_param_buf_alloc()
/third_party/openssl/crypto/
H A Dparams_dup.c39 out->alloc = is_secure ? OPENSSL_secure_zalloc(sz) : OPENSSL_zalloc(sz); in ossl_param_buf_alloc()
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Ddrbg_hash.c392 hash = OPENSSL_secure_zalloc(sizeof(*hash)); in drbg_hash_new()
H A Ddrbg_hmac.c278 hmac = OPENSSL_secure_zalloc(sizeof(*hmac)); in drbg_hmac_new()
/third_party/openssl/ohos_lite/include/openssl/
H A Dcrypto.h137 # define OPENSSL_secure_zalloc(num) \ macro
/third_party/openssl/providers/implementations/rands/
H A Ddrbg_hash.c392 hash = OPENSSL_secure_zalloc(sizeof(*hash)); in drbg_hash_new()
H A Ddrbg_hmac.c278 hmac = OPENSSL_secure_zalloc(sizeof(*hmac)); in drbg_hmac_new()
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Dcrypto.h115 # define OPENSSL_secure_zalloc(num) \ macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Dcrypto.h115 # define OPENSSL_secure_zalloc(num) \ macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dcrypto.h115 # define OPENSSL_secure_zalloc(num) \ macro
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dcrypto.h115 # define OPENSSL_secure_zalloc(num) \ macro
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dcrypto.h115 # define OPENSSL_secure_zalloc(num) \ macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dcrypto.h115 # define OPENSSL_secure_zalloc(num) \ macro
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Dcrypto.h115 # define OPENSSL_secure_zalloc(num) \ macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dcrypto.h115 # define OPENSSL_secure_zalloc(num) \ macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dcrypto.h115 # define OPENSSL_secure_zalloc(num) \ macro
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dcrypto.h115 # define OPENSSL_secure_zalloc(num) \ macro
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dcrypto.h115 # define OPENSSL_secure_zalloc(num) \ macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dcrypto.h115 # define OPENSSL_secure_zalloc(num) \ macro
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dcrypto.h115 # define OPENSSL_secure_zalloc(num) \ macro
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dcrypto.h115 # define OPENSSL_secure_zalloc(num) \ macro

Completed in 22 milliseconds

123