Searched refs:maxmem_bytes (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/kdf/ |
H A D | scrypt.c | 28 uint64_t maxmem_bytes; member 73 kctx->maxmem_bytes = 1025 * 1024 * 1024; in pkey_scrypt_init() 158 kctx->maxmem_bytes = u64_value; in pkey_scrypt_ctrl() 233 kctx->maxmem_bytes, key, *keylen); in pkey_scrypt_derive()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | kdf.h | 89 # define EVP_PKEY_CTX_set_scrypt_maxmem_bytes(pctx, maxmem_bytes) \ argument 91 EVP_PKEY_CTRL_SCRYPT_MAXMEM_BYTES, maxmem_bytes)
|
/netbsd-src/crypto/external/bsd/openssl/dist/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()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | EVP_PKEY_CTX_set_scrypt_N.pod | 51 The work factors B<N>, B<r> and B<p> as well as B<maxmem_bytes> can be 52 set by using the parameters "N", "r", "p" and "maxmem_bytes",
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | EVP_PKEY_CTX_set_scrypt_N.pod | 51 The work factors B<N>, B<r> and B<p> as well as B<maxmem_bytes> can be 52 set by using the parameters "N", "r", "p" and "maxmem_bytes",
|
H A D | EVP_KDF.pod | 248 =item "maxmem_bytes" (B<OSSL_KDF_PARAM_SCRYPT_MAXMEM>) <unsigned integer>
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
H A D | EVP_KDF-SCRYPT.pod | 58 =item "maxmem_bytes" (B<OSSL_KDF_PARAM_SCRYPT_MAXMEM>) <unsigned integer> 61 Both N and maxmem_bytes are parameters of type B<uint64_t>.
|
H A D | provider-kdf.pod | 238 =item "maxmem_bytes" (B<OSSL_KDF_PARAM_SCRYPT_MAXMEM>) <unsigned integer>
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | kdf.h | 132 uint64_t maxmem_bytes);
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/ |
H A D | openssl-kdf.pod.in | 195 -kdfopt maxmem_bytes:10485760 SCRYPT
|