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

  /src/external/apache2/argon2/dist/phc-winner-argon2/src/
core.c 102 if (context->allocate_cbk) {
103 (context->allocate_cbk)(memory, memory_size);
508 if (NULL != context->allocate_cbk && NULL == context->free_cbk) {
512 if (NULL == context->allocate_cbk && NULL != context->free_cbk) {
genkat.c 169 context.allocate_cbk = myown_allocator;
encoding.c 351 ctx->allocate_cbk = NULL;
argon2.c 146 context.allocate_cbk = NULL;
  /src/external/apache2/argon2/dist/phc-winner-argon2/include/
argon2.h 214 allocate_fptr allocate_cbk; /* pointer to memory allocator */ member in struct:Argon2_Context

Completed in 29 milliseconds