HomeSort by: relevance | last modified time | path
    Searched defs:maxmem_bytes (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/crypto/kdf/
scrypt.c 28 uint64_t maxmem_bytes; member in struct:__anon2060
73 kctx->maxmem_bytes = 1025 * 1024 * 1024;
158 kctx->maxmem_bytes = u64_value;
208 if (strcmp(type, "maxmem_bytes") == 0)
233 kctx->maxmem_bytes, key, *keylen);
  /src/crypto/external/apache2/openssl/dist/providers/implementations/kdfs/
scrypt.c 52 uint64_t maxmem_bytes; member in struct:__anon557
123 dest->maxmem_bytes = src->maxmem_bytes;
142 ctx->maxmem_bytes = 1025 * 1024 * 1024;
208 ctx->maxmem_bytes, key, keylen, ctx->sha256,
261 ctx->maxmem_bytes = u64_value;
  /src/crypto/external/bsd/openssl/dist/providers/implementations/kdfs/
scrypt.c 51 uint64_t maxmem_bytes; member in struct:__anon1604
106 ctx->maxmem_bytes = 1025 * 1024 * 1024;
176 ctx->maxmem_bytes, key, keylen, ctx->sha256,
229 ctx->maxmem_bytes = u64_value;

Completed in 29 milliseconds