Searched refs:maxmem_bytes (Results 1 - 8 of 8) sorted by relevance
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | kdf.h | 89 # define EVP_PKEY_CTX_set_scrypt_maxmem_bytes(pctx, maxmem_bytes) \ 91 EVP_PKEY_CTRL_SCRYPT_MAXMEM_BYTES, maxmem_bytes)
|
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
H A D | scrypt.c | 51 uint64_t maxmem_bytes; member 104 ctx->maxmem_bytes = 1025 * 1024 * 1024; in kdf_scrypt_init() 175 ctx->maxmem_bytes, key, keylen, ctx->sha256, in kdf_scrypt_derive() 228 ctx->maxmem_bytes = u64_value; in kdf_scrypt_set_ctx_params()
|
/third_party/openssl/providers/implementations/kdfs/ |
H A D | scrypt.c | 51 uint64_t maxmem_bytes; member 104 ctx->maxmem_bytes = 1025 * 1024 * 1024; in kdf_scrypt_init() 175 ctx->maxmem_bytes, key, keylen, ctx->sha256, in kdf_scrypt_derive() 228 ctx->maxmem_bytes = u64_value; in kdf_scrypt_set_ctx_params()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | kdf.h | 132 uint64_t maxmem_bytes);
|
/third_party/openssl/include/openssl/ |
H A D | kdf.h | 132 uint64_t maxmem_bytes);
|
/third_party/openssl/test/recipes/ |
H A D | 20-test_kdf.t | 80 { cmd => [qw{openssl kdf -keylen 64 -kdfopt pass:password -kdfopt salt:NaCl -kdfopt n:1024 -kdfopt r:8 -kdfopt p:16 -kdfopt maxmem_bytes:10485760 id-scrypt}],
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | pmeth_lib.c | 1179 uint64_t maxmem_bytes) in EVP_PKEY_CTX_set_scrypt_maxmem_bytes() 1184 maxmem_bytes); in EVP_PKEY_CTX_set_scrypt_maxmem_bytes() 1178 EVP_PKEY_CTX_set_scrypt_maxmem_bytes(EVP_PKEY_CTX *ctx, uint64_t maxmem_bytes) EVP_PKEY_CTX_set_scrypt_maxmem_bytes() argument
|
/third_party/openssl/crypto/evp/ |
H A D | pmeth_lib.c | 1178 uint64_t maxmem_bytes) in EVP_PKEY_CTX_set_scrypt_maxmem_bytes() 1183 maxmem_bytes); in EVP_PKEY_CTX_set_scrypt_maxmem_bytes() 1177 EVP_PKEY_CTX_set_scrypt_maxmem_bytes(EVP_PKEY_CTX *ctx, uint64_t maxmem_bytes) EVP_PKEY_CTX_set_scrypt_maxmem_bytes() argument
|
Completed in 10 milliseconds