HomeSort by: relevance | last modified time | path
    Searched defs:allocate_memory (Results 1 - 3 of 3) 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
491 result = allocate_memory(&(instance->region), instance->memory_blocks);
  /src/lib/libcrypt/
namespace.h 66 #define allocate_memory __libcrypt_internal_allocate_memory macro
  /src/external/apache2/argon2/dist/phc-winner-argon2/src/
core.c 89 int allocate_memory(const argon2_context *context, uint8_t **memory, function
625 result = allocate_memory(context, (uint8_t **)&(instance->memory),

Completed in 15 milliseconds