HomeSort by: relevance | last modified time | path
    Searched defs:allocate_memory (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) function in typeref:typename:int
491 result = allocate_memory(&(instance->region), instance->memory_blocks);
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) function in typeref:typename:int
491 result = allocate_memory(&(instance->region), instance->memory_blocks);
  /src/lib/libcrypt/
namespace.h 66 #define allocate_memory __libcrypt_internal_allocate_memory macro
namespace.h 66 #define allocate_memory __libcrypt_internal_allocate_memory macro

Completed in 81 milliseconds