HomeSort by: relevance | last modified time | path
    Searched refs:block_region (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
argon2-core.c 70 static int allocate_memory(block_region **memory, uint32_t m_cost);
73 allocate_memory(block_region **region, uint32_t m_cost)
88 *region = (block_region *) malloc(
89 sizeof(block_region)); /*2. Try to allocate region*/
156 static void free_memory(block_region *memory);
159 free_memory(block_region *region)
argon2-core.c 70 static int allocate_memory(block_region **memory, uint32_t m_cost);
73 allocate_memory(block_region **region, uint32_t m_cost)
88 *region = (block_region *) malloc(
89 sizeof(block_region)); /*2. Try to allocate region*/
156 static void free_memory(block_region *memory);
159 free_memory(block_region *region)
argon2-core.h 61 } block_region; typedef in typeref:struct:block_region_
96 block_region *region; /* Memory region pointer */
argon2-core.h 61 } block_region; typedef in typeref:struct:block_region_
96 block_region *region; /* Memory region pointer */

Completed in 27 milliseconds