Home
last modified time | relevance | path

Searched refs:OPENSSL_malloc (Results 1 – 10 of 10) sorted by relevance

/third_party/ulib/uboringssl/crypto/
A Dmem.c94 void *OPENSSL_malloc(size_t size) { in OPENSSL_malloc() function
119 return OPENSSL_malloc(new_size); in OPENSSL_realloc()
125 void *ret = OPENSSL_malloc(new_size); in OPENSSL_realloc()
196 char *ret = OPENSSL_malloc(len); in OPENSSL_strdup()
A Dthread_pthread.c182 pointers = OPENSSL_malloc(sizeof(void *) * NUM_OPENSSL_THREAD_LOCALS); in CRYPTO_set_thread_local()
/third_party/ulib/uboringssl/include/openssl/
A Dmem.h79 OPENSSL_EXPORT void *OPENSSL_malloc(size_t size);
135 #define CRYPTO_malloc OPENSSL_malloc
/third_party/ulib/uboringssl/crypto/fipsmodule/digest/
A Ddigest.c83 EVP_MD_CTX *ctx = OPENSSL_malloc(sizeof(EVP_MD_CTX)); in EVP_MD_CTX_new()
137 tmp_buf = OPENSSL_malloc(in->digest->ctx_size); in EVP_MD_CTX_copy_ex()
178 uint8_t *md_data = OPENSSL_malloc(type->ctx_size); in EVP_DigestInit_ex()
/third_party/ulib/uboringssl/crypto/err/
A Derr.c205 state = OPENSSL_malloc(sizeof(ERR_STATE)); in err_get_state()
673 buf = OPENSSL_malloc(alloced + 1); in err_add_error_vdata()
727 buf = OPENSSL_malloc(buf_len + 1); in ERR_add_error_dataf()
808 ERR_SAVE_STATE *ret = OPENSSL_malloc(sizeof(ERR_SAVE_STATE)); in ERR_save_state()
818 ret->errors = OPENSSL_malloc(num_errors * sizeof(struct err_error_st)); in ERR_save_state()
/third_party/ulib/uboringssl/crypto/fipsmodule/cipher/
A Dcipher.c75 EVP_CIPHER_CTX *ctx = OPENSSL_malloc(sizeof(EVP_CIPHER_CTX)); in EVP_CIPHER_CTX_new()
109 out->cipher_data = OPENSSL_malloc(in->cipher->ctx_size); in EVP_CIPHER_CTX_copy()
157 ctx->cipher_data = OPENSSL_malloc(ctx->cipher->ctx_size); in EVP_CipherInit_ex()
A De_aes.c429 gctx->iv = OPENSSL_malloc(arg); in aes_gcm_ctrl()
504 gctx_out->iv = OPENSSL_malloc(gctx->ivlen); in aes_gcm_ctrl()
912 gcm_ctx = OPENSSL_malloc(sizeof(struct aead_aes_gcm_ctx)); in aead_aes_gcm_init()
1084 gcm_ctx = OPENSSL_malloc(sizeof(struct aead_aes_gcm_tls12_ctx)); in aead_aes_gcm_tls12_init()
1172 gcm_ctx = OPENSSL_malloc(sizeof(struct aead_aes_gcm_tls13_ctx)); in aead_aes_gcm_tls13_init()
A Daead.c42 EVP_AEAD_CTX *ctx = OPENSSL_malloc(sizeof(EVP_AEAD_CTX)); in EVP_AEAD_CTX_new()
/third_party/ulib/uboringssl/crypto/fipsmodule/hmac/
A Dhmac.c91 HMAC_CTX *ctx = OPENSSL_malloc(sizeof(HMAC_CTX)); in HMAC_CTX_new()
/third_party/ulib/uboringssl/crypto/cipher_extra/
A De_aesgcmsiv.c71 char *ptr = OPENSSL_malloc(sizeof(struct aead_aes_gcm_siv_asm_ctx) + 8); in aead_aes_gcm_siv_asm_init()
579 OPENSSL_malloc(sizeof(struct aead_aes_gcm_siv_ctx)); in aead_aes_gcm_siv_init()

Completed in 16 milliseconds