Home
last modified time | relevance | path

Searched refs:block_region (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-core.c70 static int allocate_memory(block_region **memory, uint32_t m_cost);
73 allocate_memory(block_region **region, uint32_t m_cost) in allocate_memory()
88 *region = (block_region *) malloc( in allocate_memory()
89 sizeof(block_region)); /*2. Try to allocate region*/ in allocate_memory()
156 static void free_memory(block_region *memory);
159 free_memory(block_region *region) in free_memory()
H A Dargon2-core.h61 } block_region; typedef
96 block_region *region; /* Memory region pointer */