Set the scrypt CPU/memory cost parameter N on a PKEY KDF context.
Declared in <openssl/kdf.h>
<openssl/kdf.h>
int EVP_PKEY_CTX_set_scrypt_N( EVP_PKEY_CTX* ctx, uint64_t n);
1 on success, or a negative value on error.