[#EVP_PKEY_CTX_set_scrypt_N] = EVP_PKEY_CTX_set_scrypt_N :mrdocs: Set the scrypt CPU/memory cost parameter N on a PKEY KDF context. == Synopsis Declared in `<openssl/kdf.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int EVP_PKEY_CTX_set_scrypt_N( xref:EVP_PKEY_CTX.adoc[EVP_PKEY_CTX]* ctx, uint64_t n); ---- == Return Value 1 on success, or a negative value on error. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | Context configured for the scrypt KDF. | *n* | Cost parameter N (power of two). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#