Searched refs:allocate_memory (Results 1 – 4 of 4) sorted by relevance
70 static int allocate_memory(block_region **memory, uint32_t m_cost);73 allocate_memory(block_region **region, uint32_t m_cost) in allocate_memory() function491 result = allocate_memory(&(instance->region), instance->memory_blocks); in initialize()
66 #define allocate_memory __libcrypt_internal_allocate_memory macro
112 int allocate_memory(const argon2_context *context, uint8_t **memory,
89 int allocate_memory(const argon2_context *context, uint8_t **memory, in allocate_memory() function625 result = allocate_memory(context, (uint8_t **)&(instance->memory), in initialize()