Searched refs:OPENSSL_malloc (Results 1 – 10 of 10) sorted by relevance
94 void *OPENSSL_malloc(size_t size) { in OPENSSL_malloc() function119 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()
182 pointers = OPENSSL_malloc(sizeof(void *) * NUM_OPENSSL_THREAD_LOCALS); in CRYPTO_set_thread_local()
79 OPENSSL_EXPORT void *OPENSSL_malloc(size_t size);135 #define CRYPTO_malloc OPENSSL_malloc
83 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()
205 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()
75 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()
429 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()
42 EVP_AEAD_CTX *ctx = OPENSSL_malloc(sizeof(EVP_AEAD_CTX)); in EVP_AEAD_CTX_new()
91 HMAC_CTX *ctx = OPENSSL_malloc(sizeof(HMAC_CTX)); in HMAC_CTX_new()
71 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 603 milliseconds